

body {
    color:#000;    
    line-height: 1.4; 
   font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #1c1102;
}

hr {
   border: 1px solid #ebe7dd;
    margin: 12px 1% 5px 1%;
}

a:link {
    color:#ef6611;
    text-decoration: none;
}
a:visited {
    color:#ef6611;
}
a:hover {
   
    color: #000;
}
a:active {
    color: #6a6a6a;
}

h1, h2, h3 {
    font-weight: 300;
    color: #000;
}

.rmm{
   display: none; 
}

.pageHeader {
    position: absolute;
    top: -150px;
}

main {
    margin: 0 auto;
    width: 100%;
    clear: both;
    background-color:#f5f1e8;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
    
}

.main-cream {
    margin: 10px 5% 0px 5%;
    background-color:#f5f1e8;
    padding: 0 5px 30px 5px;
    border-radius: 15px;
}


.mainHeader {  
    width: 100%;
    position: relative;
    
}

.mainLogo {
    width: 19%;
    opacity: 1;
    position: relative;
    top: 0%;
    margin: 0 auto;
    display: block;
}

.mainLogo2 {
    float: left;
    width: 150px;
    margin-top: -20px;

    
}


.mainDescription{
    width: 80%;
    text-align: center;
    margin: 0 auto;

}

.mainDescription p {
    font-size: 130%;
   margin: -10px 5% 0 5%;
    text-align: center;
    
}


.mainDescription h1 {
    font-size: 250%;
    padding: 4% 3% 1% 0;
    color: #000;
    margin-bottom: 10px;
    
}

.mainDescription2{
    text-align: center;
    padding: 0 10% 0 10%;
    
}

.mainDescription2 p {
    font-size: 130%;
    text-align: center;
}

.mainDescription2 h1 {
    font-size: 250%;
    color: #000; 
}

.emphasize{
    color: #000;
    font-style: italic;
    font-weight: 400;
}

.logoName {
    width: 35%;
    position: absolute;
    left: 31%;
    bottom: -18%;
}


#mainNavMobile{
    display: none;
}

.nav-push {
    margin-top: 5px;
}

.nav-cream, .nav-cream a, .nav-cream a:link {
    
    border-radius: 12px;
    
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {

    border-radius: 0px;
}


.gallery{
    width: 100%;
    border-radius: 5px;
    white-space:nowrap; 
    overflow-x: scroll; 
    background-color:black;
}

.booster_chair {
    display: none;
}


.tele {
    display: none;
}

.tele .btn-info {

    font-size: 100%;
}

.tele a:link{
    color: #fff;
}
.tele a:visited{
    color: #fff;
}



section{
    width: 100%;
}

.no-pad {
    padding: 0 0 0 0;
}

.mainPageArticle{
    padding-top: 20px;
    
}

.mainPageArticle H2 {
    text-align: center;
    margin: 10 0 10 0;
    padding: 0 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 150%;
}

.mainPageArticle p{
    display: none;
    margin-top: 5px;

}

.mainPageArticle img {
    width:100%;
    margin: 0px;
    padding: 0px; 
}

.mainPageArticle a:hover {
    
   
}

.subPageArticle{
    padding-top: 5px;
    
}

.subPageArticle H3 {
    text-align: center;
    margin: 10 0 10 0;
    padding: 0 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 110%;
}

.subPageArticle p{
    display: none;
    margin-top: 5px;
}

.subPageArticle img {
    width:100%;
    margin: 0px;
    padding: 0px;

    
}

.articleRow {
    clear: both;
}


.blogArticle{
    
}

.blogArticle img {
    width:100%;
    margin: 0px;
    padding: 20px; 
}

#footer{
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 40px 0 0 0;
    background-color: #1c1102;
    color:#8d8682;
}

#social{
    display: inline-block;
}

#smallStuff{
    font-size: 90%;
    width: 80%;
    margin: 20px auto;
}




--------------- media responce -------------------

@media screen and (max-width: 1600px){
    

}
 /*Tablet*/
@media screen and (max-width: 1188px){  
    .expendable {
        display: none;
    }
    
    .mainPageArticle H2 {
        font-size: 120%;
    }
}
    
 /*Tablet2*/
@media screen and (max-width: 1033px){ 
    .mainPageArticle H2 {
        font-size: 100%;
    }   
}

 /*Tablet3*/
@media screen and (max-width: 992px){ 
    .subPageArticle H3 {
        font-size: 80%;
    }   
}

 /*phone */
@media screen and (max-width: 767px){
        .expendable {
        display: none;
    }
    
    .booster_chair {
        display:block;
    }
    
    .tele{
        display:block;
        margin: 5px 0 5px 0;
        font-size: 150%;
    }
    
    .mainLogo {
        width: 30%;
        opacity: .35;
    }
    
    .mainLogo2 {
        width: 30%;
        opacity: .35;
        float: none;
        margin: 0 auto;
        display: block;
    }
    
    .logoName {
        width: 55%;
        left: 22%;
        bottom: -11%;
    }
    
    .no-pad {
        padding: 0 15px 0 15px;
    
    }
    
    
    .mainDescription h1 {
        font-size: 120%;
        font-weight: 600;
        padding: 4% 3% 2% 0;
    }
    
    .mainDescription p {
        font-size: 100%;
    }
    
    .mainDescription2 h1 {
        font-size: 120%;
        font-weight: 600;
        padding: 4% 3% 2% 0;
    }
    
    .mainDescription2 p {
        font-size: 100%;
    }
    
    #footer{
    height: 190px;
    padding: 5px 0 0 0;
    position: fixed;
    bottom: 0px;
    background-color: #1c1102;
    }
}