@media screen and (min-width: 1280px) {
        .container {
            width: 1250px;
            margin-left: auto !important;
        margin-right: auto !important;
        }
        #safe-services p{
            padding-right: 200px;
        }
        .blurb-row{
            display: flex;
        }
        .blurb{
            
            text-align: center;
        
    }
    }
    
    @media screen and (min-width: 1920px) {
        .container {
            width: 1890px;
            margin-left: auto !important;
        margin-right: auto !important;
        }
        .blurb{
            display: inline-table;
            text-align: center;
        
    }
    #main-heading-cta{
        width: 100%;
    }
    }
    
    @media screen and (min-width: 3840px) {
        .container {
            width: 3810px;
            margin-left: auto !important;
        margin-right: auto !important;
        }
        #safe-services p{
            padding-right: 200px;
            max-width: 400px;
            font-size: 45px;
        }
        .blurb{
                display: inline-table;
                text-align: center;
            
        }
    }
 
    @media screen and (max-width: 1251px){
       
        #main-heading-cta{
            width: 100%;
        }
    }

@media screen and (min-width:1141px){
    .container{
        width: 1136px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #main-heading-cta a {
        font-size: 34px;
    }
    .blurb{
        display: inline-table;
        text-align: center;
    
}
}

@media screen and (max-width: 1140px){
    .container{
        margin-left: auto;
        margin-right: auto;
    }
    .blurb{
        margin-left: auto;
        margin-right: auto;
        width: 33.33%;
    }
}


@media screen and (max-width: 932px){
    .footer-links{
        max-width: 636px !important;
        text-align: center;

    }
    .footer-links ul {
        padding-left: 0;
    }
    #safe-services p{
        font-size: 10px !important;
    }
}

@media screen and (max-width: 797px){
 
    #menu-icon{
        display: block !important;
        color: black;
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: 55px;
        }
        
    nav{
        display: none;
    }

    #main-menu{
        width: 100%;
        border-bottom: 1px solid black;
        border-top: 1 px solid black;
        margin-top: 15px;

    }
    #main-menu ul li {
        display: block;
    }

}


@media screen and (max-width: 732px){
    .blurb-row{
    display: flex !important;
    flex-direction: column !important;
   }
    .blurb{
       
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 697px){
    .blurb{
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
}


@media screen and (max-width: 619px){
    #main-heading-cta h1{
        font-size: 35px !important;
    }
  
    #safe-services p{
        max-width: 300px;
        font-size: 12px;
        padding-right: 15%;
    }
    .safe-sub-section {
        display: inline-flex;
    }
    .safe-sub-section img{
        padding-top: 15%;
        padding-bottom: 15%;
        width: 75%;
    }
}

@media screen and (max-width: 443px){
    #banner-header img{
        width: 80%;
        height: 80%;
    }
}

@media screen and (max-width: 404px){
 
    .blurb{
        width: auto !important;
        margin-left: 5%;
        margin-right: 5%;
    }
    
}

@media screen and (max-width: 320px){
    .cta-button{
        font-size: 10px !important;
    }
}


body{
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
}
.container {
    max-width: 1140px;
    

}


/* banner section with embedded nav */

#banner-header{
    background-image: linear-gradient(white, white);
    background-color: #87509c;
    min-height: 800px;
}

header{
    padding-top: 55px;

}

nav{
    float: right;
}

nav ul li {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
}

nav ul li.active{
    
    background-color: #643a79;
}

nav ul li a.active{
    color: white;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

#main-heading-cta{
    margin-top: 100px;
    text-align: center;
    background-image: url("assets/images/action-door.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#main-heading-cta h1{
    color: white;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 60px;
    padding-top: 40px;
}

.blurb p {
    font-size: 16px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.title-box p{
    font-size: 18px;
}

#main-heading-cta p{
    color: white;
    font-size: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}



.cta-button {
    padding: 25px 90px 25px 90px;
    color: white;
   

}



#main-heading-cta a {
    background-color: orange;
    text-decoration: none;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-radius: 5px;
}

/* Service section */
#services {
    background-color: #485158;
    min-height: 745px;
    color: white;

}
.title-box{
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.title-box h2{
    margin-top: 0px;
    padding-top: 120px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title-box .line {
    margin-left: auto;
    margin-right: auto;
    width: 87px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.15);
}



.blurb-row{
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.blurb{
    width: 33%;
    justify-content: center;
    text-align: center;
}

.blurb h3{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}



/* safe services section */

#safe-services{
    min-height: 420px;
    color: white;
    background-color: #3c5499;


}
#safe-services .container{
    text-align: center;
    

}

#safe-services h4{
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 80px;
   
   
}

#safe-services p{
    margin-left: 40px;
    padding: 10px 10px 10px 10px;
    
}
.safe-sub-section {
    display: inline-flex;
}
.safe-sub-section img{
    margin-right: 40px;
    padding: 10px 10px 10px 10px;
}


#map {
    height: 400px;
}