/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
    height: 100%;
    padding: 0;
}

body {
    padding-top: 60px;
}

body.full-height {
    height: 100%;
    min-height: 100%;
    color: #5a5a5a;
    background: #fff;
    padding-top: 0;
}

body.single-page {
    /* free image from http://subtlepatterns.com/debut-dark/ */
    background: url(../img/patterns/debut_dark.png) fixed;
    color: #262626;
    padding-top: 60px;
}

footer {
    color: #808080;
    font-size: .9em;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
@media (min-width: 768px) {
    .navbar-inverse.navbar-big {
        padding: 20px 0;
        background: rgba(0, 0, 0, .4);
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .navbar-inverse.navbar-fade {
        transition: all 0.8s;
    }
    .navbar-inverse.navbar-big li a {
        background: transparent !important;
    }
    .navbar-inverse.navbar-fade li a {
        transition: all 0.8s;
    }
    #section-home {
        background-position: top left !important;
    }
}

.navbar-right {
    margin-right: 0 !important;
}

.navbar-brand.vp {
    padding: 10px 15px;
}

.navbar .btn.login {
    width: 8em;
    margin-left: 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#section-home {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: url(../img/clouds.jpg) no-repeat fixed top center;
    background-size: cover;
}

#section-home .cover-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#section-home .cover-container {
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    text-align: center;
    color: #fff;
}

#section-home .jumper-container {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

#section-home .cover-container h1 {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}
#section-home .cover-container h2 {
    font-size: 28px;
    font-family: 'Indie Flower', cursive;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}


#section-about {
    /* free image from http://subtlepatterns.com/debut-dark/ */
    background: url(../img/patterns/debut_dark.png) fixed;
    color: #fff;
    padding: 120px 0 100px 0;
}

#section-features {
    /* free image from http://subtlepatterns.com/greyzz/ */
    background: url(../img/patterns/greyzz.png) fixed;
    color: #000;
    padding: 50px 0 50px 0;
}


#section-contact {
    display: table;
    height: 90%;
    min-height: 90%;
    width: 100%;
    background: url(../img/sunset.jpg) no-repeat fixed top center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

#section-contact .slogan {
    text-align: center;
    font-size: 20px;
    font-family: 'Indie Flower', cursive;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 2em;
}

body.full-height footer {
    /* free image from http://subtlepatterns.com/debut-dark/ */
    background: url(../img/patterns/debut_dark.png) fixed;
    color: #999;
    margin: 0;
    padding: 4em 0;
}

body.full-height footer .legal-note {
    line-height: 40px;
}

.link-down, .link-up {
    display: inline-block;
    background: rgba(0,0,0,0.3);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 6px 0;
    font-size: 15px;
    line-height: 30px;
    border-radius: 20px;
}

ul.help-block {
    background: rgba(255,255,255,0.6);
    padding: .3em .5em .3em 2em;
    border-radius: 3px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-sm-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-sm-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
.marketing .col-sm-4 a.btn {
    margin-bottom: 20px;
}


/* Featurettes
------------------------- */

.featurette {
    padding: 80px 0;
}

/* Thin out the marketing headings */
.featurette-heading {
    margin-top: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.featurette-heading .text-muted {
    font-family: 'Indie Flower', cursive;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    #section-home .cover-container h1 {
        font-size: 65px;
        font-weight: bold;
    }
    #section-home .cover-container h2 {
        font-size: 50px;
    }

    #section-contact .slogan {
        font-size: 30px;
    }

    #section-contact .cover-container {
        font-size: 30px;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .modal-sm {
         width: 400px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 50px;
    }
}



/* Authentication Styles
------------------------- */

body.single-page .col-md-4,
body.single-page .col-md-6 {
    background: #f2f2f2;
    color: #000;
    border-radius: 15px;
    padding: 2em;
}

body.single-page h1 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
}

body.single-page div.logo {
    text-align: center;
    margin-top: 10px;
}

body.single-page footer {
    text-align: center;
}

body.single-page footer p {
    margin: 0 0 5px 0;
}

body.single-page .main-content {
    margin-top: 15px;
    margin-bottom: 25px;
}

body.single-page footer a {
    color: #808080;
}

@media (max-width: 767px) {
    body.single-page {
        padding-top: 0px;
    }

    body.single-page .col-md-4,
    body.single-page .col-md-6 {
        padding: 1em;
        margin: 1em;
    }
}
