body, html {
    height: 100%;
    width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;

}

.intro-message h2, intro-message .h2 {
    font-size: 20px;
}

body {

    background-size: cover;
    font-size: 16px;
    font-weight: normal;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.mynavbarclass {

    background-color: #FFFFFF;

    box-shadow: 1px 1px 5px #888;

}

blockquote {

    font-size: 14px;

}

.img-responsive:hover {

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-responsive-custom {
    margin: 0 auto;
}

.img-responsive-custom:hover {

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@keyframes animate_background {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -200px;
    }
}

.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;
    color: #fff;

    background: #22232f;
    /*background: linear-gradient(to right, #606c88, #3f4c6b);*/
    height: 100vh;
    text-align: center;

}

.intro-message {
    position: relative;
    margin: 0 auto;
    color: #fff;
}

.intro-img {
    width: 40%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 5em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-family: 'Josefin Sans', monospace;
    font-weight: normal;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-color: transparent;
    margin-top: 0;
}

.intro-message > h2 {
    font-weight: normal !important;
}

.intro-message > h3 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: 'josefin sans';
    font-family: 'Lato';
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6) !important;
}

@media (max-width: 486px) {

    .btn-custom, .btn-white {
        width: 100% !important;
        border-radius: 0 !important;
    }
}

@media (max-width: 767px) {

    .intro-img {
        width: 50%
    }
    .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 {
    color: #222;
    padding: 50px 0;
}

.content-section-b {
    /*border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;*/
    padding: 50px 0;
    background: #fff;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    border-top: 3px solid #e7e7e7;
    width: 200px;
    float: left;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    background-color: #22232f;
    /*background: linear-gradient(to right, #606c88, #3f4c6b);*/
    padding: 50px 0;
    color: #fff;
}

footer a {
    color: #999;

}

p.copyright {
    margin: 15px 0 0;
}

.subfooter-wrapper {
    background-color: #1b1c25;
    color: #ffffff;
}

.subfooter-wrapper a {

    color: #ffffff;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #222;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 24px;
    width: 220px;
    border-radius: 0px 4px 4px 0px;
}

.btn-white:hover, .btn-white:focus {
    background-color: #fff;
    color: #222;
    text-decoration: none;
}

.btn-custom {
    background-color: #5584ff;
    border: 2px solid #5584ff;
    color: #fff;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 24px;
    width: 220px;
    border-radius: 4px 0px 0px 4px;
}

.btn-custom:hover, .btn-custom:focus {
    background-color: #4e74d6;
    border-color: #4e74d6;
    color: #fff;
    text-decoration: none;
}