*{
    margin:0;
    padding:0;
}

body{
    font-family:'GeogrotesqueRegular';
}

.main-container{
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: -17px;
}

#nexe > a, #nx1 > a {
    text-decoration:none;
    color: black;
}

#footer{
    position: absolute;
    bottom: 0px;
    left: calc(50% - 175px);

    width: 350px;
    margin: auto;
    text-align: center;
}

.icons{
    display: block;
    /*max-width: 350px;
    max-height: 350px;*/

    width: auto;
    height: auto;
}

.icons > img{
    max-width: 350px;

    width: auto;
    height: auto;
}
/*NX1*/


.content{
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: center;
}

.content > h1{
    position: fixed;
    top:50%;
    bottom: 50%;

    right: 47%;

    z-index: 1000;
    font-size: 55px;
    color: white;
}
.content > .video-container{
    margin-top:1.5rem;
}
.content > h2{
    padding-top: 2rem;
    font-size: 35px;
}

.video-container{
    padding:10px;
}

.message-w-icons-container{
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.content-container > h1{
    text-align: center;
    font-size: 75px;
    color: black;
}

#social-icons{
    margin-top: 90px;
}

#social-icons > a{
    display: block;
    color: #414141;
    padding: 0 20px;
}

#social-icons > a > .fa-facebook:hover{
    color:#3b5998;
}

#social-icons > a > .fa-soundcloud:hover{
    color:#ff7700;
}

#social-icons > a > .fa-bandcamp:hover{
    color:#629aa9;
}

/*BACKGROUNDS*/

.back-black{
    background-color: rgba(0,0,0,.5); /*Aquest el background-color pel contenidor blur-background*/
}

.back-grey{
    background-color: grey; /*Aquest el background-color pel container-icons*/
}

.back-yellow{
    background-color: yellow; /*Aquest pels dos icons*/
}

.back-green{
    background-color: green;
}

.back-trans{
    background-color: rgba(255,255,255,.2);
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 480px){
    .icons{
        max-width: 320px;
        max-height: 320px;
    }

    #nx1{
        margin-top: 15px;
        margin-bottom: 30px !important;
    }

}

@media only screen and (max-width: 767px){
    .main-container{
        width: auto;
        height: auto;
        margin-top: 0;
    }
    .content-container > h1{
        text-align: center;
        font-size: 45px;
    }

    .icons > img{
        width: 320px;
        height: 320px;
    }

    #nx1{
        margin-bottom: 55px;
    }

    #social-icons{
        margin-top: 62px;
    }
}
