/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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

body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #000;
}

div.intro-header {
    background-color: #FFF;
}

div.container {
    background-color: #F0FFF0;
    border: 5px solid #000;
    border-radius: 15px;
    
    padding: 30px;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 30px;
}

@media(max-width:767px) {
    
    body {
        background-color: #F00;
    }
    
    .intro-message {
        padding-bottom: 15%;
    }

    .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%;
    }
}

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

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

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

@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 {
    padding: 50px 0;
    background-color: #f8f8f8;
}

a {
    color: #080;
}

a.email-address {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

a.email-address:hover {
    color: #FFFFFF;
}