/*!
 * 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.
 */

body {
    background-color: #000;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bgpattern.gif') repeat;
    
}
@font-face {
    font-family: aishaScript;
    src: url(aisha-script.regular.ttf);
}
p {
    font-size: 1em;
    line-height: 1.5;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
    
.landingbg {
    width: 100%;
    height: 450px;
    background: url('../img/hair-extensions-expert-model.jpg') no-repeat;
    background-size: contain;
    background-position: top center;
    background-size: contain;
    background-color: #fff;

}
 .landingtitle {
    font-size: 56px;
    color: #33cccc;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 4px;
    margin: 0px;
 }
 .landingsubtitle {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #ff3399;
    line-height: 1.25;
    margin: 0px;
}
 
 .landingsubtitle2 {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #ff3399; /* pink */
    line-height: 1.25;
    margin: 0px;
}
.landingsubtitle3 {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #33cccc;  /* teal */
    line-height: 1.25;
    margin: 0px;
}

a
{
    color: #663399; /* old pink #ff3399; */
    text-decoration: underline;
}
a:hover, a:focus
{
    color: #ff3399;
}
.logobox {
    margin-bottom:5px;
}
.keyword {
    font-size: 16pt;
    font-family: verdana;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 2px;
}
.nav, .navbar-nav {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    background-color: #000;
} 

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff99cc; /* pink for selected menu item */
    background-color: #000;
}
.navbar-default .navbar-nav > li > a {
    color: #eee; /* grey  for unselected menu items */
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    background-color: #000;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #ff99cc; /* pink  for hover over menu items */
}

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

.brand-name {
    margin: 0;
    font-size: 60px;
    font-family: 'Tangerine', cursive;
    color: #ff99cc;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 0px;
    line-height: normal;
}
.brand-subname {
    margin-top: 0;
    padding-top: 0;
    font-weight: lighter;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 25px;
    letter-spacing: 2px;
}
.intro-text {
    font-size: 2em;
    font-style: bold;
    letter-spacing: 1px;
    font-family: 'Comfortaa', cursive;
    color: #ff3399;
}
.quote {
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Great Vibes', cursive;
    color: #eee;
}
h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
}
h2.quotepink {
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Great Vibes', cursive;
    color: #ff3399;
}
h4.quotepink {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Great Vibes', cursive;
    color: #ff3399;
}
.pinklabel {
    font-size: 1.25em;
    color: #ff3399;
    font-family: 'Comfortaa', cursive;
    font-style: bold;
}
.ic-bullet {
    padding: 0px;
    color: #666;
    width: 50px;
}
.ic-topic {
    float: left;
    padding: 0px;
    color: #666;
    width:20px;
}

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

.box {
    margin: 0px;
    padding: 20px 15px;
    background: #fff;
}
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
.sidebar {
    margin-left:20px;
    margin-right:20px;
}

.btn-default {
    background-color: #ff99cc;
    font-weight: bold;
    color: #fff;
    border: #ff3399;
}
.btn-primary {
    background-color: #ff3399;
    font-weight: bold;
    color: #fff;
    border: #ff99cc;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ff99cc;
    font-weight: bold;
    color: #fff;
    border: #ff99cc;
}
.sectionwhite
{ 
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #333;
    color: #000;
    background-color:#fff;
    padding: 20px;
    margin: 40px 0px 40px 0px; 
}
.sectiongray 
{
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #333;
    color: #000;
    background-color:#aaa;
    padding: 20px;
    margin: 40px 0px 40px 0px; 
}
.loadingImage
{
    .background: #333 url('../assets/images/theme_images/loading.GIF') no-repeat 50% 50%;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: background-color 0;
    transition: background-color 0;
}    
.sectiondivider 
{
    top: -10px;
}
.sectionlabel
{
    font-size: 36px;
    font-style: bold;
    letter-spacing: 1px;
    font-family: 'Great Vibes', cursive;
    margin-left: 15px;
    color: #33cccc;  /* teal color */
}

.sectionsublabel
{
    font-size: 12pt;
    font-family: verdana;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.sectionsublabel2
{
    color: #663399;  /* purple color */
    font-size: 12pt;
    font-family: verdana;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;

}
.sectionsublabel3
{
    color: #33cccc;  /* teal color */
    font-size: 12pt;
    font-family: verdana;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;

}
.borderstyle {
    border: 3px solid #333;
}
footer {
    background-color: #000;
    border-style: solid;
    border-width: 5px 0px 2px 0px;
    border-color: #333;
}
footer p > a {
    margin: 0;
    color: #ff99cc;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer p > a:hover, footer p > a:focus  {
    margin: 0;
    color: #ff99cc;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer p {
    margin: 0;
    padding: 30px 0px 10px 0px;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
}
/* SOCIAL MEDIA */
.social {
    margin: 0px;
}
.social-box {
    margin: 0px;
}
.social ul {
    margin: 0;
    padding: 0px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 32px;
    height: 32px;
    color: #FFF;
    /* background-color: #444; */
    font-size: 22px;
    text-align:center;
    padding-top: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook { /* round facebook icon  #4060A5  */
    background: #4060A5;
}
.social .fa-pinterest { /* round pinterest icon #cb2027  */
    background: #cb2027;
}
.social .fa-instagram { /* round instagram icon #375989  */
    background: #375989;
}
.social .fa-youtube-play { /* round youtube icon #FF1F25  */
    background: #FF1F25;
}
.social .fa-vimeo-square { /* round vimeo square icon*/
    background: #83DAEB;
}

.social .fa-facebook { /* round facebook icon  #4060A5  */
    background: #4060A5;
}
.social .fa-pinterest { /* round pinterest icon #cb2027  */
    background: #cb2027;
}
.social .fa-instagram { /* round instagram icon #375989  */
    background: #375989;
}
.social .fa-youtube-play { /* round youtube icon #FF1F25  */
    background: #FF1F25;
}
.social .fa-vimeo-square:hover { /* round vimeo square icon*/
    background: #83DAEB;
}

a
    .dkvideo {
        display: none;
    }
@media screen and (min-width:768px) {
    /* large screen */

    .dkvideo {
        display: table;
        margin-top: 0px;
    }

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

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

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
        background-color: #000;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border-style: solid;
        border-width: 2px 0px 2px 0px;
        border-color: #333;
        background: #000;
        margin-bottom: 0px;
    }

    .img-full {
        min-width: 100%;
    }
    .nav>li>a {
        padding: 15px 20px 15px 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }
    
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 11px;
        color: #fff;
    }
}

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

}
    .audiocontrol {
        position: fixed; 
        top: 148px !important; 
        left: 0px !important;
    }    

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    .audiocontrol {
        background-color: #000;
        position: fixed; 
        top: 10px !important;
        left: 0px !important;
        z-index:1;
    }
    .logobox {
        margin-top:45px;
    }
} 