body{
    margin: 0;
    font-size: 100%;
    font-family:"proxima-nova";
}
a{
    color: #C0533D;
    text-decoration: none;
}
a:hover{
    color: #b44833;
}
.navbar-toggler-icon i{
    color: #fff;
}
.nav-link:focus, .nav-link:hover{
    color:rgb(245, 245, 245);
}
.color-primary{
    color: #fff !important;
}
.color-secondary{
    color: #647631 !important;
}
/* buttons */
.btn-primary{
    background: #C0533D;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    font-family:"proxima-nova";
    text-transform: uppercase;
    min-width: 200px;
    padding: 15px;
    border: none;
    margin-top:35px;
}
.btn-primary:hover{
    background: #af4a35;
}
.btn-primary:active,.btn-primary:focus{
    background: #99402e;
}
.btn-primary:focus{
    box-shadow: 0 0 0 0.25rem rgb(235 200 192);
}
p{
    font-size: 16px;
    color: #502E09;
    font-weight: bold;
    font-family: "open-sans";
    margin-top:35px;
}
.banner p a{
    color: #502E09;
    text-decoration: underline;
}
.banner a:hover{
    color: #683c0d;
}
.banner a.btn-primary:hover{
    color: #fff;
}
header{
    background: #647631;
    padding: 2px 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    z-index: 3;
    position: fixed;
    width: 100%;
}
.banner{
    background: url(../images/hero_bg.png);
    background-size: cover;
    height: 720px;
    z-index: 2;
    padding-top: 160px;
}
.nav-link{
    font-size: 18px;
    font-weight: 600;
    font-family: 'proxima-nova';
    color: #fff;
}
.banner-heading{
    font-size: 52px;
    font-family: "open-sans";
    color: #87643D;
    line-height: 70px;
    margin-bottom: 0;
}
.heading-primary{
    color: #87643D;
    font-family: "verveine";
    text-align: center;
    font-size: 52px;
    text-transform: uppercase;
}
.primary-desc{
    font-size: 17px;
    color: #0F0202;
    text-align: center;
    margin-bottom: 35px;
}
.mt-5{
    margin-top:6rem !important;
}
.about{
    background: url(../images/banner_secondary.png);
    background-size: cover;
    height: 1378px;
    padding: 120px 0;
    position: relative;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat !important;
}
.about-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.about-cards .card{
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    min-width: 308px;
    margin: 8px;
    border: none;
    text-align: center;
    border-radius: 10px;
}
.about-cards .card:first-child{
    margin-left: 0;
}
.about-cards .card:last-child{
    margin-right: 0;
}
.card{
    flex-wrap: wrap;
}
.about-cards .card img{
    max-width: 90px;
    width: auto;
    margin: -50px auto 0;
}
.about-cards .card h5{
    font-size: 21px;
    font-weight: bold;
    color: #0F0202;
    margin-top:15px;
}
.about-cards .card p{
    font-weight: 300;
    font-family: 'proxima-nova';
    color: #0F0202;
    margin-top: 10px;
}
.about-cards .card p small{
    font-weight: bold;
    display: block;
    font-size: 12px;
}
h3{
    font-family: "open-sans";
    font-size: 18px;
    color: #0F0202;
    text-align: center;
    margin-top: 35px;
    line-height: 27px;
}
.reading-plan{
    background: url(../images/reading_plan_bg.jpg);
    background-size: cover;
    height: 1408px;
    padding: 120px 0;
    position: relative;
    margin-top: -50px;
    background-position: left;
}


.reading-plan p,.reading-plan .btn-primary, .adventure-kits p, .pricing p{
    margin-top: 15px;
}
.reading-plan .display-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem !important;
    margin-top:50px;
}
.reading-plan .display-grid .card{
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.reading-plan .display-grid .card .card-title, .reading-plan .display-grid .card .card-subtitle{
    font-size: 21px;
    font-weight: bold;
    color: #647631 !important;
}
.reading-plan .display-grid .card .card-text{
    font-size: 16px;
    font-weight: 100;
    font-family: "proxima-nova";
    margin-top: 10px;
}
.adventure-kits{
    background: url(../images/adenture_kits.png);
    background-size: cover;
    height: 1468px;
    padding: 120px 0;
    margin-top: -50px;
    background-position: center;
}
.adventure-kits .row{
    align-items: center;
}
.adventure-kits .card-lg{
    margin-top:40px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding:50px 30px;
    border-radius: 6px;
}
.adventure-kits .card-lg ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:1rem 2.5rem !important;
}
.adventure-kits .card-lg ul li{
    list-style: none;
}
.adventure-kits .card-lg ul h3{
    text-align: left;
    font-size: 21px;
    color: #647631;
    font-family: "proxima-nova";
    font-weight: bold;
    margin-top:0;
}
.adventure-kits .card-lg ul p{
    margin: 0 0 5px 0;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 100;
    color: #0F0202;
}
.adventure-kits .card-lg ul a{
    text-decoration: underline;
    font-family: "open-sans";
    font-size: 12px;
}
.pricing{
    background: #486D5B;
    padding: 40px 0 200px;
    text-align: center;
    position: relative;
    
}
.pricing p{
    font-size: 18px;
    line-height: 27px;
}
.pricing .pricing-cards{
    background: #fff;
    border-radius: 45px;
    margin-top:35px;
}
.pricing .pricing-cards h1{
    background: #BD8748;
    padding: 20px;
    text-align: center;
    border-radius: 45px 45px 0 0;
    font-size: 41px;
    margin: 0;
}
.pricing .pricing-cards ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 50px 50px 80px;
}
.pricing .pricing-cards.two ul{
    grid-template-columns: 1fr 1fr;
    padding: 50px 180px 80px;
}
.pricing .pricing-cards ul li{
    list-style: none;
    position: relative;
}
.pricing .pricing-cards ul li:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #EAEAEA;
    right: 0;
    top: -20px;
    height: 270px;
}
.pricing .pricing-cards ul li:last-child:after{
    content: '';
    display: none;
}
.pricing .pricing-cards ul li p{
    margin: 0;
    color: #645E5E;
    font-family: 'proxima-nova';
    font-weight: bold;
}
.pricing .pricing-cards ul h2{
    font-size: 90px;
    font-weight: bold;
    color: #645E5E;
}
.pricing .pricing-cards ul h4{
    font-size: 24px;
    color: #647631;
    font-weight: bold;
}
.pricing .pricing-cards ul h2 small{
    display: block;
    font-size: 29px;
}
.pricing-desc h2{
    font-weight: bold;
    font-family: "open-sans";
    font-size: 36px;
}
.pricing-desc p{
    font-size: 21px;
    margin-top: 0;
}
.free-download{
    background: url(../images/freedownload_bkg.png);
    background-size: cover;
    height: 703px;
    padding: 120px 0;
    margin-top: -50px;
    position: relative;
}
.free-download ul{
    padding-left: 0;
}
.free-download ul li{
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.free-download ul li:before{
    content:'';
    position: absolute;
    height: 4px;
    width: 4px;
    background: #C0533D;
    top: 10px;
    left: 0;
    border-radius: 100%;

}
.free-download h4{
    font-size: 15px;
    color: #0F0101;
    font-family: "open-sans";
}
.free-download ul li a{
    font-size: 15px;
    font-family: 'open-sans';
}
footer{
    background: #525252;
    padding: 35px 0;
}
footer p{
    color: #CCC6C4;
    font-size: 14px;
    margin: 5px;
}
footer p a{
    color: #CCC6C4;
}
.footer-grid{
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
}
.banner .flex-column-reverse{
    flex-direction: row !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}
@media (min-width: 1024px) and (max-width: 1420px){
    .free-download{
        height: 1083px;
    }
}    
@media (max-width: 1400px){
    .about-cards{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 4.8rem 1rem;
    }
    .banner .flex-column-reverse{
        flex-direction: column-reverse!important;
    }
    .banner{
        height: 940px;
    }
    .banner img{
        width: 534px;
        margin-left: auto;
    }
    .banner .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .mobile-reverse{
        align-items: center!important;
        flex-direction: column-reverse!important;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .free-download{
        height: 1273px;
    }
    .about{
        height: 1780px;
    }
}
@media (max-width: 1024px){
    .banner {
        height: 1040px;
    }
    .center-sm{
        text-align: center;
    }
    .about,.free-download,.reading-plan,.adventure-kits{
        padding: 100px 0 150px;
        height: auto;
    }
    .navbar-toggler-icon{
        color: #fff;
        width: 4.5em;
    }
    .free-download{
        background: rgb(255,255,255);
        background: linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(244,236,216,1) 100%);
        position: relative;
        padding: 100px 0 520px;
    }
    .about .container{
        position: relative;
        z-index: 2;
    }
    .about:after{
        content: '';
        background-image: url(../images/about-img.png);
        background-position: center;
        position: absolute;
        height: 750px;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .free-download:after{
        content: '';
        background-image: url(../images/mountain.png);
        background-position: -200px;
        position: absolute;
        height: 490px;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .adventure-kits .card-lg ul,.reading-plan .display-grid{
        grid-template-columns: 1fr;
    }
    .footer-grid img{
        margin: 0 auto;
    }
    footer p{
        padding-right: 8px;
        margin: 5px 2px;
        display: inline-block;
        border-right: 2px solid #CCC6C4;
    }     
    .footer-grid img{
        margin-bottom: 30px;
    }
    .pricing .pricing-cards.two ul{
        padding: 50px 0px 80px;
    }
    .free-download .col-sm-6,.adventure-kits .col-sm-6,.reading-plan .col-sm-6{
        flex: 0 0 auto;
        width: 100%;
    }
    .free-download .col-sm-6  .col-sm-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .about{
        padding: 60px 0;
        height: 1780px;
        background-position: -930px 0;
    }   
    .adventure-kits{
        height: 1970px;
    }
    .reading-plan{
        background: url(../images/Reading-Plan-ipad.jpg);
        background-size: cover;
    }
    .pricing{
        position: relative;
    }
    .pricing:before{
        content:'';
        background: url(../images/free_download-top.png);
        position: absolute;
        bottom: 0;
        height: 100px;
        width: 100%;
        left: 0;
        background-repeat: no-repeat !important;
        background-size: cover;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    .about{
        height: 1570px;
    }  
}
@media (min-width:1370px){
    .pricing p {
        margin: 0 100px;
    }
}
@media (max-width: 992px){
    .collapse:not(.show) {
        display: none !important;
    }
}
@media (max-width: 767px){
    .about-cards,.reading-plan .display-grid,.pricing .pricing-cards ul,.pricing .pricing-cards.two ul,.adventure-kits .card-lg ul{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 4.8rem 1rem;
        padding: 0;
    }
    .navbar-toggler:focus{
        outline: none;
        box-shadow: none;
    }
    .banner-heading {
        font-size: 33px;
        line-height: 41px;
    }
    .banner{
        height: 840px;
    }
    .heading-primary{
        font-size: 32px;
    }
    .about,.free-download,.reading-plan,.adventure-kits{
        padding: 60px 0;
        height: auto;
    }
    .pricing .pricing-cards ul h2{
        font-size: 60px;
    }
    .pricing .pricing-cards h1{
        font-size: 21px;
    }
    .pricing .pricing-cards ul li:after {
        content: '';
        width: 200px;
        right: 80px;
        top: 215px;
        height: 2px;
    }
    .pricing .pricing-cards ul, .pricing .pricing-cards.two ul{
        padding: 40px 0 60px;
    }
    .pricing-desc h2{
        font-size: 31px;
    }
    .pricing .heading-primary{
        font-size: 45px;
    }
    header{
        padding: 0;
    }
    .navbar-toggler{
        padding: 0.25rem 0;
    }
    .bi-list{
        margin-left: 5px;
    }
    .navbar-brand img{
        width: 85px;
    }
    .pricing {
        padding: 35px 0 200px;
    }
    .free-download .col-sm-6 .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .about {
        padding: 60px 0;
        height: 2600px !important;
        background-position: -1190px 0;
    }
    .reading-plan{
        padding: 110px 0 115px;
        height: auto;
    }
    .adventure-kits{
        padding: 120px 0;
        height: 2150px;
    }
    .free-download{
        padding: 60px 0 480px;
    }
}
@media (min-width: 339px) and (max-width: 380px){
    .about {
        padding: 60px 0;
        height: 2700px !important;
    }
}
