/****** PLACE YOUR CUSTOM STYLES HERE ******/
nav.transaprent{ background: none; }
.transparent{background: none;}
.text-right{
    text-align: right;
}


.blank{
    margin-bottom: 20px;
}
.bg{
    background:url(../img/wood.jpg) bottom no-repeat;
    background-size:cover;
    height:100vh;
}

@media (max-width: 600px) and (orientation: landscape){

.cover.fullscreen {
    padding-top:10px;
}
.bg{
    
    background:url(../img/wood.jpg) bottom no-repeat;
    backgroun-size:cover;
}
.imgp{
    max-width: 100px;
}
.blank{
    margin-bottom: 10px;
}
}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 700px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    
    .bg{
        background-position: bottom;
        background-size: cover;
        background-position-y:-25px;
    }
    section{
        padding:0;
        padding-top:20px;
    }

}
