


html, body {
    width: 100%;
    height:100%;
    
}

body {
    background: #000;
    background-image: url('../images/jones.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
}



    
.kda_left {
    padding: 30px 0 0 40px;
    width: 290px;
}

#fp-nav, #footer p {
    display: none;
}




header {
    min-height: 100vh;
}

header a, header a:hover {
    text-decoration: none;
}

@media (max-width:767px){
    header.fixed {
        position: absolute;
    }
}

.kda_socials  {
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center;
}

.kda_socials li {
    display: inline;
    padding: 0;
    margin: 0;
}
.kda_socials li a {
    color:  #fff;
    margin: 0 8px;
    font-size: 20px;
}

.fp-tableCell {
    display: block !important;
}

.kda_logo_jones {
    margin-bottom: 60px;
}

.kda_cover1 {
    width: 220px;
    margin: 30px auto 10px;
}

.kda_cover1 img {
    max-width: 100%;
    margin-bottom: 10px;
}

.kda_cover1 a {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}

.kda_cover1 a img, .kda_cover1 a span {
    transition: All 0.4s ease;
	-webkit-transition: All 0.4s ease;
}

.kda_cover1 a:hover img, .kda_cover1 a:hover span {
    opacity: .6;
}


.kda_legal {
    bottom: 30px;
    width: 100%;
    left: 0;
    margin-top: 60px;
    padding-bottom: 20px;
}

.kda_legal ul {
    text-align: center;
    padding: 0;
}

.kda_legal li {
    display: inline;
    padding: 0 15px;
}


.kda_legal li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}




.kda_music {
    padding: 0;
    text-align: center;
}

.kda_music li {
    margin: 0 5px;
    display: inline;
}

.kda_music li svg {
    margin-top: 5px;
}

.kda_music li a {
    opacity: .5;
}

.kda_music li a img {
    height: 25px; 
    width: auto;
} 

.kda_music li a:hover {
    opacity: 1;
}

.kda_arter li {
    display: inline;
} 

.legal_page {
    padding: 50px 5% 0;
    max-width: 800px;
    color: #fff;
}

.no_img .fullpage {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    min-height: 100vh;
    background-color: rgba(0,0,0,.8);
}

@media (max-width:767px){
    main {width:100%;height:100%; position: relative;}
    header::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.8);
}

}

h3 {
    font-size: 20px;
    margin-top: 30px;
}

.home_nav {
    margin: 0 0 80px 0;
    padding: 0;
}

.home_nav li {
    display: inline;
    list-style: none;
    padding: 0 20px 0 0;
}

.home_nav li a {
    color: #fff;
}

#footer {
    position: fixed;
    right: 20px;
    bottom: 30px;
}

#footer li {
    float: left;
    display: inline;
    padding: 1vw;
}

#footer li img {
    width: 5vw;
}

#footer li img.slogo {
    width: 3.3vw;
}

@media only screen and (max-width: 800px) {
    #footer {
        display: none;
    }
}

@media (max-width:767px){
    body {
    background: #000;    
}
    .kda_left {
        width: 90%;
        max-width: 500px;    
        padding: 0;
        margin: 20px auto;     
    }
    .kda_cover1 {
        width: auto;
        max-width: 400px;    
    }
    
    .kda_cover1 img {
        width: 100%;    
        max-width: none;
    }
}




