/*!
 * 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%;

    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    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;

    height: 100%;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-message > h1 {
    margin: 0;
    margin-bottom: 25px;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    font-size: 7em;
}

.invisible-divider {
    height: 35px;
}

.intro-message > h3 {
    
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 25px;
    
    margin-top: 10px;
    margin-bottom: 0px;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.8px;
    
    font-weight: 500;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}

.img-responsive {
    margin-left: 40%;
    margin-right: 40%;

    width: 20%;
    height: auto;

    border-radius: 150px;
    /*border: 3px solid #fff;*/
    /*box-shadow: 2px 2px 10px #444;*/

    margin-bottom: 5%;
}

.btn {
    /*background-color: transparent;*/
    /*color: #fff;*/
    background-color: #fff;
    color: #000;
    opacity: 0.5;

    border-radius: 150px;
    /*border: 1px #fff solid;*/
    border: 1px transparent solid;

    padding-left: 25px;
    padding-right: 25px;
    margin: 5px;
}

.btn:hover{
    opacity:0.9;
}


/* MacBook 13" */
@media(max-width: 1280px) {

    .intro-header {
        padding-top: 0px;
    }

   .intro-message {
        padding-top: 7%;
    }
}

/*iPad + iPad mini*/
@media(max-width: 1024px) {

    .intro-header {
        padding-top: 0px;
    }

   .intro-message {
        padding-top: 7%;
    }

    .img-responsive {
        margin-left: 37.5%;
        margin-right: 37.5%;

        width: 25%;
    }
}

/* iPhone */
@media(max-width:767px) {

    .intro-header {
        padding-top: 0px;
    }

    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 5em;
    }

    .intro-message > h3 {
        font-weight: 400;
    }

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

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

    .img-responsive {
        margin-left: 30%;
        margin-right: 30%;

        width: 40%;
    }
}
