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: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat top center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.tiny {
    font-size: 70%
}

.page-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 1%;
}

.page-message > h1 {
    color: #b8b8b8;
}

.page {
    padding: 1% 20% 5% 15%;
    font-weight: 300;
    font-size: 17.5px;
    line-height: 1.6;
}

.page p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.page h1:after, .page h2:after, .page h3:after {
    /* background: none repeat scroll 0 0 #FFDDDD; */
    background: linear-gradient(45deg, #FFDDDD, white);
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 100px;
}

.page li {
    margin-top: 7px;
    margin-bottom: 7px;
}

.page blockquote {
    font-weight: 400;
    font-size: 19.5px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f8f8f8;
    color: #666666;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.page-list h1, .page-list h2, .page-list h3, .page-list h4, .page-list h5, .page-list h6 {
    margin-top: 15px;
    margin-bottom: 1px;
}

.page-list p {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .page-message {
        padding-bottom: 1%;
    }

    .page {
        padding: 5% 10% 5% 10%;
    }

    .page blockquote {
        padding: 1px 10px 10px;
        margin: 0px 10px 20px;
    }
        
    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.contact {
    padding: 100px 0;
    color: #f8f8f8;
    /* background: url(../img/contact-bg.jpg) no-repeat center center; */
    background-size: cover;
}

.contact h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.contact ul {
    margin-bottom: 0;
}

.contact-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.contact-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .contact h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.contact-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.contact-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

img.img-responsive {
    opacity: 0.3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.98);
    -mox-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}

.row:hover>div>img.img-responsive {
    opacity: 1;
    -webkit-transform: scale(1);
    -mox-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.carousel-control.right, .carousel-control.left {
    background-image:none;
    width: 35px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.slick-slide {
    opacity: 0.2;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-transform: scale(0.8);
    -mox-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.slick-active {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    -mox-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.slick-center {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -mox-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
