/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/raleway-v28-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/*
 * General
 */
html {
    scroll-behavior: smooth;
}
body {    
    font-family: 'Raleway', sans-serif;
    color: white;
}
ol {
    padding-left: 15px;
}
h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
}
a, a:active, a:visited {
    color: #3798C2;
}



/*
 * Buttons
 */
a.btn-black, 
a.btn-black-inverted,
a.btn-white, 
a.btn-white-inverted {
    font-weight: normal;
    --bs-btn-border-radius: 0px;
}

a.btn-black, a.btn-black:hover {
    background-color: black;
    color: white;
}
a.btn-black-inverted {
    background-color: white;
    color: black;
    border: solid 1px black !important;
}
a.btn-white, a.btn-white:hover {
    background-color: white;
    color: black;
}
a.btn-white-inverted {
    background-color: none;
    color: white;
    border: solid 1px white !important;
}
.button-group {
    text-align: center;
}
.button-group a {
    width: 180px;
    margin: 5px 0px;
}
@media (min-width: 1080px) {
    .button-group {
        text-align: left;
    }
}



/*
 * Navigation
 */
.navbar {
   flex-direction: row-reverse;
}
.navbar-wrapper {
    height: 100vh;
}
.navbar-container {
    background: black;
    position: fixed; 
    z-index: 1000;
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url('img/burger.png');
}
.navbar-collapse {
    text-align: center;
    padding-top: 20vh;
}
.navbar-image {    
    transition: all 0.4s;
    position: absolute;
    top: 0px;
    left: 10px;
    height: 57px;
    width: auto;
    padding: 4%;
}
a.anchor {
    display: block;
    position: relative;
    top: -48px;
    visibility: hidden;
}
.navbar-nav {
    display: inline-block;
}
.active {
    background-color: #EFF0F2;
    color: black !important;
    border-radius: 2px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}







/*
 * Social Media Icons
 */
.icons-mobile {
    padding: 25px 0px;
    margin-top: 25px;
    margin-bottom: 100px;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    display: inline-block;
}
.icons ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.icons ul li {
    padding: 5px;
}
.footer-icons ul li a {
    font-size: 1.2em;
}
.icons-table {
    display: none;
}
.icons a {
    color: white !important;
    text-decoration: none;
    font-size: 0.8em;
    padding: 0px 5px;
}
.footer-icons ul li, .icons-mobile ul li {
    display: inline;
}




/*
 * Hero-Section
 */ 
.hero {
    background-image: url(./img/header-background.jpg);
    background-size: auto 100vh;
    background-position: -600px 0px;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    padding: 0px;
}
.hero-section {
    padding: 10px;
}
.hero-title, .hero-title-mobile {
    text-align: left;
}
.hero-title-mobile {
    font-size: 2.2em;
}
.hero-title {
    font-size: 1.1em;
    display: none;
}
.hero-text {
    font-size: 1.1em;
    padding-bottom: 20px;
}
.header-content-div {
    margin: auto;
}
.arrow-down {
    position: absolute;
    top: 85vh;
    width: 100%;    
}
.arrow-down img {
    width: 60px;
}




/*
 * Tales
 */
@media (max-width: 1080px) {    
    .album-h1-mobile {
        font-size: 1.7em;    
    }
}
.tales-wrapper {
    background-image: url('tales/img/Background-Bright.jpg');
    background-attachment: fixed;    
    width: 100%;
    color: black;
}
.tales {
    margin-top: 12px;
    padding-bottom: 70px;
}
.tales-cover {
    padding-top: 12px;
    padding-bottom: 24px;
}

@media (min-width: 1080px) {    
    .tales-wrapper {
        background-size: 100%;
    }
    .tales-cover {
        width: 25vw;
     }
     .tales {
        height: 100vh;
        margin: initial;
        padding: initial;
    }
}



/*
 * Edda
 */
.edda-wrapper {
    background-image: url('./img/Edda-Background.jpg');    
    background-attachment: fixed;
    background-size: 100%;
    width: 100%;
}
.edda {    
    margin-top: 12px;
    padding-bottom: 70px;
}
 
.edda-br {
    display: none;
}
.edda-cover {
    padding-top: 12px;
    padding-bottom: 24px;
    filter: drop-shadow(10px 10px 4px rgba(0,0,0,0.5));
}

@media (min-width: 1080px) {
    .edda-cover {
        width: 25vw;
     }
     .edda {
        height: 100vh;
        margin: initial;
        padding: initial;
    }
}

/*
 * Songs
 */
.songs {
    background: white;
    color: #222;
    padding-top: 50px;
    padding-bottom: 150px;
}
.grid-col-left, .grid-col-inner, .grid-col-right {
    padding: 2px;
}
.grid-col-left {
    padding-left: 0px;
}
.grid-col-right {
    padding-right: 0px;
}


.songs-h2 {
    padding-bottom: 50px;
    font-size:1.2em;
}

/* 
 * Collaborations
 */
.collaborations-section {
    background: #080400;
}
.collaborations {
    padding-top: 50px;
    color: white;
}
.collaborations img {
    padding-bottom: 5px;
}
.collaboration-description {
    font-size: 0.5em;
    padding-bottom: 10px;
}
.collaborations-h2 {    
    padding-bottom: 50px;
    font-size:1.1em;
}


/*
 * Newsletter
 */ 
.newsletter {
    background-color: black;
    padding-top: 25px;
    padding-bottom: 150px;
}
form {
    margin: auto;
    margin-bottom: 100px;
}

/*
 * Footer
 */ 
.footer {
    width: 100%;
    background-color: black;
    color: #ccc;
    text-align: center;
    vertical-align: center;
}
.footer div {
    padding: 38px;
}
footer a,
footer a:active,
footer a:visited {
    margin: 0px 15px;
    color: #ccc;
}
.caret {
    margin-top: 50px;
}

@media (min-width: 1080px) {
    .navbar-expand-lg .navbar-collapse {        
        justify-content: right;
    }
    p {
        font-size: 1.1em;
    }
    h2 {
        font-size: 1.3em;
    }
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-image {
        display: initial;
        height: 80px; 
        width: auto; 
        padding: 25px 0px;
    }
    .navbar-wrapper {
        height: initial;
    }
    .navbar-collapse {
        padding-top: 0px;
    }
    .navbar-dark .navbar-nav .nav-link {     
        font-size: 1.2em;
    }
    .hero {        
        background-size: 100%;        
        background-position: 0px -100px;
    }
    .hero-title {
        display: block;
        font-size: 2.5em;
    }
    .hero-title-mobile {
        display: none;
    }
    .icons-mobile {
        display: none;
    }
    body {
        font-size: 1em;     
        background-size: 100%;
    }    
    .header-content-div {
        width: 715px; 
    }
    .edda-h1 {
        margin-top: 170px; 
    }    
    .edda-br {
        display: initial;
    }
    h1 {
        font-size: 2.8em;
    }
    .hero-section {
        width: 60%;
    }
    .hero-spacer {
        height: 30px;
    }
    .header-image-cell {
        height: 15vh;
    }
    .songs {        
        padding-bottom: 0px;
    }    
    .grid-col-left, .grid-col-inner, .grid-col-right {
        padding: 12px;
    }
    .icons a {         
        margin-top: 600px;
    }
    .icons-table {        
        display: initial;
        position: fixed;
        left: 0px;
        top: 0px;                
    }
    .icons-table-cell {
        height: 100vh;
        background: black;
    }
    .icons-table-cell a {
        font-size: 1.2em;
    }
    .icons-table-cell a i {
        padding: 10px 20px;
    }
    .navbar-nav {
        display: flex;
    }
    .spotify-col2 {
        padding-left: 10px !important;
        margin-top: 0px;
    }
    .navbar-image {    
        position: initial;
    }
    .scrollFade--hidden {
        opacity: 0;
        transform: translateY(50px);     
        pointer-events: none;
    }
    .collaborations-h2 {
        text-align: center;
        font-size:1.2em;
    }
    .collaboration-description {
        font-size: 1em;
        padding-bottom: 10px;
    }
    .footer-text {
        width: 16%;
        margin: auto;
     }
     .newsletter {
        height: 80vh;
        padding-top: 40vh;
        padding-bottom: 30vh;
     }

}