/*!
 * 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 {
    background-color: #000;
}

h1,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2{
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
     /*font-weight: 700;*/
    letter-spacing: 1px;
    color: #fff;
    
    
}

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

.p_center {
    font-size: 1.25em;
    line-height: 1.6;
    color: #fff;
	text-align: center;
}

.p_left {
    font-size: 1.25em;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
	text-align: left;
}

h7{
    font-size: 1.25em;
    line-height: 1.6;
    /*font-weight: 700;*/
    color: #fff;
	text-align: center;  
}


h8{
    font-size: 55px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
	text-align: center;  
}

h9{
    font-size: 10px;
    color: #fff;
	text-align: left;  
}


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



/* Style the back-to-top floating button */



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: blue;
}



.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: 3px;
}

.nav > li > a:hover{
    background-color:#000;
}

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

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

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

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

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

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #000;
    
    
}

.pattern_box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #000;
  
    /*background: rgba(255,255,255,0.3);*/
}

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

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

.img-left {
    float: left;
    padding: 10px;
    /*margin: 0 auto 0;*/
}

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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/*carousel override*/

 .carousel-inner{
 height:100%;
 }
 .fill{
  width:100%;
  height: 100% !important;
  background-position:center; 
  background-size:cover;
  }
  
  .carousel-partner{
 height:50%;
 }
 .fill{
  width:50%;
  height: 50% !important;
  background-position:center
  ;background-size:cover;
  }
  
  
footer {
	
    background: #000;
    
}

footer p {
    margin: 0;
    padding: 20px 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: "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);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000;
    }

    .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: 14px;
    }

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




.how-section1{
    margin-top:-17%;
    padding: 10%;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: left;
}
.how-img img{
    width: 80%;
}













/*carousel override*/

 .carousel-inner{
 height:100%;
 }
 .fill{
  width:100%;
  height: 100% !important;
  background-position:center; 
  background-size:cover;
  }
  
  .carousel-partner{
 height:50%;
 }
 .fill{
  width:50%;
  height: 50% !important;
  background-position:center
  ;background-size:cover;
  }
  





#carousel-1 {
}

#carousel_container {
  background-color: black;
  border-radius: 15px;
  width: 80%;
  margin-top: 5%;
  height: 25%;
  padding-top: 2px;
  padding-bottom: 2px;
}


/*.carousel-size {
  border: outset;
  border-radius: 15px;
  border-width: 1px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}*/

.carousel-size {
  border: outset;
  border-radius: 15px;
  border-width: 1px;
  width: 50%;
  height: 50% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  background-position:center
  ;background-size:cover;
}


.carousel_02_size {
  width: 30%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
}

.inner_text {
  margin-left: 32%;
}

.pattern_text {
 text-align: left;
 padding: 10px;

}

