html{
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
    color: black;
}
[data-slides] {
    background-image: url(https://ignitioncreative.group/wp-content/uploads/2017/08/banner1.png); /* Default image. */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0px;
    margin: 0px;    
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/* Use additional CSS to control the `height` of `[data-slides]`, like so: */
.homeSlides { 
    height: 950px;
}
.logoOver{
    z-index: 3;
    height: 950px;
    background-image: url(https://ignitioncreative.group/wp-content/uploads/2017/08/home-logo-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: fixed;
    padding: 0px;
    margin: 0px; 
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
[hidden] {
    display: none;
}
.wrapper{
    clear: both; 
    max-width: 1000px;
    margin: auto;
}
/*nav*/
.topBar{
    z-index: 1000;
    height: 70px;
    width: 100%;
    position: fixed;
    background-color: black;
}
.logoTop{
    float: left;
    width: 200px;
    padding: 15px 10px;
}
.navBar{
    float: right;
    padding: 0 20px 0 0;
}
.navBar li{
    padding: 10px;
    display: inline-block;
}
.navBar a{
    color: white;
    text-decoration: none;
}
body{
    margin: 0px;
    padding: 0px;
}
/*body*/
.spacer{
    padding: 70px 0 0;
    background-color: white;
    clear:both;
}
.wrapperBody{
    margin: auto;
    max-width: 1300px;
}
#about{
    margin: 80px auto;
}
.textA{
    width: 35%;
    text-align: right;
    padding: 40px;
    float: left;
}
.emp{
    font-size: 1.2em;
    font-weight: bold;
}
.imgA{
    background-image: url(https://ignitioncreative.group/wp-content/uploads/2016/01/ignitionSign.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 55%;
    float: right;
}
.servicesImg{
    float: left;
    background-image: url(https://ignitioncreative.group/wp-content/uploads/2017/08/colorswatches.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 630px;
    width: 40%;
}
.servicesCont{
    width: 50%;
    float: right;
    margin-bottom: 80px;
    padding: 0 40px;
}
#services{
    margin: 0 0 10px 0;
}
.services{
    align-content: center;
    text-align: center;
    padding: 10px 0;
    clear: both;
    max-width: 200px;
}
.col-2{
    float: left;
    margin:  0 30px;
}
.col-1{
    float: left;
    margin: 0 30px;
}
.icon{
    font-size: 5em;
    color: #ef453e;
}
.serviceDes{
    font-size: .9em;
    margin: 20px 0;
}
h3{
    margin: 0 0 5px 0;
}
.button{
    color: black;
    text-decoration: none;
    margin: 0 auto 20px;
    text-align: center;
    border: 5px solid #ef453e;
    padding: 20px 10px;
    width: 200px;
    font-weight: bold;
}
.button:hover{
    background-color: #ef453e;
    color: white;
}

/*footer*/
.bottomBar{
    clear: both;
    text-align: center;
    height: 50px;
    background-color: black;
}


@media (max-width: 1700px){
    .logoOver{
        background-size: cover;
    }
}
@media (max-width: 1070px){
    .imgA{
        width: 100%;
    }
    .textA{
        margin: auto;
        width: 70%;
        text-align: center;
        float: none;
    }
    #about{
        margin: 0px auto;
    }
    .servicesImg{
        display: none;
    }
    .sesrvicesImg2{
        display: block;
    }
    #services{
        text-align: center;
    }
    .services{
        max-width: 100%;
        margin: 0;
        
    }
    .col-1{
        margin: 0;
        padding: 0 10px;
        width: 45%;
    }
    .col-2{
        margin: 0;
        padding: 0 10px;
        width: 45%;
    }
    .servicesCont{
    width: 80%;
    float: none;
    margin: auto;
    padding: 0 40px;
}
   
}

@media (max-width: 600px){
    .logoOver{
        background-attachment: scroll;
        height: 700px;
    }
    .homeSlides{
        height: 700px;
    }
    .servicesCont{
        width: 80%;
    }
    .col-1{
        width: 100%;
        float: none;
    }
    .col-2{
        width: 100%;
        float: none;
    }
    .services{
        width: 100%;
        
    }
    .navBar{
        display: none;
    }
}