
@font-face {
    font-family: 'inknut_antiquaregular';
    src: url('fonts/webfontkit-20240514-140637/inknutantiqua-regular-webfont.woff2') format('woff2'),
         url('fonts/webfontkit-20240514-140637/inknutantiqua-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'inknut_antiquaregular';
}
/* Theme */
.theme-dark {
    background-color: rgb(35,31,32);
}
.title-main {
    font-size: 3rem;
    padding: 120px 0 100px 0;
}
.theme-gold {
    background-color:rgb(227, 198, 127);
}
.border-black {
    border: 3px solid rgb(0,0,0);
}
.text-gold {
    color: rgb(227,198,127);
}

/* */
.round-top {
    border-radius: 50% 50% 0 0;
}

.img-bkg {
    height: 555px;
    padding: 18em 3.5em 1em 3.5em;
    background-image: url('./img/arch-frame.png');
    background-repeat: no-repeat;
    background-position: 2.5em 0;
}

/* Hero */
.hero-section {
    max-width: 100% !important;
    min-height: 852px;
    margin-bottom: 5em !important;
    background-repeat: no-repeat;
    background-position: 0 -2em;
    background-size: cover;
    box-shadow: inset 0 -2px 8px 3px rgba(0,0,0,0.75);
}

.hero-section-home {
    background-image: url('./img/altar-statue-bvm-jesus.jpg');
}

.hero-section-mass {
    background-image: url('./img/priest-offering-mass.jpeg');
}

.hero-section-book {
    background-image: url('./img/olmc-high-altar.jpg');
}

.hero-section h1 {
    color: rgb(255,255,255);
    text-shadow: 2px 2px 2px rgb(0,0,0);
    background: rgb(0, 0, 0, 0.7);
}

.breadcrumb {
    background-color:rgb(227, 198, 127);
    padding: 10px 0 10px 0;
    margin: 0 !important;
}
.breadcrumb li, .breadcrumb a, .breadcrumb li a, .breadcrumb li::before {
    color: rgb(35,31,32) !important;
}
/* Components */
.card {
    height: 100%;
}
.card h2 {
    font-size: 2rem;
}
.card img {
    width: 40%;
    margin: 20px;
}
.card p {
    font-size: 1rem;
}
.card-cta {
    margin: 0 auto;
    width: 202px;
    height: 57px;
    background: #B3863C;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.card-cta a {
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'inknut_antiquaregular';
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

/* Grid */
.grid {
    display: grid;
    grid: repeat(1, 560px) / auto-flow 480px;
}

.grid > .grid-item {
    position: relative;
    padding: 25px;
    align-content: end;
}

/* Generic container to frame the entire content in a fixed width and centered in the viewport */
.frame {
    min-width: 100%;
}

header {
    display: flex;
    border-top: 5px solid rgb(227, 198, 127);
    color: rgb(255,255,255);
}

footer {
    margin-top: 120px;
}

.content-custom {
    display: flex;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.content-item {
    flex: auto;
}

#logo {
    width: 33%;
}

#primary {
    width: 67%;
    margin: 0 50px;
}

#primary ul {
    list-style-type: none;
    display: flex;
}

#primary ul li {
    width: 33%;
    text-align: center;
    margin: 0 20px;
}
#primary ul li a {
    display: block;
    color:#FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid rgb(255,255,255);
}

/* Utilities */
.align-center {
    display: block;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}

.input {
    width: 100%;
}

@media print {
    @page { 
        size: auto;
        margin: 0mm 15mm 0mm 25mm;
    }
    #certificate {
        width: 90%;
        max-width: 1048px;
    }
    * {
        box-shadow: none !important;
    }
    #enrollment, #payment-process, #print {
        display: none;
    }
}
