body{
    background-color: white;
}

.burger-box{
   position: absolute;
   top: .5em;
   right: .5em;
   display: none;
}

@media only screen and (max-width: 992px){
	.burger-box {
		display: block;
	}
}

.top-bar{
    min-height: 55px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    line-height: 1 !important;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999;

}

#welcome{
    z-index: 999;
    position: relative;
}

#fixed-nav{
    position: absolute !important;
    right: 25px;
    top: -35px;
}

@media only screen and (max-width: 992px){
	#fixed-nav {
        position: relative !important;
        right: unset;
        top: unset;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
	}
}

#slogan{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 3em;
    color: #01a0a3;
    background-color: white;
    position: fixed;
}

#top-slogan{
    
}

.action-stmt{
    color: black;
}

@media only screen and (max-width: 768px){
	#top-slogan {
        
	}
}

#slogan-row{
    z-index: 100;
    /*margin-top: 790px;*/
}


#ats-main{
    width: 50%;
    display: block;
    left: 25%;
    top: 50px;
    position: fixed;
    z-index: -2;
}

#down-arrow{
    width: 10%;
    display: block;
    left: 45%;
    position: fixed;
    z-index: -1;
}

@media only screen and (max-width: 1200px){
	#ats-main {
        width: 65%;
        left: 17.5%;
	}
}

@media only screen and (max-width: 992px){
	#ats-main {
        width: 80%;
        left: 10%;
	}
}

.nav-item{
    font-family: 'Syncopate', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    margin-left: 1em;
    color: black;
    padding-top: .25em;
}

@media only screen and (max-width: 1090px){
	.nav-item {
        padding-top: .5em;
        padding-bottom: .5em;
	}
}

.ATS{
    margin-left: .5em;
    font-family: 'Syncopate', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #01a0a3;
    
}

.ATS p{
    padding-top: .5em;
    margin-bottom: 0 !important;
}

h1{
    font-family: 'Syncopate', sans-serif;
    padding-top: 2.5em;
    
}

#bw-baby{
    width: 100%;
    height: 700px;
    overflow: hidden;
    z-index: 3;
}

#bw-baby-img{
    width: 101%;
    margin-top: 0px;
    position: relative;
    min-height: 700px;
    min-width: 1000px;
}

#family{
    width: 100%;
    height: 700px;
    overflow: hidden;
    z-index: 3;
}

#bw-baby-img2{
    width: 101%;
    margin-top: 0px;
    position: relative;
    min-height: 700px;
    min-width: 1000px;
}

#cap1{
    font-family: 'Raleway', sans-serif;
    position: absolute;
    z-index: 5;
    font-size: 4em;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding-top: 0px !important;
    text-shadow: 0px 0px 20px white;
}

#cap2{
    font-family: 'Raleway', sans-serif;
    position: absolute;
    z-index: 5;
    font-size: 4em;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding-top: 0px !important;
    text-shadow: 0px 0px 20px white;
}

@media only screen and (max-width: 321px){
    #cap1{
        font-size: 2em;
    }
    #cap2{
        font-size: 2em;
    }
}

.info-title{
    width: 100%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.service-icon{
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.service-title{
    width: 100%;
    text-align: center;
}

.service-info{
    font-size: 1.3em;
}

.grey{
    background-color: #c9c9c9;
}

.teal{
    background-color: #01a0a3;
}

.text-white{
    color: white;
}

.contact-call{
    text-align: center;
    padding-bottom: 2em;
}

.submit-button{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #01a0a3;
    border-color: #01a0a3;
    margin-top: 2em;
}

@media only screen and (max-width: 768px){
	.submit-button{
        width: 50%;
    }
}

.submit-button:hover{
    background-color: white;
    border-color: #01a0a3;
    color: #01a0a3;
}

.window{
    padding-bottom: 50px;
}

.height-20{
    height: 20%;
}

.about-window{
    background-image: url('images/checker-pattern-faded.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
	.about-window {
        background-image: url('images/checker-skinny-faded.jpg');
	}
}

.row-max-width{
    display: flex;
    flex-wrap: wrap;
}

#contact{
    background-image: url('images/footer-stork.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center bottom;
}

.contact-icon{
    margin-top: 1em;
    margin-bottom: 1em;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    
}

.ats-footer{
    background-color: #01a0a3;
    color: white;
    
}

.footer-header{
    font-family: 'Syncopate', sans-serif;
    margin-top: 1em;
}

.footer-box{
    
}

#fb-icon{
    float: left;
    width: 20%;
    max-width: 150px;

}

#fb-icon-pic{
    width: 100%;
}

#mail-icon{
    float: right;
    width: 20%;
    max-width: 150px;
}

#mail-icon-pic{
    width: 100%;
}

#footer-text{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#gc1{
    width: 100%;
    
}

#gc2{
    width: 100%;
    
}

.testimonial{
    font-size: 1.25em;
}

.testimonial-top{
    margin-top: 1em;
}

.block-end{
    margin-bottom: 2em;
}

@media only screen and (max-width: 992px){
    #gc2{
        padding-top: 1em;
    }
    #gc1{
        padding-bottom: 1em;
    }
}

table{
    height: 100%;
    vertical-align: middle;
}

.active{
    font-size: 1.1em !important;
}

#mask{
    width: 100%;
    height: 100%;
    background-color: white;
}

.block{
    font-size: 1.25em;
}

form{
    font-size: 1.25em;
}

.form-control{
    font-size: 1em;
}

.custom-select{
    font-size: 1em;
}

.btn{
    font-size: 1.5em;
}