

.top-li-large {
    width:200px;
}

.logo-header {
    width:430px !important;
}

.logo-header a,
.logo-footer
 {
    color: white !important;
    font-size:2.5em;
    font-family: 'Bowlby One SC', cursive;
    font-family: Oswald;
    font-weight: 800;
    padding-bottom: 10px;
}
.contact-info {
    float:right !important;
}

.contact-info li {
    padding: 0;
    width:170px;
}

#link-follow {
    overflow: hidden;
    position: relative;
}

#link-follow span {
    position: absolute;
    top: -90px;
    visibility: hidden;  
}

.add-top-minus-140 {
    top:-120px;
}

.font-size-20 {
    font-size:20px !important;
}

.testimonial-2 .testimonial-text {
    background-color:#e0e0e0 !important;
}

.add-margin-top-40 {
    margin-top:40px !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.under-const {
    font-size: 2em;
}


.top-li-large {
    width:220px !important;
}


/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .contact-info {
        float:none !important;
    }
    .contact-info li {
        width:45%;
    }

    .under-const {
        font-size: 1.4em;
    }

    .logo-header {
        width:220px !important;
    }
    .logo-header a{
        font-size: 2em !important;
    }
    
  }
