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

// fonts
.kaushan-script-regular {
  font-family: "Kaushan Script", serif;
  font-weight: 400;
  font-style: normal;
}
.cookie-regular {
  font-family: "Cookie", serif;
  font-weight: 400;
  font-style: normal;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/PV-firebg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ddeeff;
}

h1 {
    font-family: "Kaushan Script","Cookie","Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cookie","Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ccddee;
}

h2.small {
    color: #ccddee;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 3rem;
    font-size: 4em;
}

.brand-logo {
    max-width: 86%;
    margin: auto;
}
@media (min-width: 768px) {
  .brand-logo {
    max-width: 50%;
  }
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(4,2,0,0.7);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(4,2,0,0.7);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}
footer ul.icons a {
    width: 6rem;
    background: #ffffff;
    padding: .75rem 0;
    border-radius: 1rem;
}
ul.icons, ul.boast {
    padding: 20px 0;
    list-style: none;
}
ul.boast {
    font-size: 2rem;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
    font-size: 4em;
}
ul.mini-icons li {
    display: inline-block;
    padding: 0 1em 0 0;
    font-size: 2em;
}

@media (max-width: 529px) {
    ul.mini-icons {
        display: none;
    }
}

ul.icons li:last-child, ul.mini-icons li:last-child {
    padding: 0;
}

ul.icons li a, ul.mini-icons li a {
    text-decoration: none;
}

.centered {
    text-align: center;
}
.right {
    text-align: right;
    float: right;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
}

.sticky .box {
    padding: 15px;
}

.sticky .brand-name {
    display: inline;
    font-size: 3.5rem;
}

a.fa-youtube, a.fa-youtube-play {
    color: #ff0000;
}

a.fa-instagram {
    color: #c13584;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
