/*
ceiing          70573f
walls           c7b198
orange          f3a360
bcard           be9e85
yellow          fec23d
red             ef454d
light text color    fedec5
*/
body {
    /* background-color: #ffe3bc;*/
    font-family: 'Oswald', sans-serif;
    margin: 0;
    width:100%;
    height:100%;
}

html,
body {
    height: 100%;
}

/*------------------------------------------------------------------------*/

#page3{
    display:none;
}

/*---------------------------------------------------------------------menu-*/

.menu {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
}
#topmenu{
    top:10px;
    bottom:auto;
}
.menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 50%;
}

@media(max-width:400px){
    .menu a{
     font-size: 12px;
    }
}
@media(min-width:401px) and (max-width:800px){
    .menu a{
     font-size: 20px;
        letter-spacing:1px;
        font-weight:100;
    }
}
@media(min-width:801px){
    .menu a{
     font-size: 25px;
        letter-spacing:1px;
        font-weight:100;
    }
}


/*------------------------------------------------------------------page 1-*/

#title {
    z-index: 2;
    color: #fff;
    font-weight: 100;
    text-align: right;
    margin: 0;
    position: relative;
    height: 100%;
}

#title {
    font-size: 15vh;
    line-height: 14vh;
    padding-right: 20px;
    padding-top: 20px;
}

#title #ferndale {
    color: #CBBFB3;
}

#title #logo {
    display: block;
    z-index: 1;
    left: 120px;
}

#title #sub {
    position: absolute;
    bottom: 40px;
}

#title #logo img {
    width: 150px;
}

#page1 {
    height: 100%;
    position: relative;
    width: 100%;
}

#page1bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*-----------------------------------page 2-*/

#mountains, #sunset {
    z-index: 9;
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}






/*---------------------------------------------------footer-*/

#page4 {
    background-color: #be9e85;
    color: #473d37;
    height: 450px;
    position: relative;
}

#wtclogo {
    text-align: center;
    vertical-align: middle;
}

#wtclogo img {
    vertical-align: middle;
}

@media (min-width: 1300px) {
    #wtclogo {
        font-size: 50px;
        padding-top: 60px;
    }
    #wtclogo img {
        margin-right: 30px;
        height: 200px;
    }
}

@media (min-width: 800px) and (max-width:1299px) {
    #wtclogo {
        font-size: 30px;
        padding-top: 60px;
    }
    #wtclogo img {
        margin-right: 20px;
        height: 150px;
    }
}

@media(max-width:799px) {
    #wtclogo {
        font-size: 30px;
        padding-top: 60px;
    }
    #wtclogo img {
        display: block;
        margin: auto;
        height: 150px;
    }
    div#footer {
        margin-top: 0px;
    }
    #page4 {
        padding-bottom: 20px;
    }
    div#footer span {
        margin: auto;
        margin-top: 10px;
        display: block;
    }
}

#footer {
    text-align: center;
    margin-top: 40px;
}

#footer span {
    margin: 0 20px;
}

#footer a {
    color: #ef4938;
}

@media (min-width: 1300px) {
    #mountains {
        background: url(newimages/GroupCrossHands.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #sunset {
        background: url(Lpalmstrike.jpg) no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #page1bg {
        background: url(newimages/BillHands.jpg) no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #classpage {
        background: url(newimages/DanSpear.jpg) no-repeat bottom right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #aboutbg {
        background: url(newimages/Exterior1.jpg) no-repeat top right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 800px) and (max-width:1299px) {
    #mountains {
        background: url(newimages/GroupCrossHands.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #sunset {
        background: url(Mpalmstrike.jpg) no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #page1bg {
        background: url(newimages/BillHands.jpg) no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #classpage {
        background: url(newimages/DanSpear.jpg) no-repeat bottom right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #aboutbg {
        background: url(newimages/Exterior1.jpg) no-repeat top right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:799px) {
    div#mountains {
        background: url(newimages/GroupCrossHands.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #sunset {
        background: url(Spalmstrike.jpg) no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #page1bg {
        background: url(newimages/BillHands.jpg) no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #classpage {
        background: url(newimages/DanSpear.jpg) no-repeat bottom right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #aboutbg {
        background: url(newimages/Exterior1.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/*------------------------------------------------------------classsese-------------*/
.cost a{
    color:#AA8637;
    top:10px;
    position: relative;
}
#classbg {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#pagetitle{
    height:100vh;
    line-height:100vh;
    color:#fff;
    font-family: Oswald, sans-serif;
    font-size:40px;
    font-size:13vw;
    font-weight: 100;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    text-align:center;
}
#down{
    position: relative;
    display: block;
    margin:auto;
    width:40px;
    bottom:50px;
    z-index: 9999;
    opacity:0.4;
    cursor:pointer;
}
#classes{
    padding-bottom:60px;
    position: relative;
    z-index:9;
    font-family: 'Open Sans', sans-serif;
    font-size:0;
   
    width:100%;
}
#classpage{
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top:0;
    height:100%;
    width:100%;
    left:0;
}
.classtype{
    width:90%;
    margin:auto;
    position: relative;
    background-color: rgba(40,48,26,0.8);
    background-color: rgba(44,34,25,0.8);
    
    margin-top:40px;
    padding-bottom:30px;
}
/*
ceiing          70573f
walls           c7b198
orange          f3a360
bcard           be9e85
yellow          fec23d
red             ef454d
light text color    fedec5
*/
.classtype>div, .classtype h2{
    padding:0 20px;
}
.classinfo, .classcontainer, #classes{
    position: relative;
    width:100%;
    
}
html body .classtype div.classinfo{
    /*border:solid white 1px;*/
    margin:0;
    padding:0;
    width:100%;
    
}
html body .classtype div.classcontainer{
    /*border:solid red 1px;*/
    margin:0;
    padding:0;
}

.classtype h2{
  /*  background-color:#C2B7BB;*/
    /*background-color:rgba(170,134,57,0.9);*/
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:30px;
    line-height:26px;
    padding:0 40px;
    padding-top:30px;
    padding-bottom:10px;
    /*color:rgb(40,48,26);;*/
    color:#C2B7BB;
   
    margin:0;
}
.classtype .maindesc{
    color:#eBe5d8;
    color:#fedec5;
    text-align: justify;
    padding:20px 40px;
    margin:0;
    font-family: 'Open Sans';
    font-size:18px;
}
.classtype .cost{
    padding-bottom:20px;
    color:#AA8637;
    font-size:12px;
    padding:0 0px;
    font-weight:bold;
    margin:0;
    margin-top:20px;
}

.classinfo, .aclass{
    display:inline-block;
    white-space: normal;
    vertical-align: top;
   
}

.aclass{
    /*border:solid white 1px;*/
     width:100%;
    text-align: justify;
    position: relative;
}
.aclass h3{
    text-align: left;
    padding:0 40px;
    font-size:25px;
    font-family:Oswald;
    text-transform: uppercase;
    letter-spacing:.5px;
    color:#AA8638;
}
.aclassdesc{
    padding:0 40px;
    font-size:16px;
    color:#fedec5;
}

.aclasstimes{
    margin-top:20px;
    font-size:14px;
    padding:0 0px;
    color:#fedec5;
}
.aclasstimes span{
    color:#AA8638;
    margin-right:10px;
    width:50px;
    display:inline-block;
    font-weight: bold;
}
/*------------------------------QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ-*/
@media(max-width:800px){
    .aclass>img{
        display:none;
    }
    .aclassdesc{
       /* width:100%;*/
    }
    .classinfo>img, #eimg, #ssample{
        display:none;
    }
}

@media(min-width:801px) and (max-width:1200px){
    .aclass>img{
        display:inline-block;
        width:40%;
        vertical-align: top;
        top:0;
        margin:0;
        padding:0;
        position: relative;
      
    }
    .aclassdesc{
        width:40%;
        display: inline-block;
        vertical-align: top;
        font-size:18px;
        
    }
    
    .maindesc{
        width:40%;
        vertical-align: top;
         display:inline-block;
    }
    .classinfo>img, #ssample{
        width:40%;
        vertical-align: top;
        display:inline-block;
        
    }
   
    
}
@media(min-width:1201px){
    .aclass>img{
        display:inline-block;
        width:40%;
        vertical-align: top;
        top:0;
        margin:0;
        padding:0;
        position: relative;
      
    }
    .aclassdesc{
        width:40%;
        display: inline-block;
        vertical-align: top;
        font-size:18px;
        
    }
    
    .maindesc{
        width:40%;
        vertical-align: top;
         display:inline-block;
    }
    .classinfo>img, #ssample{
        width:40%;
        vertical-align: top;
        display:inline-block;
        
    }
    .classinfo .right img, .aclass .right img{
        width:50px;
        right:30px;
    }
}
.classes{
    width:100%;
    /*border:solid red 1px;*/
    display:inline-block;
    vertical-align: top;
}
.classtype{
    overflow-x:auto;
}
#starter{
    overflow-x: auto;
}
/*-----------scroll----*/

/*--------------------------*/
/*div{ border:solid;}*/
.classcontainer{
    padding:0;
    margin:0;
    white-space:nowrap;
    width:100%;
}

.right{
    width:30px;
        
    display:inline-block;
    vertical-align: top;
    text-align: left;    
    position: absolute;
    
    top:200px;
    opacity:.6;
    right:5px;
    color:#fff;
}
.f{
    
    /*right:40px;*/
    right:5px;
}
.right img{
    width:20px;
    position: relative;
    cursor: pointer;
    
}
.blank{
    width:20%;
    display:inline-block;
    vertical-align: top;
    position: relative;
    visibility: hidden;
}

/*----------------------------------------------------about------------------*/
/** {border:solid 1px;}*/

#aboutbg {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#about{
    background-color: #C2B7BC;
    background-color: #70573f;
    color:#1b1818;
    color:#fedec5;
    font-family:'Open-sans', sans-serif;
    padding:30px;
    font-size:18px;
    line-height:22px;
}
.aboutpage #pagetitle{
    background-color:transparent;
    background-color:rgba(0,0,0,0.2);
}
#about a{
    color:#fec23d;
    font-weight: bold;
}
/*--------------qqqqqqqqqqqqqqqqqqqqqqqqqqqq-*/
@media(max-width:800px){
    #about #aimg{
        display:none;
    
    }
}
@media(min-width:801px) and (max-width:1200px){
    #about #text{
        width:50%;
        display:inline-block;
        vertical-align: top;
    }
    #about #aimg{
        padding-top:20px;
        margin-left:40px;
        width:40%;
        display: inline-block;
        vertical-align: top;
        font-size:10px;
        line-height:12px;
    }
    #aimg img{
        width:100%;
    
    }
    
}
@media(min-width:1201px){
    #about{
        position: relative;
    }
    #about #text{
        width:50%;
        display:inline-block;
        vertical-align: top;
        font-size:20px; 
        line-height:24px;
    }
    #about #aimg{
        padding-top:20px;
        margin-left:40px;
        width:40%;
        display: inline-block;
        vertical-align: top;
     font-size:10px;
        line-height:12px;
    }
    #aimg img{
        width:100%;
    
    }
}