@font-face {
    font-family: 'AgedBook';
    src: url('AgedBook Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Algerian';
    src: url('Algerian Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    /*font-family: 'Fredoka', sans-serif;*/
    font-family: 'AgedBook', sans-serif;
    position: relative;
    max-height: 100vh;
    background-repeat: no-repeat;
}

button, input {
    font-size: 1.4rem;
}

#home {
    background-image: url(/assets/img/inari-small.webp?1.2);
    background-size: cover;
    background-position: center;
}

#gate {
    background-image: url(/assets/img/gate.jpg?1.2);
    background-size: cover;
    background-position: top;
}

main {
    overflow-y: scroll;
    height: 100vh;
}

h1 {
    /*font-size: 1.7rem;*/
    font-size: 6rem;
    font-weight: 400;
    color: #e74c3c;
    font-family: 'Algerian', sans-serif;
}

.h1 {
    color: #e74c3c;
    font-size: 2.7rem;
    margin-top: -32px;
}

h4 {
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom: 1.5rem;
}

a {
    text-decoration: none;
}

.download-icon {
    width: 25px;
}

.w-100 {
    width: 100%;
}

.footer {
    font-size: 1.3rem;
}

.btn {
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #f8cc5a;
    border-color: #fcc40e;
    color: #4d4d4d;
}

.text-center {
    text-align: center;
}

.text-gold {
    color: #ffd541;
}

.subtitle {
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 1rem;
    /*text-shadow: 1px 1px 1px #ff9722;*/
    background: #e74c3c;
    display: inline-block;
    padding: 0 20px;
    border-radius: 50px;
    font-weight: bold;
}

.lead {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.music-item {
    padding: 20px;
}

.music-item, .bg-hover {
    background: #ffffffd6;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e1e1;
    text-align: center;
}

.bg-hover {
    padding: 3px 14px 7px;
}

.music-item h3 {
    font-size: 1.3rem;
    color: #e74c3c;
    margin-bottom: 15px;
}

audio {
    width: 100%;
    margin-top: 10px;
    border-radius: 50px;
}

@media (min-width:375px)  {
    h1 {
        /*font-size: 2rem;*/
        font-size: 7rem;
    }
    
    .h1 {
        font-size: 3.2rem;
        margin-top: -38px;
    }
}

@media (min-width:425px)  {
    h1 {
        /*font-size: 2.3rem;*/
        font-size: 7.5rem;
    }
    
    .h1 {
        font-size: 3.7rem;
        margin-top: -38px;
    }
}

@media (min-width:480px)  {
    #home {
        background-image: url(/assets/img/inari-medium.webp?1.2);
    }
}

@media (min-width:768px)  {
    
    #home {
        background-image: url(/assets/img/inari-large.webp?1.2);
    }
    
    #gate {
        background-size: contain;
    }
    
    .download-icon {
        width: 30px;
    }

    h1 {
        /*font-size: 4rem;*/
        font-size: 10rem;
    }
    
    .h1 {
        font-size: 4.5rem;
        margin-top: -50px;
    }
    
    .music-item h3 {
        font-size: 1.7rem;
    }
    
    h4 {
        font-size: 2.5rem;
    }
    
    .lead {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 2rem;
    }
}

@media (min-width:1024px)  {
    h1 {
        font-size: 12rem;
    }
    
    .h1 {
        font-size: 5.5rem;
        margin-top: -70px;
    }
    
    .music-item h3 {
        font-size: 2rem;
    }
}

@media (min-width:1440px)  {
    /*h1 {*/
    /*    font-size: 7.5rem;*/
    /*}*/
    
    /*.h1 {*/
    /*    font-size: 3.7rem;*/
    /*    margin-top: -38px;*/
    /*}*/
}
