@font-face {
    font-family: "ethosNova";
    src: url("TTF/EthosNova-Regular.ttf");
}
@font-face {
    font-family: "ethosNovaBold";
    src: url("TTF/EthosNova-Bold.ttf");
}
@font-face {
    font-family: "ethosNovaThin";
    src: url("TTF/EthosNova-Thin.ttf");
}
@font-face {
    font-family: "ethosNovaLight";
    src: url("TTF/EthosNova-Light.ttf");
}
@font-face {
    font-family: "ethosNovaItalic";
    src: url("TTF/EthosNova-Italic.ttf");
}
@font-face {
    font-family: "itcGaramond";
    src: url("ITC-Garamond/ITC\ Garamond\ Std\ Book\ Narrow.otf")
}
@font-face {
    font-family: "itcGaramondBold";
    src: url("ITC-Garamond/ITC\ Garamond\ Std\ Bold.otf");
}
@font-face {
    font-family: "itcGaramondLight";
    src: url("ITC-Garamond/ITC\ Garamond\ Std\ Light.otf");
}
@font-face {
    font-family: "itcGaramondLightNarrow";
    src: url("ITC-Garamond/ITC\ Garamond\ Std\ Light\ Narrow.otf");
}

body {
    margin: 0px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #17113D;
    padding: 27px 50px;
}

.nav-list a {
    font-family: "ethosNovaBold";
    font-size: 16px;
    letter-spacing: 1.28px;
}

.mini-nav {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

.mini-nav span {
    font-family: "ethosNova";
    text-align: center;
}

#backgroundDiv {
    width: 100%; 
    /* height:60vh; */
    background-image: url("images/iStock-142248281.png");
    background-size: cover;
    background-position: center;
}

.hero-content {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10%;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 52px;
    font-family: "itcGaramond";
    font-weight: 400;
    margin: 0px;
}

.hero-content img {
    width: 182px;
    height: 59px;
}

.hero-content p {
    text-align: center;
    font-family: "ethosNova";
    font-size: 16px;
    line-height: 24px;
}

.book-save-earn {
    display: flex;
    padding: 40px;
}

.bse-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px;
}

.bse-content h3 {
    font-size: 35px;
    color: #17113D;
    font-family: "itcGaramondLightNarrow";
    margin: 20px 0px;
}

.bse-content p {
    text-align: center;
    font-family: "ethosNova";
    font-size: 16px;
    line-height: 24px;
    color: #17113D;
    margin-top: 0px;
}

.banner {
    background-color: #17113D;
    color: #fff;
    padding: 100px 0px;
}

.banner h2 {
    text-align: center;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "itcGaramondLightNarrow";
    font-weight: 500;
    letter-spacing: 0.5px;
}

.banner p {
    text-align: center;
    font-family: "ethosNova";
    font-size: 16px;
}

.how-to {
    padding: 40px;
}

.steps {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.step {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step h3 {
    font-size: 40px;
    margin: 0px;
    text-align: center;
    color: #17113D;
    font-family: "itcGaramondLightNarrow";
}

.step h4 {
    font-size: 35px;
    margin: 0px;
    color: #17113D;
    font-family: "itcGaramondLightNarrow";
    text-align: center;
}

.step p {
    text-align: center;
    color: #17113D;
    font-family: "ethosNova";
    font-size: 16px;
}

.col-with-images {
    display: flex;
    justify-content: space-around;
}

.col-with-images img {
    width: 24%;
    border-radius: 10px;
    margin: 7px;
}

.get-more {
    text-align: center;
    font-size: 48px;
    color: #17113D;
    font-family: "itcGaramondLightNarrow";
}

.gift-card-blocks {
    display: flex;
    justify-content: space-around;
    
}

.gc-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(24, 17, 61, 0.75);
    padding: 30px 0px;
    width: 23%;
}

.gc-block span {
    font-family: "ethosNova";
    font-size: 24px;
    line-height: 30px;
    color: #17113D;
    text-align: center;
}

.gc-divider {
    height: 1px;
    width: 90%;
    background: #18113D;
    margin: 10px 0px;
}

.fine-print-container {
    display: flex;
    justify-content: center;
    padding: 35px 0px;
}

.fine-print {
    font-family: "ethosNovaItalic";
    color: #17113D;
    font-size: 12px;
    text-align: center;
}

.how-to-button {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    padding: 20px;
}

.how-to-button a {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #17113D;
    font-family: "ethosNova";
    font-size: 19px;
    color: #fff;
    border-radius: 10px;
}

footer {
    background-color: #17113D;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-container {
    width: 168px;
    display: flex;
    justify-content: space-evenly;
}

.footer-links {
    margin: 10px 0px;
}

.footer-links span {
    color: #fff;
    
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "ethosNova";
    margin: 6px;
}

.copyright {
    color: #fff;
    font-family: "ethosNova";
    font-size: 12px;
}

.logo a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.nav-list {
    list-style-type: none;
    display: flex;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-list li a:hover {
    color: #f8a51d;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 3px;
    border-radius: 2px;
}

@media screen and (max-width: 911px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
        display:none;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 118px;
        left: 0;
        transition: left 0.3s ease;
        padding: 0;
        background-color: #17113D;
    }

    .nav-list.active {
        display:block;
    }

    .nav-list li {
        margin: 30px 0 ;
    }

    .nav-list li a{
        color:#fff;
    }
    .mini-nav {
        padding: 7px 20px 10px 20px;
    }

    .mini-nav span {
        font-size: 11px;
        text-align: center;
    }

    #backgroundDiv {
        display: none;
    }

    #hero-mobile {
        background: url("images/Section1_Banner2_mobile.png");
        background-size: cover;
        background-position: center bottom;
        height: 540px;
    }

    .hero-content {
        width: 74%;
        padding: 50px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 18px;
    }

    .book-save-earn {
        flex-direction: column;
        padding: 20px;
    }

    .bse-content h3 {
        margin: 15px 0px;
    }

    .banner {
        padding: 50px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner h2 {
        font-size: 38px;
        margin: 0px;
    }

    .banner p {
        width: 258px;
        font-size: 15px; 
        line-height: 19px;
    }

    .how-to {
        padding:  25px 15px;
        display: flex;
    flex-direction: column;
    align-items: center;
    }

    .steps {
        flex-direction: column;
        padding-bottom: 0px;
    }

    .step {
        width: 100%;
        margin-bottom: 15px;
    }

    .col-with-images {
        flex-wrap: wrap;
    }

    .col-with-images img {
        width: 46%;
        margin: 5px;
    }

    .get-more {
        font-size: 32px;
        width: 317px;
        margin:auto;
        padding-bottom: 30px;
    }

    .gift-card-blocks {
        flex-direction: column;
        align-items: center;
    }

    .gc-block {
        width: 286px;
        margin-bottom: 25px;;
    }

    .fine-print-container {
        padding: 0px 0px 15px 0px;
    }
    .fine-print {
        text-align: center;
        width: 255px;
    }

    .footer-links a {
        font-size: 10px;
    }

    .copyright {
        font-size: 8px;
    }
}

@media screen and (min-width: 912px) {
    #hero-mobile {
        display: none;
    }
}
