/* GLOBAL CLASSES */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.lead {
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
}

.content-section-white {
    padding: 120px 0;
    background-color: #f8f8f8;
}

.content-section-grey {
    padding: 120px 0;
    background-color: #EEEEEE;
}

.content-section-header-text {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

.content-section-body-text {
    font-size: 26px;
    font-weight: 300;
    width: 70%;
}

.content-section-header-underline {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-bottom: 40px;
}

@media(max-width:768px) {
    .content-section-white {
        padding: 40px 0;
        background-color: #f8f8f8;
    }

    .content-section-grey {
        padding: 40px 0;
        background-color: #EEEEEE;
    }


    .content-section-body-text {
        font-size: 26px;
        font-weight: 300;
        width: 100%;
    }
}

/* NAVIGATION CLASSES */

.topnav {
    font-size: 14px;
}

/* HEADER CLASSES */

.header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/brickwall.jpg) no-repeat center center;
    background-size: cover;
}

.header-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.header-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.header-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.header-message > h3, h2 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.header-button {
    width: 200px;
}

.header-network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

@media(max-width:768px) {
    .header-message {
        padding-bottom: 15%;
    }

    .header-message > h1 {
        font-size: 3em;
    }

    ul.header-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.header-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .header-divider {
        width: 100%;
    }
}

/* ABOUT US CLASSES*/

.about-us-body-text {
    margin-bottom: 40px;
}

.about-us-info-header-text {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
}

.about-us-info-header-underline {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.about-us-info-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

@media(max-width:768px) {
    .about-us-info-text {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

/* GALLERY CLASSES */

.gallery-image {
    padding: 0;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f8f8f8;
}

.gallery-image:hover .gallery-overlay {
  opacity: 0.6;
}

/* EXPERTISE CLASSES */

.expertise-header-text {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    display: inline-flex;
    padding-left: 20px;
}

.expertise-header-underline {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-bottom: 20px;
}

.expertise-icon {
    font-size: 44px;
}

.expertise-skills-row {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 30px;
}

.expertise-skills-row div {
    display: flex;
    align-items: center;
    text-align: center;
}

.expertise-skills-row p {
    flex-grow: 1;
    justify-content: center;
}

@media(max-width:992px) {
    .expertise-skills-row {
        display: block;
        padding-top: 0px;
    }

    .expertise-skills-row div {
        padding-top: 10px;
    }
}

/* PARALLAX CLASSES */

.parallax-window {
    background-image: url("../img/brickwall3.jpg");
}

.parallax-wrapper {
    height: 40vh;
    overflow: hidden;
}
.parallax-wrapper > * {
    height: 200%;
    position: relative;
    top: -100%;
}

/* SERVICES CLASSES*/

.our-services-info-header-text {
    font-size: 26px;
    font-weight: 400;
}

.our-services-info-body-text {
    font-size: 18px;
    font-weight: 300;
    width: 80%;
}

@media(min-width:992px) {
    .our-services-right {
        float: right;
        text-align: justify;  
        -moz-text-align-last: right;
        text-align-last: right;
    }

    .our-services-left {
        float: left;
        text-align: justify;  
        -moz-text-align-last: left;
        text-align-last: left;
    }
}

/* CONTACT US CLASSES */

.contact-us-icon {
    font-size: 30px;
    padding-bottom: 10px;
}

.contact-us-icon-text {
    font-size: 26px;
    font-weight: 300;
}

@media(max-width:768px) {
    .contact-us-icon-text {
        font-size: 26px;
        font-weight: 300;
        padding-bottom: 20px;
    }
}

/* MAP CLASSES */

.map {
    width: 100%;
    height: 300px;
}

/* FOOTER CLASSES */

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/* HELP CLASSES */

.highlight {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.no-padding {
    padding: 0;
}

.padding-top-26 {
    padding-top: 26px;
}

.padding-top-16 {
    padding-top: 16px;
}

.padding-top-12 {
    padding-top: 12px;
}

.padding-bottom-16 {
    padding-bottom: 16px;
}

.padding-left-12 {
    padding-left: 12px;
}

.padding-right-12 {
    padding-right: 12px;
}

.icon-text {
    display: inline-block;
}