.herobanner {
    background-image: url("img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.herobanner::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color:#000;
    opacity: 0.5;
    left:0px;
    z-index: 0;
}

.context {
    max-width: 800px;
    z-index: 1;
}

.context h1 {
    color:#fff;
    font-size: 70px;
    font-weight: 300;
}

.context p {
    font-size: 23px;
    color:#fff;
    font-weight: 300;
    line-height:32px;
    margin-top:20px;
    margin-bottom:50px;
}

.nav-link {
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 30px;
}

/* Customize the navbar background */
        .navbar-custom {
            background-color: transparent;
            transition: background-color 0.3s ease;
        }
        /* Change the navbar background to white on scroll */
        .navbar-scroll {
            background-color: white;
        }
        
        /* Customize the navbar text color */
        .navbar-custom .navbar-nav .nav-link {
            color: white;
            transition: color 0.3s ease;
        }

        /* Change the navbar text color to black on scroll */
        .navbar-scroll .navbar-nav .nav-link {
            color: black;
        }

/* Change the navbar text color to black on hover */
.navbar-custom .navbar-nav .nav-link:hover {
    color: #007acc;
}

.herobtn {
    border:none;
    font-size:13px;
    border-radius:20px;
    padding:15px 30px 15px 30px;
    text-transform: uppercase;
}

.herobtn:hover {
    background-color:#01c70a;
}

.sept {
    margin-top:100px;
    margin-bottom:100px;
}

.smallContainer {
    max-width: 700px;
}

h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom:30px;
}

p {
    color: #999999;
}

p {
    font-size: 20px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.listCol {
    padding-left:50px;
    padding-right: 50px;
    text-align: center;
}

.listRow {
    margin-top:30px;
}

.listCol img {
    margin-bottom:20px;
}

.listCol h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.listCol p {
    font-size: 17px;
}

.graybg {
    padding-top:50px;
    padding-bottom:50px;
    background-color:#f7f7f7;
}

.graycol h2 {
    margin-top:100px;
}

.bluebg {
    padding-top:100px;
    padding-bottom:100px;
    background-color: #007acc;
    color:#fff;
}

.bluebg p { 
    color:#fff;
    opacity: 0.6;
}

.contactBtn {
    background-color:#007acc;
    border:1px solid #fff;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 100;
    padding:15px 45px 15px 45px;
    margin-top:20px;
    float:right;
}


@media only screen and (max-width : 1400px) {

}

@media only screen and (max-width : 1360px) {

}

@media only screen and (max-width : 1100px) {
 
    
}



@media only screen and (max-width : 930px) {
    
    
}


@media only screen and (max-width : 768px){



  
}


@media only screen and (max-width : 580px){
	

}


@media only screen and (max-width : 520px) {

	
}


@media only screen and (max-width : 480px) {

	
}

@media only screen and (max-width : 370px){
	
	
}

@media only screen and (max-width : 320px) {


}




