/*!
 * 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.
 */
@font-face {
    font-family: 'exotc350_bd_btbold';
    src: url('../fonts/ufonts.com_exotic-350-bold-bt-webfont.eot');
    src: url('../fonts/ufonts.com_exotic-350-bold-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_exotic-350-bold-bt-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_exotic-350-bold-bt-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_exotic-350-bold-bt-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_exotic-350-bold-bt-webfont.svg#exotc350_bd_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: linear-gradient(#FFFF00, #B3B6E6);

    /*background-image: url('../img/backgroud_1stdraft3x3.jpg'); /****repeat center center 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: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

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

.box2 li 
{font-size:1.25em;
line-height:1.6;
color: #000;
display: inline-block;}

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

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

.navbar-brand {
    font-family: Arial, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 1000;
    letter-spacing: 2px;
    }

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

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

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

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

.brand-name {
    max-width:60%;
    margin: 0;
    font-size: 4em;
    margin-bottom: 15px
}

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

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #CCFFCC;
    background: rgba(204,255,204,0.85);
}

.box2 {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #F4E5D9;
    background: rgba(244,229,217,0.7);
}

.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: #fff;
    background: rgba(255,255,255,0.9);
    opacity: 0.4;
}

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

@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: Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #000;
    }

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

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

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 20px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000;
    }
.address-bar a{
        display: inherit;
        margin: 0;
        /*padding: 0 0 40px;*/
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000;
        text-decoration: none;
    }
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #F4E5D9;
        background: rgba(244,229,217,0.7);
    }

   /* .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;
    }
}
@media screen and (min-width:1200px) {
    .box2:after {
        content: '';
        display: table;
        clear: both;
    }
}


.fixed-footer{
      position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}



#msgbox {
    resize: none;
}