@font-face {
    font-family: AvanteGardeBold;
    src: url(../fonts/AvanteGarde-regular.otf) format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: Bodoni;
    src: url(../fonts/Bodoni-Roman.ttf);
}
@font-face {
    font-family: Goudy;
    src: url(../fonts/Goudy-regular.ttf);
}

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

@font-face {
    font-family: 'Pragmatica ExtraLight Reg';
    font-style: normal;
    font-weight: normal;
    src: local('Pragmatica ExtraLight Reg'), url('./fonts/Pragmatica-ExtraLight.woff') format('woff');
}

#logo {
    margin-top: 10px;
    margin-left: 10px;
}
#giftcard_btn {
    margin-bottom: 15px;
}
#giftcard_btn .material-icons {
    margin-top: -2px;
}
.btn:hover, .btn-large:hover {
    background-color: #ffd900;
}
.collapsible-body {
    background-color: white;
}
.collapsible-body ul {
    padding: 20px;
}
.overlay {
    background-color: rgba(36, 36, 36, 0.8);
}
ul li a i.material-icons {
    margin-top: -13px;
}

.ogx-bold {
    font-family: FreeSansBold;
    /* font-weight: bold; */
}
.ogx-button {
    background: #65583A;
}
.ogx-header-text {
    margin-bottom: 20px;
}
.flow-text {
    font-family: 'Pragmatica ExtraLight Reg';
    font-size: 1.6rem;
}
.site-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    height: calc(100vh - 64px);
}

@media only screen and (max-width: 700px) {
    .site-header{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media only screen and (orientation: landscape) {
    .site-header{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

.header-image {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0;
}
#services {
    font-family: Bodoni;
    font-size: 1.4em;
}
.ogx-flow-text {
    font-size: 1.2rem;
}
.parallax-container {
    height: 900px;
}
#contact {
    margin-top: -5px;
}
#social {
    height: auto;
}
#links {
    font-size: 1.3em;
}
#links a {
    color: #FFF;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.no-padding {
    padding: 0;
}

body {
    font-family: 'Pragmatica ExtraLight Reg';
    font-weight: 300;
 }

p {
    font-family: 'Pragmatica ExtraLight Reg';
    font-weight: 300;
 }
