@font-face{
    font-family: font;
    src: url(./font.ttf.ttf);
}

body {
    font-family: font;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(./bg.png);
    color: rgb(235, 170, 78);
    
}

body a {
    text-decoration: none;
    color: rgb(235, 170, 78);
}

header div.top-header {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between; 
    background-color: rgb(63, 4, 0);
    margin-bottom: 10px;
}
header div{
    background-color: rgb(63, 4, 0);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



header div div img {
    margin-top: 20px;
    height: 30vh;
    border-radius: 10px;
    max-height: 80px;
}

header div a {
    display: flex;
    align-items: center; 
    justify-content: center;
    margin: 30px;
    border-radius: 10px;
    background-color: rgb(113, 28, 7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
    transition: box-shadow 0.3s ease;
}


header div a:hover {
    box-shadow: 0 8px 16px rgba(255, 153, 0, 0.4);
}


nav {
    
    justify-content: center; /* Центрирование по горизонтали */
}
  
nav ul {
    list-style: none;
    justify-content: center;
    display: flex;
    
    padding: 0;
    margin: 0;
}
  

article{
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(63, 4, 0);
}

article div{
    border-radius: 10px;
    max-width: 470px;
    padding: 15px;
    margin: 30px;
    background-color: rgb(113, 28, 7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
    transition: box-shadow 0.3s ease;
}



article div:hover {
    box-shadow: 0 8px 16px rgba(255, 153, 0, 0.4);
}

article div img{
    border-radius: 10px;
    max-height: 470px;
    max-width: 470px;
}

article div a{
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    display: flex;
}

footer {
    border-radius: 10px;
    padding: 15px;
    
    margin-top: 10px;
    background-color: rgb(63, 4, 0);   
}

footer h2{
    display: flex;
    align-items: center;
    justify-content: center; 
}

footer div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.login {
    padding: 10px;
}

.menu {
    width: 140px;
    height: 50px;
}

.use {
    box-shadow: 0 8px 16px rgba(255, 202, 132, 0.4);
    width: 140px;
    height: 50px;
    background-color: rgb(235, 170, 78);
    color: rgb(113, 28, 7);
}

.imgalbums{
    height: 300px;
    width: 300px;
}

/* Butilmusiken Hjemmeside */

.container {
    display: flex;
    flex-wrap: wrap; 
    max-width: 100%; 
}

.album {
    flex: 1 1 25%; 
    min-width: 100px; 
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}


.container .album:nth-child(5) {
    flex: 1 1 25%; 
}

/* Album Hjemmeside */

article ul{
    border-radius: 10px;
    max-width: 470px;
    padding: 15px;
    margin: 30px;
    background-color: rgb(113, 28, 7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
}

article ul li {
    border-radius: 10px;
    max-width: 470px;
    padding: 15px;
    margin: 30px;
    background-color: rgb(113, 28, 7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
    transition: box-shadow 0.3s ease;
}

article ul li:hover{
    box-shadow: 0 8px 16px rgba(255, 153, 0, 0.4);
}

ul li a{
    display: flex;
    align-items: center;
}


.cont {
    max-width: 900px;
    border: 3px solid rgba(235, 170, 78, 0.356); 
    background-color: rgb(63, 4, 0);   

    
}

.pla {
    display: flex;
    align-items: center; 
    gap: 20px;
}

.imag {
    border-radius: 10px;
    margin-right: 10px;
    width: 100px;
    height: auto;
}

.navn {
    flex: 1;
}

.cont:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
}

.main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px; 
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    
}

.main:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.top h2{
    padding: 0px;
    margin: 0px;
}

.top{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    background-color: rgb(63, 4, 0);     
    padding: 0px;
}

.top:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.leftside {
    background-color: rgb(63, 4, 0);   
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;  
    margin-right: 200px;
}

.leftside div {
    padding: 5px;
    margin: 5px;
}

.leftside:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.nonhover{
    background-color: rgb(63, 4, 0);   
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.nonhover:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.rightimage{
    width: 400px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
}

/* Anmeldelser Hjemmeside */

.nehover:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
}

/* Kontakt Hjemmeside */

.vidil{
    margin: 0px;
    padding: 5px;
    background-color: rgb(63, 4, 0);
    border: 3px solid rgba(235, 170, 78, 0.356); 
}

.vidil:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.678);
}

/* Minprofil Hjemmeside */

.rightside{
    margin: 0px;
    margin-right: 0px;
    margin-left: 200px;
    background-color: rgb(63, 4, 0);   
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    padding: 0px;  
}

.rightside div {
    padding: 5px;
    margin: 5px;
}

.nonhoverm{
    color: rgba(235, 170, 78, 0.473) ;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    background-color: rgb(63, 4, 0);  
}

.nonhoverm:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.pla h2{
    color: rgba(235, 170, 78, 0.473) ;
}

.cont h2{ 
    display: flex;
    justify-content: center;

}

.rightside:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

/* login Hjemmeside */




.login-form {
    width: 300px;
    padding: 20px;
    margin: 50px auto;
    
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.login-form h2 {
    text-align: center;
    
}

.login-form label {
    display: block;
    margin-top: 10px;
    
}

.login-form input[type="text"],
.login-form input[type="password"] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background-color: #4CAF50;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.login-form input[type="submit"]:hover {
    background-color: #45a049;
}


@media screen and (min-width: 700px) {


    article {
        display: flex;
        justify-content: space-around;
    }



}
@media screen and (max-width: 699px) {


    header nav ul {
        
        display: block; 
        
    }

    header div div img {
        margin-top: 20px;
        height: 25vh;
        border-radius: 5px;
        max-height: 50px;
    }

    main{
        justify-content: space-around;
        display: flex;
    }

    article div {
        margin: 5px;
    }
    
    article div img{
        max-height: 250px;
        max-width: 250px;
    }

    header div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu {
        height: 30px;
        margin: 25px;
        font-size: 15px;
        width: auto;
    
    }

    .use{
        height: 30px;
        margin: 25px;
        font-size: 15px; 
        width: auto;
    }

    .container{
        max-width: 80%;
    }

    .rightimage{
        width: 100px;
    }

    .leftside{
        margin-right: 10px;
    }

    .rightside{
        margin-left: 10px;
    }

}

