body{
    background-image: url(background.jpg);
    background-color: black;
    background-position: top;
    background-size: cover;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


@font-face {
    font-family: FuturaLight;
    src: url(Futura\ Light.otf);
}

@font-face {
    font-family: FuturaMedium;
    src: url(Futura\ LT\ Pro\ Medium.otf);
}

@font-face {
    font-family: FuturaBold;
    src: url(Futura\ Bold.otf);
}

@font-face {
    font-family: LotRegular;
    src: url(Lot\ Regular.otf);
}


.grid-layout {
    display: grid;
    grid-template-areas:
        "header header"
        "aside content"
        "footer footer";
    grid-template-columns: 1fr 4fr;
    gap: 3px;
    padding: 5px;
    max-width: 1070px;
    border-radius: 10px;
    font-family: FuturaMedium;
    font-size: 16px;
}

.box {
    background: black;
    border-radius: 10px;
    color:  #e13221;
}

.header {
    grid-area: header;
    background: none;
    text-align: center;
    color: #e13221;
}

.aside {
    display: flex;
    flex-direction: column;
    grid-area: aside;
    padding: 5px;
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
    width: 204px;
}

.buttons{
    width:176px; 
    margin-top: auto;
}

.content {
    grid-area: content;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    height: 550px;
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
    width: 832px;
}

.footer {
    grid-area: footer;
    text-align: center;
    font-family: FuturaLight;
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
    padding: -5px 0px;
}

.aside-links{
    font-size: 23px;
    font-family: FuturaBold;
}

.aside-links:hover{
    font-size: 23px;
    font-family: FuturaBold;
    color: white;
}

#welcome{
    background-color: #e13221; 
    font-family: FuturaBold; 
    color: black; font-weight: 
    lighter; 
    text-align: center; 
    padding: 3px;
}

h1{
    color: #e13221; 
    font-family: FuturaBold; 
    font-weight: lighter; 
    padding-left: 20px;
    padding-right: 20px;
}

h3{
    color: #e13221; 
    font-family: FuturaBold; 
    font-weight: lighter; 
    padding-left: 20px; 
    padding-right: 20px;
}

p{
    padding-left: 20px;
    padding-right: 20px;
}

.headline{
    color: #e13221; 
    font-family: FuturaBold; 
    font-weight: lighter;
}

a{
    text-decoration: none;
    color: #e13221;
}

::selection {
    color: white;
    background: #e13221;
}

::-moz-selection {
    color: white;
    background: #e13221;
}

.section{
    color: #e13221; 
    font-family: FuturaBold; 
    font-weight: lighter; 
    padding-left: 20px;
}

.title{
    color: #e13221; 
    font-family: FuturaBold; 
    font-weight: lighter; 
    padding-left: 20px; 
    line-height: 0.3;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

td {
    padding: 10px;
}

.forthcoming1{
    width: 80px;
}

.forthcoming2{
    width: 300px; 
    font-family: FuturaBold;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
    max-width: 900px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.image-container {
    position: relative;
    width: 140px;
    height: 140px; 
    overflow: hidden;
}

.image-container img {
    width: 100%;
    display: block;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.1s ease;
    z-index: 2;
}

.overlay-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container:hover .overlay-link {
    opacity: 1;
}

.newsContent{
    padding-bottom: 20px;
}

.content ul{
    padding-right: 20px;
    margin-top: -5px
}

.links-socials{
    font-family: FuturaMedium;
    font-size: 19px;
}

#bc:hover{
    color: #1da0c3;
    background-color: transparent;
    text-decoration: none;
}

#tx:hover{
    color: #1da0f1;
    background-color: transparent;
    text-decoration: none;
}

#yt:hover{
    color: #ff0000;
    background-color: transparent;
    text-decoration: none;
}

#ig:hover{
    color: #fe0960;
    background-color: transparent;
    text-decoration: none;
}

#da:hover{
    color: #01e59b;
    background-color: transparent;
    text-decoration: none;
}

#sc:hover{
    color: #f2721b;
    background-color: transparent;
    text-decoration: none;
}

#rym:hover{
    color: #006ed1;
    background-color: transparent;
    text-decoration: none;
}

#dg:hover{
    color: #f9e508;
    background-color: transparent;
    text-decoration: none;
}

#tad:hover{
    color: #fe8d6b;
    background-color: transparent;
    text-decoration: none;
}

#hover:hover{
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.huntingbearslogo{
    width: 900px;
    content: url(huntingbearslogo.png);
}

#hover:hover{
    color: white;
    background-color: transparent;
    text-decoration: none;
}

#sadbear, #sadbear2{
    margin-top: 50px;
    margin-bottom: 0px;
    width: 250px;
    display: block;
    margin: 0;
}

#sadbears{
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
    margin-top: 80px;
}

select{
    width: 20%;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
    border: 0cm;
    color: #e13221;
    background-color: rgb(17, 17, 17);
    box-sizing: border-box;
    font-family: FuturaMedium;
}

option:hover{
    background-color: #e13221;
    color: rgb(17, 17, 17);
    box-sizing: border-box;
    font-family: FuturaMedium;
}

#more {
    display: none;
}

.mobilebreak {
    display: none;
}

@media only screen and (max-width: 480px) {

    body{
        height: auto;
        display: block;
        margin: 0;
        background-size: cover;
        background-attachment: fixed;
    }

    .grid-layout{
        display: flex;
        flex-direction: column;
        width: 98%;
        max-width: 100%;
        padding: 0;
        gap: 10px;
        margin: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .aside{
        display: none;
    }

    .content{
        width: auto;
        height: 420px;
        overflow-y: visible;
        overflow-x: hidden;
        order: 1;
        padding: 10px;
    }

    .footer{
        order: 3;
    }

    .huntingbearslogo{
        content: url(huntingbearslogo2.png);
        width: 90%;
        max-width: 420px;
        height: auto;
        margin-top: 20px;
    }

    #welcome{
        background-color: #e13221; 
        font-family: FuturaBold; 
        color: black; font-weight: 
        lighter; 
        text-align: center; 
        padding: 3px;
        font-size: 20px;
    }

    #discographyinfo{
        font-size: 12px;
        padding-bottom: 10px;
    }

    .gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 10px;
        max-width: 900px;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-container{
        width: 100px;
        height: 100px;
    }

    h1{
        font-size: 21px;
        padding-left: 10px;
        padding-right: 10px;
    }

    h3{
        font-size: 18px;
        line-height: 1.2 !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .forthcoming1{
        width: 30px;
        padding: 6px;
    }

    .forthcoming2{
        width: 70px; 
        font-family: FuturaBold;
    }

    p, li, tr{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    ul{
        padding-left: 30px;
        padding-right: 10px;
    }

    .buttons{
        display: none;
    }

    .aside-links{
        font-size: 20px;
    }

    .aside-links:hover{
        font-size: 20px;
    }

    .links-socials{
        font-size: 17px;
    }

    select{
        width: 100%;
    }

    #sadbear{
        width: 190px;
    }

    #sadbear2{
        display: none;
    }

    #sadbears{
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .mobilebreak {
        display: block;
    }

}