@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,400&display=swap');
/* font-family: 'Roboto',
sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&display=swap');
/* font-family: 'Castoro Titling',
cursive; */
@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Yantramanav:wght@100;300;400&display=swap');
/* font-family: 'Yantramanav',
sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap');
/* font-family: 'Cormorant Garamond',
serif; */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap');

body {
    margin: auto;
    padding: 0;
    background-color: black;

}

.gridwrap {
    display: grid;
    grid-template-areas:
        "sidebar header header"
        "sidebar main main"
        "footer footer footer";
    grid-template-rows: auto auto;
    grid-template-columns: 17% auto;
    /* min-height: 100vh; */
    min-height: auto;
    max-width: 100%;
}

h1 {
    color: rgb(26, 92, 44);
    color: rgb(192, 190, 190);
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    width: fit-content;
}

h3 {

    color: rgb(192, 190, 190);
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    width: fit-content;
}

p {
    color: #fff;
    font-family: 'Yantramanav',
        sans-serif;
    /* font-family: 'Cormorant Garamond', serif; */
    /* font-size: 1.4rem; */

}

/* !----------Header-menu START--------- */
header {
    grid-area: header;
}

header img {
    max-width: 43%;
    margin-top: 2%;
    margin-left: 0%;
}

header h1 {
    font-family: Castoro Titling;
    font-weight: 400;
    margin-left: 15%;
    color: wheat;
    font-style: italic;
}


.sidebar {
    display: flex;
    flex-direction: column;
    background-color: #6b686871;
    background-color: #1f1e1e;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 9;
    bottom: 12%;
    left: 3%;
    /* height: 50%; */
    /* margin-bottom: -5%; */
    position: sticky;
    /* overflow-y: auto; */
    height: 100%;
    grid-area: sidebar;
    max-width: 100%;
    border-radius: 5px;
    /* margin-top: 3px; */

}

.sidebar-item {
    display: block;
    max-width: 100%;
    background-color: inherit;
    color: #fffcfc;
    padding: 20px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.8s;
}

#sidelogo {
    max-width: 100%;
    height: fit-content;

}

/* .dropdown-content, */
.sidebar-item:hover,
.sidebar-item.active {
    background-color: #333;
    color: #fff;
    color: rgb(252, 241, 173);
}



#navLogo {
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    padding: .5rem;
    margin: 1rem;
    /* text-shadow: #ffeeee96 5px 1px 15px; */
}

#navLogo h1 {
    font-size: 3rem;

    width: fit-content;
    /* font-weight: 600; */
}

#navLogo h3 {
    color: rgba(243, 238, 207, 0.594);
    font-size: 1.8rem;
    letter-spacing: 12px;
    margin-left: auto;
    margin-right: 2px;
}



@media screen and (max-width: 600px) {
    .gridwrap {
        grid-template-areas:
            "header header header"
            "sidebar sidebar sidebar"
            "main main main"
            "footer footer footer";
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 1fr;
    }

    main h1 {
        margin-top: 15px;
    }

    .sidebar {
        display: flex;
        flex-direction: column;
        position: static;
        box-shadow: none;
        width: 100%;
    }

    .sidebar-item {
        margin: 0px;
        padding: 0;
        font-size: 12px;
        width: 100%;
    }

    .sidebar-item p {
        margin-top: 15px;
    }

    #links {
        display: flex;
        width: 100%;
        flex-direction: row;
    }

}

/* !----------Header-menu END--------- */


/* !----------Main--------- */
#bigLetter {
    font-weight: 700;
    font-size: 1.5rem;
}

main {
    display: flex;
    margin: 5%;
    width: 85%;
    grid-area: main;
    background-color: #b1aeae23;
    justify-self: center;
    margin-left: 8%;
    border-radius: 3px;
    margin-bottom: 3rem;
    margin-top: 1.3rem;
    flex-wrap: wrap;
}

.konstMain p {
    padding: 1.5rem;
}

.konstMain img {
    padding: 2.5rem;
}

#top {
    background-color: #00000048;
    border-radius: 2px;
}

/**==================================== KONTAKT */
#topKontakt {
    margin-left: 17rem;
    width: 100%;
}

.top-KontaktDiv {
    margin: auto;
    width: 100%;
}

.kontaktWhiteText {
    color: white;
}

.kontaktForm {
    width: 100%;
}

/**================================= KONTAKT END*/

.omMolof p {
    font-size: 1rem;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font-family: 'Helvetica Neue',
        Helvetica,
        sans-serif,
        serif;

    padding: 0;
    margin: 0;
    /* height: 15rem; */
    line-height: 30px !important;
    width: 90%;
    padding-left: 1.8rem;
}

.omMolof h1 {
    font-size: 3rem;
    margin-bottom: -2rem;
    padding: 0;
}

#topDiv {
    background-color: #4d4c4c2d;
    background-color: #1c1b1b;
    max-width: 100%;
    display: flex;
    padding-top: 15px;
    padding: 1rem;
}

#top .topStycke {
    /* background-color: #4d4c4c2d; */
    background-color: #1c1b1b;
    padding: 0;
    margin: 0;
    margin-top: -20px;
    max-width: fit-content;
    padding: 1rem;
}

#top h1 {
    font-family: 'Castoro Titling',
        cursive;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    width: 100%;
    /* padding: 1rem; */
}

#topDiv p {
    letter-spacing: 1px;
    line-height: 40px;
    margin: auto;
    margin-right: 7%;
    margin-top: 3rem;

    /* text-align: center; */
}

.right {
    position: relative;
    width: 50%;
    float: right;
}

.left {
    position: relative;
    width: 50%;
    float: left;
}

.konst {
    width: fit-content;

    max-width: 100%;
    /* padding: 5rem; */
}

.konst p {
    width: 80%;
}

.konst h1 {
    font-size: 2rem;
}

hr {
    color: #3333332d;
    background-color: white;
    margin: 35px 1px 35px 1px;

}

#topPhotos {
    max-width: 30%;
    margin: auto;
    padding: 25px;
    margin-top: -2%;
}


/*! tabort? */
.topStycke p {
    font-family: system-ui, -apple-system,
        Roboto,
        BlinkMacSystemFont,
        'Segoe UI',
        Oxygen,
        Ubuntu, Cantarell,
        'Open Sans',
        'Helvetica Neue',
        sans-serif;
    /* background-color: green; */
    /* letter-spacing: 1px; */
    line-height: 30px;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 100%;
    margin-left: 2.5rem;
    /* font-family: 'Cormorant Garamond', serif; */

}




@media screen and (max-width: 600px) {
    main {
        width: fit-content;
        padding: 0;
        margin: 0;

    }

    .konstMain img {
        width: 80%;
        margin-top: -1.5rem;
        margin-bottom: 1rem;
        margin-left: 10%;
        padding: 0;
    }



    #topDiv .topText {
        line-height: 30px;
        margin-left: 0.9rem;
        margin-top: 5.5rem;
    }


    #topDiv img {
        max-width: 100%;
        margin-left: 20%;
    }

    #topDiv .right {
        padding: 0.4rem;
        margin-top: 10%;
    }

    .topStycke {
        letter-spacing: 1px;
        line-height: 25px;
        margin: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #top {
        width: fit-content;
    }

    #top h1 {
        font-size: 2.5rem;
    }

    #topDiv {
        width: fit-content;
        /* background-color: #14141412; */
        background-color: #4d4c4c2d;
        /* background-color: #5d5c5c11; */
        max-width: 100%;
        /* background-color: rgba(0, 255, 255, 0.274); */
        display: flex;
        padding-top: 15px;
    }

    .omMolof {
        max-width: 100%;
    }

    .omMolof #molofImg {
        max-width: fit-content;
        margin: 0;
        padding: 0;
    }

    .omMolof p {
        font-size: 1rem;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        padding: 0;
        margin: 0;
        /* height: 15rem; */
        line-height: 30px !important;
        width: 90%;
    }

    .omMolof h1 {
        font-size: 3rem;
        margin-bottom: -2rem;
        padding: 0;
    }

    #topKontakt {
        margin-left: 0;
        width: 100%;
    }

    #topKontakt .top-KontaktDiv {
        width: 100%;
    }

    #topDiv {
        width: 100%;
    }
}



#section1 {
    padding: 1rem;
    margin: 1rem;
    text-align: center;
    /* background-color: rgb(207, 204, 204); */
}


.malisBgColor {
    background-color: #222121;
    /* background-color: #4d4c4c2d; */
}

#section2 {
    padding: 1rem;
    margin: 1rem;
    text-align: center;
    /* background-color: rgb(207, 204, 204); */
}



/* * #gallery -----gallery---start----- */
#gallery {
    padding: 1rem;
    margin: 1rem;
    margin-left: 3%;
    /* text-align: center; */
    background-color: rgb(207, 204, 204);
    max-width: 90%;
    max-height: 80%;
}

/* /* .photo-collage {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
/* max-width: 100%; */
/* max-height: 80%; */
/* column-gap: 25px;
row-gap: 25px;
background-color: rgb(0, 0, 0);
} */

.photo-collage .row {
    display: flex;
    flex-direction: row;
    gap: 0px;
    /* background-color: #333; */
    width: 100%;
}

.photo-collage .column {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    /* background-color: #f0adad; */
    margin-top: 5%;
}

.img {
    perspective: 1000px;
    backface-visibility: hidden;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    transform: scale(1) rotate(0.001deg);
}

.img:hover {
    /* z-index: 10; */
    transform: scale(1.1) rotate(0.001deg);
}

/* * #gallery -----gallery---END----- */




/* !----------FOOTER--------- */

/* footer {
    background-color: rgb(92, 92, 92);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.305);
    position: relative;
    grid-area: footer;
    text-align: center;
    margin-left: 15%;
    margin-bottom: 5px;
} */


footer {
    position: relative;
    grid-area: footer;
    /* text-align: center; */
    /* margin-left: 15%; */
    /* margin-bottom: 5px; */
    /* margin-bottom: 10%; */
    margin-left: 20%;
    text-decoration: none;
    text-align: center;
    margin-top: -2%;
}

/* 
footer {
    margin-bottom: 10%;
    margin-left: 20%;
    text-decoration: none;
} */



footer p {
    color: gray;
}

.list-inline-item a {
    font-weight: 500;
    color: rgb(215, 214, 214);
    text-decoration: none;
    padding: 3px;
}

footer ul {
    margin-left: 15px;
}

#footerKonst {
    margin-left: 15px;

}

@media screen and (max-width: 600px) {
    /* footer {
        background-color: #b1aeae23;
        width: 100%;
        padding: 0;
        margin: 0;
    } */

    footer {
        background-color: #b1aeae23;
        color: gray;
        width: 100%;
        margin: auto;
    }



    .list-inline-item a {
        color: whitesmoke;
        margin: auto;
        width: 100%;
        display: block;
        /* Visa länkarna som blockelement för korrekt placering */
        text-align: center;
        /* Centrera texten i länkarna */
    }

    #footerKonst {
        margin-left: 5%;
    }
}