@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;
}

#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 {
    margin-left: 250px;
}

.MENUPUNKTER a:hover{
    color: #ffec49;
    }
    
.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;
}


/*Magnus, Kategorier*/

.overskrifter {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.kategori {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}

.billeder {
    justify-content: center;
}

.div1 {
    padding: 50px;
    transition: 0.5s;
    width: 500px;
}

.div1 img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.div1:hover {
    transform: scale(1.1);
    z-index: 2;
    cursor: pointer;
}

.over-kategori {
    font-size: x-large;
    font-weight: 400;
}


/* Isabel forside*/
.forside {
    height: 600px;
    background-image: url(../img/forside2.jpeg);
    background-size: cover;
    width: auto;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    cursor: default;
}

.forside-tekst {
    color: #ffec49;
    width: 86%;
    position: absolute;
}

button#shop-nu {
    font-size: 40px;
    border: 2px solid;
    border-radius: 5px;
    text-align: center;
    color: #ffec49;
    background-color: transparent;
}

#overskrift {
    position: absolute; 
    top: 20%; 
    text-align: center; 
    font-size: 80px; 
    margin-left: 100px;
}

#plader-ogcder {
    position: absolute; 
    top: 40%; 
    text-align: center; 
    font-size: 20px; 
    margin-left: 100px;
}


button#shop-nu {
    /* font-size: 31px; */
    width: 250px;
    border: 5px solid;
    border-radius: 10px;
    border-color: #f7ec4a;
    background-color: transparent;
}

button#shop-nu:hover {
    background-color: #acabc9;
    cursor: pointer;
}


a#knap {
    font-size: xx-large;
    color: #f7ec4a;
    text-decoration: none;
}


/*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;
}

.kategori {
    cursor: default;
}

#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%;
    }
}




