html{
    
}
body{
    
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering:optimizeLegibility;
    color: #5d5d5d;
   
}


p {
    line-height: 28px;
}

h2 {
    color: #1c40a7;
    margin-top: 0;
    text-transform: uppercase;
}

h3, h2 {
    font-family: "Gudea",sans-serif;
    font-weight: lighter;
}

h3{
    color:#1c40a7;
    text-transform: uppercase;
}

.mainContainer:before{
    background-image: url("../img/world-headquarters.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.mainContainer{
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    
}

.logoContainer{
    max-width: 200px;
    cursor: pointer;
}

.logoContainerResize{
    max-width: 200px;
    cursor: pointer;
    left: 50%;
    margin-left: -100px;
    margin-top: -102.25px;
    position: absolute;
    top: 50%;
    display: block !important;    
}

.uLLogoContainer{
    left: 0 !important;
    margin-left: 17px !important;
    margin-top: 0 !important;
    max-width: 120px;
    position: absolute;
    top: 0 !important;
}

.pageContainer{
    max-width: 790px;
    width: 90%;    
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}


footer {
    bottom: 0;
    font-size: 12px;
    height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.copyRight{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

nav {
    position: relative;
    z-index: 2;
}

.mainNav{
    margin-top: 0;
    padding-top: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 75%;
}

ul .mainNav{
    list-style: none;
}

.mainNav li{
    display: inline;
    margin-right: 15px;
}

.mainNav li a{
    text-decoration: none;
    text-transform: uppercase;
    color: gray;
    font-family: sans-serif;
    transition: color 0.9s ease;
}

.mainNav li a:hover{
    color: crimson;
    border-bottom: 2px solid crimson;    
}


section {
    clear: both;
    padding-bottom: 25px;
    padding-top: 111px;
    position: relative;
}

.flexContainer{
    display: flex;
    justify-content: space-around;
}

.mobileNavContainer {
    display: none;
    float: left;
    height: auto;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: 105px;
    width: 100%;
    z-index: 2;
}

.mobileNavContainer ul{
    list-style: none;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    padding-left: 0;
}


.mobileNavContainer li {
    padding-left: 15px;
}


.mobileNav li a {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    color:gray;
}


.mobileNavContainer li:hover {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}


.fa-bars {
    font-size: 25px !important;
    display: none !important;
}

a .fa-bars{
    color: black;
    text-decoration: none;
}

.menuIcon {
    display: block;
    margin-right: 20px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    z-index: 2;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

.homeQuote {
    color: white;
    display: block;
    font-size: 40px;
    position: relative;
    text-shadow: 1px 1px #bcbcbc;
}

ul.serviceList {    
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.serviceList li{
    margin-bottom: 7px;
}

.serviceColContainer{
    display: flex;
    justify-content: space-around;
}

.serviceCol{
    
}

@media (min-width:691px){
    .mobileNavContainer {
        display: none !important;
    }
}

@media (max-width:690px){
    
    .serviceColContainer{
    display: block;    
    }
    
    footer {
        position: static;
    }
    
    .pageContainer {
        padding-bottom: 0;
    }
    
    section {    
    padding-top: 135px;    
}
    
    .fa-bars {    
    display: block !important;
    }
    
    .mainNav{
        display: none;
    }
    
}

@media (max-width:480px){
.flexContainer{
    flex-direction: column;
    }    
    
#contact .flexContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
}
    
}