html, body { 
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;  
    background-color: black;
    font-family: helvetica, sans-serif;
}
#red-body{
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
#la-body, #tour-body{
    background-image: url(../img/layer-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
a, p, h1, h2, h3 {
    color: black;
    font-size: 22px;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.flex{
    display: flex;
    margin: auto;
}
.center{
    justify-content: center;
}
.align{
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}
#art-box{
    width: 100%;
    height: 80vh;
    background-image: url(../img/theoutlaw-logo-black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%; 
}
#la-art-box, #tour-art-box{
    width: 100%;
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
}
#la-art-box{
    background-image: url(../img/layer-top.png);
}
#tour-art-box{
    background-image: url(../img/layer-top-tour.png);
}
#button-box{
    padding: 20px 0 20px 0;
    justify-content: center;
}
.optin{
    width: 1px; 
    min-width: 80%; 
    max-width: 1000px;
}
#home-logo-container, #home-logo-container-files{
    width: 100%;
    position: fixed;
    top: 0;
}
#home-logo{
    height: 100px;
    margin: 70px;
}
#home-nav-container{
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-top: 20px;
}
.home-nav-list{
    margin: 0 0 20px 50px;
    width: 20%;
}
.home-nav-mail{
    margin: 70px;
    width: 80%;
}
#home-nav-container a{
    color: red;
    width: 100%;
    display: block;
    padding-bottom: 40px;
}
.hidden-dot{
    opacity: 0;
}
#full-files-container, #full-contact-container{
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#files-container, #contact-container{
    justify-content: center;
}
.files-list, .contact-list{
    margin: 30px;
    padding-bottom: 50px;
}
.title-list{
    text-decoration: underline;
}
.files-list a, .contact-list a{
    color: red;
    width: 100%;
    display: block;
    padding-bottom: 20px;
}
.files-list p, .contact-list p{
    color: red;
    width: 100%;
    display: block;
    padding-bottom: 20px;
}
.spacer250{
    width: 100%;
    height: 200px;
    display: none;
}
.border-bottom{
    border-bottom: 0.5px solid red;
}
.border-top{
    border-top: 0.5px solid red;
}
.city{
    padding-top: 20px;
}
/*RESPONSIVE*/
@media only screen and (max-width: 1100px) {
    .home-nav-list{
        width: 30%;
        margin: 0px 0px 25px 50px;
    }
    .home-nav-mail{
        width: 70%;
    }
    .files-list, .contact-list{
        margin: 30px;
    }
    #home-nav-container a {
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 900px) {
    a, p, h1, h2, h3 {
        font-size: 20px;
    }
    .home-nav-list{
        margin: 0px 0px 25px 40px;
    }
    .home-nav-mail{
        margin: 40px 10px 40px 10px;
    }
    #home-logo-container-files{
        position: sticky;
    }
    #home-logo{
        height: 90px;
        margin: 40px;
    }
    #art-box{
        background-size: 60%;
    }
    #la-art-box, #tour-art-box{
        background-size: cover; 
    }
    #button-box a{
        font-size: 22px;
    }
    #full-files-container{
        width: 100%;
        height: auto;
    }
    #full-contact-container{
        width: 100%;
        height: 100vh;
    }
    #files-container, #contact-container{
        display: block!important;
    }
    .files-list, .contact-container{
        margin: 30px;
    }
    .spacer250{
        display: inherit;
    }
    #home-nav-container a {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 600px) {
    #home-nav-container{
        background-color: rgba(0, 0, 0, 0.8);
    }
    .home-nav-list{
        margin: 0px 0px 20px 40px;
    }
    #tour-art-box{
        height: 70vh;
    }
    .files-list, .contact-list{
        margin: 10px;
        text-align: center;
    }
    #home-nav-container a {
        padding-bottom: 25px;
    }
    #art-box{
        background-size: 80%;
    }
}
