@font-face {
    font-family: Boston;
    src: url("/fonts/boston.otf") format("opentype");
    font-style: normal;
}

@font-face { 
    font-family: LouisGeorgeCafe;
    src: url("/fonts/lgc.ttf");
}

@font-face { 
    font-family: LouisGeorgeCafe;
    src: url("/fonts/lgc-bold.ttf");
    font-weight: bold;
}

:root { 
    --copper: #935f25;
    --gray: #5a5a5a;
    --subtle-gray: #eae9e8;
    --news-gray: #eae9e7;
}

* { 
    box-sizing: border-box;
}

body {
    background-color: #eee9e7;
    margin: 0px;
    margin-top: 0px;
    font-size: 100%;
    min-width: 540px;
}

h1 {
    font-family: Boston, "PT Sans", Calibri, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 62pt;
    color: var(--copper);
    border-bottom: 2px var(--copper) solid;
}

.button { 
    font-family: LouisGeorgeCafe;
    color: var(--gray);
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-bottom: 300px;
    border: 3px solid var(--copper);
    width: 200px;
    height: auto;
    align-self:center;
    white-space: nowrap;
    text-decoration: none;
}

/*
 * Navigation bar 
 */
navbar { 
    height: 56px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.5);
    z-index: 200;
    position:relative;
}

sections { 
    display: flex;
    margin-left: 3.33vw;
    margin-right: 1.66vw;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

sections a { 
    font-family: LouisGeorgeCafe;
    font-size: 1vw;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    color: var(--copper);
}

sections a:hover, sections a:active, sections a.current { 
    color: var(--grey);
}

feeds { 
    margin-right: 10px;
    margin-left: 20px;
}

languages { 
    display: flex;
    margin-right: 10px;
}

languages img { 
    margin-left: 10px;
    margin-right: 10px;
}

languages a img { 
    filter: grayscale(100%);
}

languages a:hover img { 
    filter: none;
}

/* Home page */
home-top { 
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}
home-top img {
    width: 100%;
}

home-top-text { 
    display: block;
    position: absolute;
    text-align: center;
    color: white;
}

home-top-text h1 { 
    font-size: 10vw;
    letter-spacing: 0.05em;
    width: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: none;
    color: white;
}

home-top-text h2 {
    font-size: 3vw;
    letter-spacing: 0.05em;
    margin: 0;
    font-family: LouisGeorgeCafe;
}

home-top-text h3 { 
    font-family: LouisGeorgeCafe;
    font-size: 2vw;
    margin: 0;
    letter-spacing: 0.05em;
}

home-top-text .gap1 {
    height: 50px;
}

home-top-text .gap2 { 
    height: 80px;
}

home-top-text .gap3 { 
    height: 70px;
}

page-down-button { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    width: 10%;
    height: auto;
}

page-down-button a img { 
        opacity: 0.5;
}

page-down-button a img:hover { 
    opacity: 1;
}

home-info { 
    display: flex;
    justify-content: space-around;
    align-items: top;
    margin-left: 125px;
    margin-right: 125px;
}

home-info column { 
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: middle;
    width: 258px;
    text-align: center;
}

home-info img { 
    width: auto;
    height: 184px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

home-info h1 { 
    color: var(--copper);
    font-size: 62pt;
    line-height: 24pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
    border: none;
}

home-info b { 
    font-family: LouisGeorgeCafe;
    font-size: 18pt;
    line-height: 24pt;
    color: var(--gray);
}

home-info column p { 
    margin: 0;
    font-family: LouisGeorgeCafe;
    font-size: 18pt;
    line-height: 24pt;
    color: var(--gray);
}

home-info column small { 
    font-family: LouisGeorgeCafe;
    padding-top: 10px;
    padding-bottom: 30px;
}

sep { 
    width: 152px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    border-top: 1px solid var(--copper);
}

home-info column .button { 
    position: relative;
    margin-top: auto;
}

.button:hover { 
    border: 3px solid black;
    background-color: black;
    color: white;
    text-align: center;
}

@media screen and (max-width: 830px) { 
    home-info { 
        flex-direction: column;
    }

    home-info column { 
        width: 100%;
        margin-bottom: 1vh;
    }
}

gallery-header h1 { 
    position: absolute;
    font-weight: normal;
    margin-top: 60px;
    padding-bottom: 10px;
    font-size: 34pt;
    color: var(--copper);
    border-bottom: 1px solid var(--copper);
}

gallery-header img { 
    width: 100%;
}

galleries {
    display:flex; 
    align-items: space-between;
    justify-content: center;
    flex-flow: row wrap;
    grid-template-columns: 300px 300px 300px 300px;
    gap: 36px 36px;
    margin-top: 118px;
    margin-left: 110px;
    margin-right: 110px;
    margin-bottom: 118px;
}

gallery { 
    display: flex;
    width: 300px;
    height: 446px;
    position: relative;
    align-items: flex-end;
    box-shadow: 4px 4px 4px rgba(1, 1, 1, 0.1);
}

gallery shadow {
    display: block;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
    


gallery:hover shadow {
    opacity: 0.70;
    background-color: black;
}



gallery img {
    width: 100%;
    height: 100%;
    position: relative;
    filter: grayscale(1);
    object-fit: cover;
}

gallery span {
    color: var(--copper);
    width: 200px;
    min-height: 120px;
    display: block;
    font-size: 16pt;
    font-family: LouisGeorgeCafe;
    position: absolute;
    display: block;
    margin-bottom: auto;
    background-color: white;
    line-height: 24pt;
    padding: 20px;
}

gallery div { 
    width: 300px;
    height: 72px;
    position: absolute;
    background-color: white;
}

photos {
    display: flex;
    flex-flow: row wrap;
    padding-left: 112px;
    padding-right: 112px;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    overflow: scroll;
    height: 95%;
}

photos * { 
    width: 250px;
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    object-fit: cover;
    color: var(--copper);
}

photos span h1 { 
    display: inline;
    font-size: 62pt;
    border-bottom: 2px solid var(--copper)
}

photos span p { 
    font-family: LouisGeorgeCafe;
    font-size: 18pt;
    text-transform: uppercase;
}

thumbnail { 
    width: 250px;
    height: 250px;
    display: block;
}

thumbnail overlay {
    position: relative;
    display: block;
    top: -9.5%;
    left: -4.5%;
}

thumbnail overlay:hover {
    background-color: black;
    opacity: 0.70;
}
    


photo { 
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
}

photo div { 
    background-color: black;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 110%;
}

photo wrapper { 
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
}
photo wrapper img + span { 
    position: absolute;
    top: 0;
    left: 0;
}

photo wrapper img { 
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    margin: 0px;
    padding: 0px;
}

photo wrapper span { 
    display: block;
    width: 100%;
    height: 100%;
}

photo wrapper span a.galleryView img { 
    opacity: 0.5;
}

photo wrapper span a.galleryView img:hover { 
    opacity: 1;
}

photo wrapper span a.close { 
    position: absolute;
    right: 1vw;
    text-align: right;
    width: auto;
    height: auto;
}

photo wrapper span a.close img { 
    width: 36px;
}

photo wrapper span a.prev { 
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
}

photo wrapper span a.next { 
    position: absolute;
    text-align: right;
    width: auto;
    height: auto;
    right: 1vw;
    top: 50%;
}

photo:target { 
    display: flex;
}

content-header { 
    display: flex;
    width: 100%;
    height: auto;
    min-height: 818px;
    background-color: black;
    background-size: 100% 818px;
    background-repeat: no-repeat;
    justify-content: flex-end;
    background-image: url("/images/headers/web_gifts_top_img.jpg");
}

content-header.venue { 
    background-image: url("/images/headers/web_venue_top_img.jpg");
}

content-header img { 
    width: 100%;
    height: 818px;
    object-fit: cover;
}

content-header span { 
    display: block;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 45px;
    width: 20vw;
    color: var(--subtle-gray);
    font-family: LouisGeorgeCafe;
    font-size: 14pt;
    position: relative;
    margin-right: 15%;
}

content-header span h1 { 
    display: inline-block;
    font-size: 62pt;
    color: var(--copper);
    padding-bottom: 25px;
    border-bottom: 2px var(--copper) solid;
}

content-header span h2 { 
    color: var(--copper);
    font-size: 18pt;
}

content-header span p { 
    color: var(--subtle-gray);
    line-height: 24pt;
}

content-header a { 
    color: var(--subtle-gray);
}

content-header span a.button { 
    color: var(--subtle-gray);
    text-decoration: none;
    position: relative;
    top: 2em;
}

gifts { 
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    margin-left: 85px;
    margin-right: 50px;
    margin-bottom: 110px;
}

gift h1 { 
    font-size: 40pt;
    padding-bottom: 25px;
}

gift { 
    display: flex;
    flex-flow: column nowrap;
    margin-left: 75px;
    margin-right: 75px;
    text-align: left;
    height: 500px;
}

gift img { 
    width: 200px;
}

gift p { 
    font-family: LouisGeorgeCafe;
    line-height: 24pt;
}

gift a { 
    color: var(--copper);
    text-decoration: none;
}

gift a:hover {
    color: var(--gray);
}
    


venue { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 85px 125px 0px 125px;
}

venue h1 { 
    text-align: center;
    padding-bottom: 25px;
}

venue info { 
    display:flex;
    justify-content: space-between;
    align-items: center;
}

venue info column { 
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 258px;
    align-items: top;
    height: 770px;
    margin: 30px;
}

venue info column h2 { 
    font-family: LouisGeorgeCafe;
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: normal;
    color: var(--gray);
    height: 70px;
    text-align: center;
    line-height: 24pt;
}

venue info column p { 
    font-family: LouisGeorgeCafe;
    font-size: 14pt;
    color: var(--gray);
    text-align: center;
    line-height: 24pt;
}

venue info column span { 
    flex-grow: 1;
}

venue info column a.button { 
    text-decoration: none;
    display: block;
    margin: auto;
}

news-background { 
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

news-background img { 
    width: 100%;
    object-fit: cover;
}

news-items { 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 25vh;
}

news-item { 
    font-family: LouisGeorgeCafe;
    padding: 25px 35px 25px 35px;
    width: 580px;
    font-size: 14pt;
    line-height: 24pt;
    color: var(--gray);
}

news-item:nth-child(odd) { 
    background-color: var(--news-gray);
}

news-item:nth-child(even) { 
    background-color: white;
}

news-item h2 a { 
    font-size: 18pt;
    text-decoration: none;
    color: var(--gray);
}

news-item date { 
    font-size: 10pt;
    text-decoration: none;
    display: block;
}

news-item a { 
    color: var(--copper);
    text-decoration: none;
}

article { 
    font-family: LouisGeorgeCafe;
    padding: 25px 35px 25px 35px;
    width: 580px;
    font-size: 14pt;
    line-height: 24pt;
    color: var(--gray);
    background-color: white;
    position: relative;
    margin: 25vh auto;
}

article h2 { 
    font-size: 18pt;
    text-decoration: none;
    color: var(--gray);
}

article date { 
    font-size: 10pt;
    text-decoration: none;
    display: block;
}

article a { 
    color: var(--copper);
    text-decoration: none;
}
