body{
    background-image: url("../img/main/mountain.webp");
    background-image: image-set(url("../img/main/mountain.jpg") 1x);
    background-attachment: fixed;
    background-size: cover;
}
h1,h2,h3{
    text-transform: uppercase;
}
section{
    width: 100%;
    padding: 60px 0;
}
#sec-one{
    padding: 90px 0;
    color: #322920;
}
h1{
    color: #292929;
    font-family: anton,sans-serif;
    font-size:70px;
}
#sec-one p{
    font-family:avenir-lt-w01_35-light1475496, sans-serif;
    font-size:22px;
    line-height:28.6px;
}
#sec-two, #sec-four{
    background: #2B2B2B;
}
h2, h3{
    font-family:"open sans", sans-serif;
    font-size:24px;
    font-weight:400;
    letter-spacing:4.8px;
    line-height:28.8px;
}
h2{
    color: #D5D5D5;
}
h3{
    color: rgb(227, 207, 185);
}
hr{
    border-color: #424242;
    border-top-width: 3px;
}
h4{
    font-family:avenir-lt-w01_35-light1475496, sans-serif;
    font-size:21px;
    font-weight:700;
}
a.info{
    color: #000000;
    background-color: #C6A47E;
    border-color: #000000;
    min-width: 280px;
    padding: 15px;
    font-family:playfairdisplay-bold, "playfair display", serif;
    font-size:14px;
    margin-right: 15px;
}
a.info:hover{
    color: #ffffff;
    background-color: #000000;
}
a.down{
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    padding: 12px 25px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:13.3333px;
    margin-left: 15px;
}
a.down:hover{
    color: #000000;
    background-color: #ffffff;
}
a.down svg{
    width: 10px;
    height: 10px;
}
a.down svg path{
    fill: #ffffff;
}
a.down:hover svg path{
    fill: #000000;
}
#sec-three{
    background-image: url("../img/main/green-mo.webp");
    background-image: image-set(url("../img/main/green-mo.jpg") 1x);
    background-attachment: fixed;
    background-size: cover;
}
#sec-three .place p{
    font-family:bree-w01-thin-oblique, sans-serif;
    font-size:24px;
    letter-spacing:0.72px;
    line-height:31.2px;
    color: #000000;
}
#sec-four p{
    font-family:avenir-lt-w01_35-light1475496, sans-serif;
    font-size:15px;
    line-height: normal;
}
.read-more, .read-more:hover{
    color:rgb(227, 207, 185);
    font-family:avenir-lt-w01_35-light1475496, sans-serif;
    font-size:16px;
    text-decoration: none;
}
.read-more:hover, h5 a:hover{
    opacity: .7;
}
h5 a, h5 a:hover{
    color:rgb(149, 123, 95);
    font-family:lulo-clean-w01-one-bold, sans-serif;
    font-size:19px;
    text-decoration: underline;
}
.video a{
    color:rgba(149, 123, 95, 0.8);
    padding: 2px 15px;
    font-size: 18px;
}
.video a:hover{
    text-decoration: none;
    opacity: .7;
}
.video a:first-child{
    border-right: 1px solid rgba(149, 123, 95, 0.8);
}
.video path{
    fill: rgba(149, 123, 95, 0.8);
}
footer{
    margin-top: 72px;
}
#preloader>div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #2b2b2bd9;
}
.video-playlist:not(:last-child){
    margin-bottom: .5rem;
}
#apps svg{
    width: 50px;
    height: 50px;
}

@media (max-width: 767px){
    #lastSongs svg{
        width: 30px;
    }
}
@media (max-width: 575px){
    #lastSongs svg{
        width: 20px;
    }
}
@media (max-width: 460px) {
    #sec-two a.btn{
        width: 100%;
        margin: 5px 0;
        min-width: auto;
    }
}

/* Apps */
.app-ico {
    margin: 7px 0;
    cursor: pointer;
}
.app-ico svg {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    margin-bottom: 5px;
}
.app-ico.active svg path, .app-ico:hover svg path {
    fill: #4a2600;
}
.app-ico.active, .app-ico:hover {
    color: #4a2600;
}

.app-ico:hover svg{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}
@media (max-width: 1199px) {
    #apps{
        transition: all .3s ease-out;
        z-index: 999;
        right: 5px;
    }
    #apps-flex {
        display: flex;
        margin-top: 15px;
    }
    #apps-flex:not(.show) {
        display: none;
    }
    #apps-toggler {
        /*padding: 7px 0 7px;*/
        text-align: center;
    }
    #drumModal .modal-dialog{
        max-width: 100%;
    }
    #apps-toggler svg {
        width: 35px;
        height: 35px;
    }
}
/* Apps */