body{
    background: url("https://asvetlana.com/spotlightLensBackgroundImage.jpg") center center scroll;
    background-size: cover;
    background-attachment: fixed;
}

h1{
    color:#35aeef;
    text-shadow: 0 0 7px #000;
}

h2,h3{
    color:#453331
}



#container{
    width:1024px;
    margin: 0 auto;
    /* @media (max-width: 1024px){
        width: 90%;
    } */
    
 
}

#music-container{
    /* @media (max-width: 1024px){
        width: 100%;
    } */
}

header{
   overflow: hidden; 
}

header img{
    float: left;
    margin-top: 120px;
    margin-bottom: 20px;
}

header nav{
    float: right;
    margin-top: 120px;
    margin-bottom: 20px;
}

header nav ul{
    margin-top: 20px;
    list-style: none;
    color: white;
}

header nav ul li{
    display: inline-block;
    margin-right: 10px;
}

header nav a{
    text-decoration: none;
    color: white;
}

header nav a:hover{
    
    color: orange;
}

main{
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 20px 0px #c3c1c1;
    border-radius: 10px;
    background-color: white;
    opacity: .95;  
    overflow: hidden; 
}
main p{
    color:#453331;
}
main > img{
    float: left;
    margin-top: 50px;
    margin-right: 20px;
}
main aside img{
    
}
.greenSideBox{
    float: left;
    background-color: #0080003d;
    width: 299px;
    text-align: center;
    border-radius: 5px;
    padding: 35px;
}

main aside form{
    margin-top: 20px;
}

footer{
    text-align: center;
    color: white;
    padding: 50px;
}

.photo{
    cursor: pointer;
}

.photoThumbnail{
    height: 440px;
    @media (min-width: 0px) and (max-width: 1024px) {
        width: 200px;
        height: auto;
    }
}

.photoFrame{
    border: 1px #eee solid;
    box-shadow: 0 0 9px 0px #dcdada;
    padding: 2px;
}

.imageZoomBox{
    background: linear-gradient(rgba(30, 30, 30, .7), #000 1810%);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 700000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (min-width: 0px) and (max-width: 1024px) {
        display: none;
    }
}

.photoFull{
    background-color: white;
    height: 80vh;
    z-index: 70000000;
}

.fa-times{
    text-shadow: 0 0 7px #000; 
    font-size:50px;color: white;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -25px;
    cursor: pointer;
}

.fa-soundcloud{
    display: block;
    font-size: 40px;
    color: white;
}
