/*
mib = #11293B
tertiary = #fcba03
*/
@font-face{
    font-family: domine;
    src: url(./assets/Domine/static/Domine-Regular.ttf);
}
body{
    font-family: domine;
}
:root{
    --mib: #11293B;
    --tertiary: #dea300;
}

h3{
    color: var(--mib)
}
h4{
    color: var(--tertiary);
}

.navbar{
    background-color: #11293B;
}
.navbar a {
    color: white;
}
.navbar button{
     background-color: white;
}
.book-btn{
    font-size: 16px;
    box-shadow: none;
    background-color: #f5f5f5;
    color: var(--mib);
    width: 165px;
    height: 46px;
    transition: font-size .3s ease, width .3s ease, height .3s ease, background-color .3s ease, color .3s ease;
}

.book-btn:hover{
    font-size: 19px;
    width: 175px;
    height: 56px;
    background-color: var(--tertiary) ;
    color: var(--mib);
}

.btn-mib{
    color: white;
    background-color: #11293B;
}
.btn-mib:hover{
    color:#11293B;
    background-color: white;
    border: solid 2px #11293B;
}

/* Page specific stylings */
.logo{
    height: 500px;
    width: 500px;
}
.header-img {

    background: #11293B;
}
.header-text-col{
    padding: 15rem 4rem;
}

hr{
    background-color: black;
}
.offer-wrapper{
    background-color: var(--mib);
}
.offer-block{
    height: 700px;
}
.offer-header>h1{
    padding-top: 100px;
    letter-spacing: 3px;
    font-size: 56px;
    color: #fff;
}
.services{
    padding-top: 75px;
}
.offer-header>h1{
    margin: 2rem 0rem;
    width: 100%;
    text-align: center;
}

.offer-col{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0rem;
}
.offer-col h4{
    margin-top: 2rem;
}
i.fas{
    color: #fff;
}
.about-row{
    border-bottom: #11293B 2px solid;
}
.about-img{
    max-width: 850px;
}
.about-img>img{
    /* box-shadow: 0px 0px 5px; */
    width: 850px;
    height: 500px;
}
.about-blurb{
    padding: 0 3rem;
    padding-top: 175px;
    font-size: 24px;
    line-height: 1.6;
}

.learn{
    margin-top: 4rem;
    color: white;
    background-color:  #11293B;
}
.learn:hover{
    color: #11293B;
    background-color: white;
    border: solid 2px #11293B;
}
.learnt{
    display: none;
}

 .consultation{
     background: linear-gradient(
         rgba(0,0,0,0.5),
         rgba(0,0,0,0.5)
         ), url(./assets/dane-deaner-iJ1lw8iNIy8-unsplash.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     height: 700px;
     z-index: 5;
 }
.consultation .row{
    padding-top: 14%;
}
 .consultation img{
     margin: 1rem 0rem;
 }

 .consultation .box{
     box-shadow: 0px 4px 10px;
     background-color: var(--mib);
     padding: 2rem;
     width: 500px;
     height: 200px;
     text-align: center;
 }
 .consultation .box h3{
     color:white;
 }
 .consultation .box button{
     margin-top: 1rem;
     border-radius: 4px;
     height: 50px;
     width: 300px;
 }
 .contact-us-wrapper{
     background-image: url(./assets/19449741.jpg);
     background-repeat: no-repeat;
     background-size: cover;
 }
 .contact-us>.row>h1{
     width: 100%;
     text-align: center;
 }
  .contact-us>.row{
      padding: 2rem 0rem;
     width: 100%;
     text-align: center;
 }
 .contact{
     padding-top: 20px;
     height: 300px;
 }
 .contact h1{
     margin: 2rem 0rem;
 }
 .contact h1 span{
     color: #11293B;
     text-decoration: underline;
 }

.footer{
    font-size: 22px;
    padding: 2rem;
    background-color: #11293B;
}

@media only screen and (min-width: 374px) and (max-width: 498px){
    .logo{
        height: 250px;
        width: 250px;
    }
    .about-img>img{
    width: 374px;
    height: 250px;
    margin-bottom: 10%;
    }
    .header-text-col{
    padding: 5rem 4rem;
    text-align: center;
    }
    button.service-button{
        margin: 0 auto;
    }
    .about-blurb{
        width: 100%;
        text-align: center;
        padding-top: 25px;
        font-size: 18px;
    }
    .offer-block{
        padding-top: 25px;
        height: 1100px;
    }
    /* .offer-block::before, .offer-block::after{
        bottom: -93em;
    } */
    .contact{
        height: 300px;
    }
    .contact h1{
        font-size: 20px;
    }

}
@media only screen and (min-width: 499px) and (max-width: 697px){
    .offer-block{
        height: 1000px;
        padding-top: 25px;
    }
    /* .offer-block::before, .offer-block::after{
        bottom: -151.25em;
    } */
    .contact{
        height: 500px;
    }
    .learn{
        width: 300px;
    }
    .learnt{
        display: none;
    }
    .about-img>img{
    /* box-shadow: 0px 0px 5px; */
    width: 550px;
    height: 350px;
    }
    .contact h1{
        font-size: 28px;
    }
    .about-blurb{
    padding: 0 3rem;
    padding-top: 100px;
    font-size: 24px;
    line-height: 1.6;
}
}

@media only screen and (min-width: 698px) and (max-width: 950px){
    .about-img>img{
    /* box-shadow: 0px 0px 5px; */
    width: 1000px;
    height: 650px;
    }
    .learn{
        width: 300px;
    }
    .learnt{
        display: none;
    }
}