/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: comic sans ms,sans-serif;
    background: url('../img/bg.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: comic sans ms,sans-serif;
    letter-spacing: 1px;
}

p {
    font-family: comic sans ms,sans-serif;
    font-size: 1.25em;
    line-height: 1.6;
    color: #dd9922;
}

hr {
    max-width: 400px;
}

/**
* @section Gallery
* Gallery Styles here
*/
.gallery {
    margin: 100px auto;
    width: 960px
}

.gallery .featured {
    background-color: #000;
    box-shadow: 0 0 40px #000;
    height: 540px;
    margin-bottom: 50px
}

.gallery .carousel-container {
    position: relative;
    height: 200px;
    width: 960px
}

.gallery .shadow {
    height: 200px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 30
}

.gallery .shadow-left {
    background: url('../img/shadow.png') no-repeat;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    left: 0
}

.gallery .shadow-right {
    background: url('../img/shadowr.png') no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    right: 0
}

.gallery .carousel-inner {
    float: left;
    margin-top: 20px;
    overflow: hidden;
    width: 960px;
}

.gallery .slider {
    position: relative;
    width: 9999px;
}

.gallery .slider li {
    float: left;
    height: 158px;
    list-style: none;
    margin-right: 60px;
    width: 280px
}

.gallery .slider li.current a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.gallery .slider li.current a:after {
    box-shadow: 0 0 0 8px #006292 inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.gallery .slider li img {
    max-width: 100%
}

.gallery .controll {
    cursor: pointer;
    display: none;
    height: 54px;
    position: absolute;
    top: 70px;
    width: 54px;
    z-index: 5
}

.gallery .controll.prev {
  background: url('../img/prev-slider.png') no-repeat;
  left: -84px
}

.gallery .controll.next {
  background: url('../img/next-slider.png') no-repeat;
  right: -84px
}

/**
* Clearfix
*/
.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

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

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

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

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

.brand-before,
.brand-name {
    text-transform: capitalize;
}

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

.brand-name {
    margin: 0;
    font-size: 4em;
	font-family: "Comic MS", sans-serif;
}

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

.box {
    font-family: comic sans ms,sans-serif;
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(35,5,35,0.9);
}

.intro-text {
    text-transform: uppercase;
    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: rgba(25,5,25,0.8);
}

footer p {
    margin: 0;
    padding: 10px 0 10px;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: right;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family:  comic sans ms,sans-serif;
        font-size: 5em;
        font-weight: 70;
        line-height: normal;
        color: #f00;
    }

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

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

    .address-bar {
        display: inherit;
        margin: 10px;
        text-align: right;
        text-shadow: 1px 1px 2px rgba(7,5,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #971;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;

        background: rgba(35,5,35,0.8);
    }

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

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