@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@500&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: prompt;
    font: bold;
}

#logo{
    margin-left: -500px;
    cursor: pointer;
}

#main-header ul, #main-header li, #main-header a{
   display: inline-block;
   list-style: none;
   padding: 0px 10px;
   font-size: large;
   font-weight: 700;
   color: #231f20;
   text-decoration: none;
}

#main-header a:hover{
    color: #f7ec4a;
}

#shoppingbag i{
    height: 40px;
    width: 40px;
    background-color: #acabc9;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #ffec49;
    transition: all 0.3s ease;
}

#shoppingbag i:hover{
    color: #857AA5;
    background-color: #ffec49;
}
    
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    background-color: #857AA5;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
    
.MENUPUNKTER a:hover{
    color: #ffec49;
    }

.MENUPUNKTER {
   margin-left: 250px;
}

.search-bar {
    width: 100%;
    max-width: 700px;
    background-color: #acabc9;
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 8px 10px;
    margin-left: 25px;
}

.search-bar input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
}

.search-bar button i {
    height: 25px;
    width: 25px;
    background-color: #acabc9;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    color: #ffec49;
    transition: all 0.3s ease;
}

.search-bar button i:hover {
    color: #857AA5;
    background-color: #ffec49;
}

.search-bar button {
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}
    


/*Isabel, form*/


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

#dinmusik {
    font-size: x-large;
}

.email-indsend {
    border: 1px solid #231f20;
    border-radius: 10px;
    background-color: #f6eb89;
    width: 400px;
    text-align: center;
    margin-left: 36%;
    padding: 10px;
}

#email {
    border-radius: 10px;
    border: 1px solid #231f20; 
}

.kolonner {
    float: left;
    width: fit-content;
    padding: 10px;
    height: 300px;
    text-align: center;
}

.kategorier {
    display: table;
    clear: both;
    border: 1px solid #231f20;
    border-radius: 10px;
    background-color: #f6eb89;
    margin-left: 31%;
    padding-top: 70px;
    padding-left:20px;
    padding-right: 20px;
    text-align: center;
}


.buttons {
    text-decoration: none;
    background-color: #acabc9;
    font-size: medium;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.buttons:hover {
    background-color: #f6eb89
}

.knapper {
    text-align: center;
}

.knapper a {
    text-decoration: none;
    color: #857AA5;
}

#din-musik-side {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    cursor: default;
}

.kategorier section {
    width: 170px;
    margin-bottom: -50px;
    margin-top: -10px;
    text-align: center;
}

section.yearlist {
    text-align: right;
    padding-right: 57px;
    padding-top: 15px;
}

section.genrelist {
    text-align: right;
    padding-right: 57px;
    padding-top: 15px;
}

section.kunstnerlist {
    text-align: right;
    padding-right: 57px;
    padding-top: 15px;
}

#searchbar-artist {
    width: 130px;
    border-radius: 10px;
    border: 1px solid #231f20;
}

/*Svanna, footer*/
.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

footer ul {
    list-style: none;
}

.footer {
    background-color: #857AA5;
    color: #262425;
    padding: 50px 0;
    cursor: default;
}

.footer-col {
    width: 30%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffec49;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

#tider td {
    padding: 0 5px;
}

#social a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #acabc9;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #ffec49;
    transition: all 0.3s ease;
}

#social a:hover{
    color: #857AA5;
    background-color: #ffec49;
}

#butik a {
    text-decoration: none;
    color: #231f20;
}

#butik a:hover {
    color: #f7ec4a;
}



@media(max-width: 1066px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 639px){
    .footer-col{
        width: 100%;
    }
}
