@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

body{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    height: 100vh;
    padding: 6%;
    background-image: url("http://www.mentrixmusic.com/css/assets/mentrix-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
}

header{
    width: 100%;
}

header img.logo{
    position: absolute;
    width: 48px;
}

.content{
    height: auto;
}

.linkBox{
    position: absolute;
    bottom: 10%;
   
}
.linkHolder{
}
.linkBox p{
    position:relative;
    text-align: left;
    margin-top:0.5em;
    color: #ffffff;
}
.content a{
    font-size:3em;
    text-align: left;
    line-height: 1em;
    color: #ffffff;
    cursor: default;
    transition: 150ms ease-out ;
    display: block;
    text-transform: uppercase;
}

.content .linkHolder:hover a{
    margin-bottom:10px;
    margin-top:10px;
    color: #ffffff;
    cursor: pointer;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
    
    body{
        font-size: 12px;
        padding: 4%;
    }
    
    header img.logo{
    position: absolute;
    margin-left:50%;
    left:-24px;
    width: 48px;
    top:10%;
}
    .linkBox{
    position: absolute;
    bottom: 10%;
    width: 100%;
    right: 0;
    left: 0;
}
    .linkBox p{
    position:relative;
    text-align: center;
    margin-top:0.5em;
}
    .content a{
    text-align: center;
    font-size:3.5em;
    line-height: 0.9em;
    color: #ffffff;
    cursor: default;
    margin-top:0;
    display: block;
    text-transform: uppercase;
}

}
/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}