/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 16, 2018, 8:35:59 AM
    Author     : CCoates
*/

#headerContainer{
    height:33%;
}
#headerContainer{
    background-color:rgba(255, 255, 255, 0);
}
.ourGoal{
    display:none;
}
.learnButton{
    margin-top:55px;
    clear:both;
    height:40%;
    font-size:1.4em;
}
.twitterContainer{
    display:none;
}
#servicesDiv div:first-of-type div:first-of-type, #servicesDiv div:nth-of-type(2) div:first-of-type{
    float:right;
    width:50%;
}
#servicesDiv div:nth-of-type(3) div:first-of-type, #servicesDiv div:nth-of-type(3) div{
    width:100%;
    float:none;
}
.customersBox{
    height:260px;
}
#footerContainer,#copyrights{
    width:85%;
}
#aboutDiv div:first-of-type, #aboutDiv div:nth-of-type(2){
    width:90%;
    float:none;
    margin:0px;
}
#locations .topRow div, #locationsLight .topRow div{
    width:33%;
}
.imageGrid{
    width:95%;
}
.imageGrid a{
    width: calc(40% - 3px)
}
.imageGrid img{
    width:200px;
    margin-right:0px;
}