.main-content{
    
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
.loader{
    position: fixed;
    left: 0;
    right: 0;
}
.loader-img{
    width:50%;
    margin: 5% auto;
    display: block;
}
.loader-img-loading{
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in;
}

.loader-img-exit{
    animation-name: loader-exit;
    animation-duration: 0.75s;
    animation-iteration-count:1;
    animation-timing-function:ease-in;
    opacity: 0%;    
}

.main-content-entry{
    animation-name: main-content-entry;
    animation-duration: 0.75s;
    animation-iteration-count:1;
    animation-timing-function:ease-in;
    opacity: 100%;    
}

@keyframes pulse {
    0% {opacity: 100%;}
    50% {opacity: 70%;}
}

@keyframes loader-exit {
    0% {
        opacity: 100%;
        width:50%;
        margin: 5% auto;
    }
    100% {
        opacity: 0%;
        width:0%;
        margin: 15% auto;
    }    
}

@keyframes main-content-entry{
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 100%;
    }   
}

body{
    background-color: black;
}
#overlay{
    position: fixed;
    display: none;
    opacity: 1;
}
.heading-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
h1{
    color:white;
    font-family: 'Mate SC';
    font-weight: 300;
    font-size: 3.25em;
    margin: 0.25em 0.5em;
    padding: 0.2em 0;
    border-top: white;
    border-top-style:ridge;
    text-align: center;
    width:35%;
}
h2{
    color:white;
    font-family: 'Mate SC';
    font-weight: 200;
    font-size: 1.5em;
    margin: 1em 10em;
    padding: 0.75em 0;
    text-align: center;    
    font-style: italic;
    border-top: rgba(255, 255, 255, 0.822);;
    border-bottom: rgba(255, 255, 255, 0.822);
    border-top-style:ridge;
    border-bottom-style:ridge;
}
p{
    color:white;
    font-family: 'Montserrat';
    margin: 1em 10em;
    text-align: justify;
    text-justify:newspaper;
}
footer{
    margin: 1.8em;
}
footer p{
    text-align: center;
}
.swirl{    
    filter: invert(100%);
    width: 200px;
}
.logotext{
    width: 30%;
    margin: 0 auto;
    display: block;
}
.videowrapper{
    position:relative;
    width: 85%;
    padding-bottom: calc(56.25%*0.85); /* 16:9 Aspect Ratio */
    margin: 0 auto;
}
.musicvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.lovely-stuff{
    margin: 3em;
    height: 23em;
}
.lovely-stuff img{
    width:20vw;
    position: absolute;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2), -1px -1px 4px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);    
    transition: 0.3s;            
}
.briroid-focus{
    transform: rotate(0deg) scale(1.8,1.8);
    z-index: 1;  
}

/* Album art stuff */
.overlay-wrapper{
    display: inline;
}
.albumart{   
    float:right; 
    position: relative;    
    width:20em;
    margin:0;
    /* 
    float:right;
    padding:0 0.8em;
    width:18em; */
    z-index: -1; 
}
.albumart-overlay:hover{
    opacity: 0;
}
.albumart-overlay {
    float: right;
    padding: 1em;
    position: absolute;
    right:10.275vw;
    width:20em;    
    margin:0;
    opacity: 1;
    transition: 0.3s;
    /* right: 168px;
    color: white;
    position: relative;
    padding: 0 0.8em;
    width: 18em; */
    z-index: 0;
}

/* Briroid hover Transform stuff */
.br1{transform: rotate(12deg) scale(1,1);}

.br2{transform: rotate(-4deg) scale(1,1);}

.br3{transform: rotate(2deg) scale(1,1);}

.br{cursor: pointer;}

/* media queries */

/* only hover when desktop */
@media screen and (min-width: 1100px){
    .br1:hover{transform: rotate(3deg) scale(1.1,1.1);}
    .br2:hover{transform: rotate(0deg) scale(1.1,1.1);}
    .br3:hover{transform: rotate(0deg) scale(1.1,1.1);}
}

/* iPad */
@media screen and (min-width: 768px){
    p {
        font-size: 1.2em;
        width: 80%;
        margin: 1.2em auto;
    }
    .swirl{
        width:150px;
    }
    h1{
        width: 45%;
    }
    h2{
        width:65%;
        margin: 1.2em auto;
    }
    .albumart{
        padding: 1em;
    }
    .albumart-overlay{
        display:none;
    }
    .lovely-stuff{
        height:12em;
    }
}

/* iPad Pro */
@media screen and (min-width: 1024px){
    p {
        font-size: 1.2em;
        width: 80%;
        margin: 1em auto;
    }
    .albumart-overlay{
        display:none;
    }
    .lovely-stuff{
        height:16em;
    }
}

@media screen and (min-width: 1300px){
    .lovely-stuff{
        height:23em;
    }
    .albumart-overlay{
        display: block;
    }
}

@media screen and (min-width: 1920px) {
    p {font-size: 1.5em;}
    h1 {font-size: 4em;}
    h2 {font-size: 2.1em;}
    .albumart-overlay {/*right:248px;*/ display: block;}
    .lovely-stuff{height:31em;}
    .swirl{width:250px}
}

@media screen and (min-width: 2560px) {
    p {font-size: 2em;}
    h1 {font-size: 6em;}
    h2 {font-size: 3em;}
    /* .albumart-overlay {right:10.25em;} */
    .lovely-stuff{height:42em;}
    .swirl{width:250px}
}

/* Mobile */
@media screen and (max-width: 767px){
    html{
        width: 100%;
    }
    .logotext{
        width:80%;
    }
    .swirl{
        width:75px;
    }
    h1{
        font-size: 2em;
        width:55%;
        margin-left: 0;
        margin-right: 0;
    }
    .videowrapper{
        width:100%;
        padding-bottom: 56.25%;
    }
    h2{
        margin:0.75em 1em 0 1em;
        font-size: 1.3em;
        padding: 0.5em 0;
    }
    p{
        margin:1em 1em;
        font-size: 0.85em;
    }
    .albumart{
        float: none;
        display: block;
        width:80%;
        margin: auto;
        margin-bottom: 1em;
    }
    .albumart-overlay{
        display: none;
    }
    .lovely-stuff{
        height:7em;
        position: relative;
        left: -70px;
        top: -10px;
    }
    .lovely-stuff img{
        width:30vw;
    }
}

/* Galaxy Fold */
@media screen and (max-width: 280px){
    html{
        width: 100%;
    }
    .logotext{
        width:80%;
    }
    .swirl{
        width:50px;
    }
    h1{
        font-size: 1.5em;
        width:55%;
        margin-left: 0;
        margin-right: 0;
    }
    .videowrapper{
        width:100%;
        padding-bottom: 56.25%;
    }
    h2{
        margin:0.75em 1em 0 1em;
        font-size: 1em;
        padding: 0.5em 0;
    }
    p{
        margin:1em 1em;
        font-size: 0.7em;
    }
    .albumart{
        float: none;
        display: block;
        width:80%;
        margin: auto;
        margin-bottom: 1em;
    }
    .albumart-overlay{
        display: none;
    }
    .lovely-stuff{
        height:4em;
        position: relative;
        left: -70px;
        top: -20px;
    }
    .lovely-stuff img{
        width:30vw;
    }
}
