@media (min-width: 990px){
    .nav-link .bi{
        margin-right: 15px;
        font-size: 1.25rem;
        }    
    .jumbotron{
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .jumbotron-text{
        display:flexbox;
        margin-top: 25vh;
        font-weight: 600;
        text-transform: uppercase;
    }
    .jumbotron .heading{
        font-weight: 700;
        text-align: center;
    }
    .jumbotron .tagline,
    .description{
        width: 100%;
        margin-top: 10vh;
        padding: 10px;
        font-size: 15px;
        font-weight: 700;
    }
    .jumbotron .tagline{ 
        font-weight: 600;
        text-align: center;
    }
    .cta-container{
        width: 100%;
        margin-top: 5vh;
        text-align: center;
    }
    .jumbotron .cta-container{
        margin-top: 30vh;
    }
    .section{
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .section-text{
        width:100%;
        padding-right: 20%;
        padding-left: 20%;
        align-self: center;
        line-height: 2rem;
    }
    .reason-block .btn{
        text-align: center;
    }
    .contact{
        height: 50vh;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact header{
        text-align: justify;
    }
    .contact p{
        padding: 15px;
    }
    .contact-us {
        min-height: 100vh;
        padding-top: 0px;
    }
    .contact-us .info{
        margin-top: 15vh;
        padding-top: 2vh;
    }
    .contact-us .info h2,
    .contact-us .info p{
        padding-left: 10%; 
        padding-right: 20%;
        padding-bottom: .5rem;
    }
    .contact-us .list{        
        padding-left: 10%; 
        padding-right: 20%;
    }
    .contact-form{
        display: block;
        justify-self: center;
        width: 70%;
        margin-top: 12vh;
    }

    #page-landing{
        height: 20vh;
    }
    .page-heading{
        padding-top: 20vh;
        padding-bottom: 10vh;
    }

    .closer{
        margin-bottom:1rem;
    }
    #services-landing{
        height: 100vh;
    }
    .service .card-body{
        padding-left: 15%;
        padding-right: 15%;
    }
    .banner-image{
        width: 100%;
        height: 300px;
    }
}