@font-face {
    font-family: 'coolvetica';
    src: url(../fonts/coolvetica\ rg.otf) format('opentype');
}

@font-face {
    font-family: 'radwave';
    src: url(../fonts/radwave-regular.otf) format('opentype');
}

@font-face {
    font-family: 'radwave-outline';
    src: url(../fonts/radwave-outline.otf) format('opentype');
}

/*#loader{
    background: url(images/preloader.gif) no-repeat center;
    width: 1080px;
    height: 720px;
    background-size: 100%;
    position: fixed;
    z-index: 100;
}*/

html{
    overflow: auto;
}

body{
    background-color: rgb(255, 243, 155);
    color: rgb(26, 26, 26);
    font-family: 'coolvetica';
    /*outline: 2px solid orange;*/
}

main{
    /*outline: 2px solid yellow;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
}

img{
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    height: 60%;
    width: auto;
    image-rendering: optimizeSpeed;
}

h1{
    white-space: nowrap;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    /*border: 2px red solid;*/
    text-align: right;
}

nav ul li{
    font-family: 'radwave-outline';
    font-size: 200%;
    right: 0;
}

nav ul a{
    display: none;
}

main ul{
    font-family: 'coolvetica';
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    /*outline: 2px solid red;*/
    height: 200px;
    justify-content: space-between;
    width: auto;
}

footer{
    /*outline: 2px solid red;*/
    font-family: 'radwave';
    text-align: center;
    position: relative;
    margin-top: 40px;
    left: auto;
    transform: none;
}

body.index-page {
    min-height: 100vh;
}

body.index-page footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
}

#copyright{
    font-size: 8pt;
    white-space: nowrap;
}

a:link{
    text-decoration: none;
    color: rgb(26, 26, 26);
}

a:visited{
    text-decoration: none;
    color: rgb(26, 26, 26);
}

a:hover{
    text-decoration: none;
    color: rgb(209, 38, 38);
}

a:active{
    text-decoration: none;
    color: rgb(26, 26, 26);
}

/* Music page styles */
.music-page {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.music-page h1 {
    margin: 0 0 15px 0;
    font-size: 1.8em;
}

.platform-menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 600px;
    padding: 0 20px;
    box-sizing: border-box;
}

.platform-link {
    font-size: 0.75em;
    font-family: 'coolvetica';
    font-weight: bold;
    text-decoration: none;
    color: rgb(26, 26, 26);
}

.platform-link:hover {
    color: rgb(209, 38, 38);
}

.embeds-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.embed-box {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Shows page styles */
.shows-page {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.shows-page h1 {
    margin: 0 0 30px 0;
    font-size: 1.8em;
}

.images-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.images-container img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    position: static !important;
    right: auto !important;
    bottom: auto !important;
}

@media only screen and (min-width: 992px) {
	nav ul{
        text-align: center;
    }
    img{
        height: 75%;
    }
}

/* Gallery page styles */
body.gallery-page {
    background-color: rgb(26, 26, 26);
    color: rgb(255, 243, 155);
}

body.gallery-page nav ul li,
body.gallery-page nav ul a,
body.gallery-page main ul a li {
    color: rgb(255, 243, 155);
}

body.gallery-page a:link,
body.gallery-page a:visited {
    color: rgb(255, 243, 155);
}

body.gallery-page a:hover {
    color: rgb(209, 38, 38);
}

body.gallery-page a:active {
    color: rgb(255, 243, 155);
}

.gallery-page-main {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.gallery-page-main h1 {
    margin: 0 0 30px 0;
    font-size: 1.8em;
}