body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    background-attachment: fixed;
}

.header{
    text-align: center;
    width: 100%;
    height: 59px;
    background-color: rgba(25,25,25,1);
}

.logo{
    width: 200px;
    padding-top: 5px;
}

.footer-right{
    float: right;
}

.icon{
    width: 26px;
    margin: 6px 8px;
}

#fb{
    margin-left: 0px;
    margin-right: 0px;
}

.video-container {
    position:relative;
    top:20px;
    height:551.25px;
    width:980px;
    overflow:hidden;
    margin: auto;
    margin-bottom: 20px;
    clear: both;
}

.video-container-2 {
    position:relative;
    top:20px;
    height:140px;
    width:980px;
    overflow:hidden;
    margin: auto;
    margin-bottom: 20px;
    clear: both;
}

.video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}
.relleno {
    height: 60px;
}



#spotify-player{
    margin-top:20px;
    margin-bottom: 20px;
	width: 980px;
}

#follow{
    margin-bottom: 74px;
}

a:hover{
    cursor: pointer;
}



/*footer{
    font-family: Verdana;
    color: white;
    height: 60px;
    background-color: rgba(0,0,0,1);
    font-size: 12px;
}
footer p{
    font-family: 'Montserrat', sans-serif;
    float: left;
    margin-top: 25px;
    margin-left: 50px;
}
footer a{
    float: right;
    margin-top: 11px;
    margin-right: 50px;
}*/

.icon2{
    width: 26px;
    float: left;
    margin: 6px 10px;
}

.fixed-bottom-links{
    margin: auto;
    padding-top: 4px;
    display:block;
    bottom:0;
    left:0;
    width:100%;
    position: fixed;
    background-color: rgba(25,25,25,0.90);
}




@media screen and (max-width: 980px) {

    .video-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; 
        height: 0;
        top: 20px;
        margin-bottom: 20px;
    }

    .video-container-2{
        position: relative;
        width: 100%;
        padding-bottom: 13.90%; 
        height: 0;
        top: 20px;
        margin-bottom: 20px;
    }

    .video-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
        .video-container img{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-container-2 img{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #spotify-player{
        width:100%;
        margin-bottom: 20px;
    }
    
    .logo{
        display: block;
        padding-left:0;
        width: 200px;
        margin: auto;
        float: none;
    }

}

@media screen and (max-width: 750px) {
    .icon{
        margin: 6px 4px;
    }
    #ig{
        margin-right: 0px;
    }
    #twitter{
        margin-left: 0px;
    }
    .logo{
        display: block;
        padding-left:0;
        width: 200px;
        margin: auto;
        float: none;
    }
    .footer-right-wrapper{
        text-align: right;
    }
    .footer-right{
        align-content: center;
        display: block;
        float: none;
        margin: auto;
    }
}