@font-face {
    font-family: GaramondStd;
    src: url(assets/fonts/GARAMOND/std-light-condensed-garamond/ITCGaramondStd-LtCond.otf);
}

@font-face {
    font-family: GaramondItl;
    src: url(assets/fonts/GARAMOND/std-light-condensed-italic-garamond/ITCGaramondStd-LtCondIta.otf);
}

body {
    background-color: #fcf9f0;
    color: #222222;
    margin: 0;
    font-family: GaramondStd;
}



.top {
    text-align: center;
    padding: 0;
    margin: 0;
}

.logo {
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 0px;
    margin: 15px;
    width: 150px;
    height: 83px;
    background: url("assets/logo/BUREAU-GRAFIK-LOGO-01.png") no-repeat;
    display: inline-block;

}

.logo:hover {
    background: url("assets/logo/BUREAU-GRAFIK-LOGO-02.png") no-repeat;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 0.7em;
}

.wrapper a {
    text-decoration: none;
    color: inherit;
}

.card:first-child {
    padding-left: 2em;
}

.card {
    vertical-align: top;
    display: inline-block;
    padding-right: 4em;
    /* border-bottom: 1px solid; */
    margin-right: -4px;

}



.card img {
    height: 45vh;
    width: fit-content;
}

.card:hover {
    font-family: GaramondItl;
    color: rgba(64, 57, 206, 1)
}

.card:hover img {
    outline: 2px dashed #000000;
    outline-offset: 7px;
}

.image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.image-wrapper img {
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
    max-height: 520px;

}

.infos {

    /* border-top: 1px solid #A4007A; */
    /* border-left: 1px solid #A4007A; */
    line-height: 0.5;
    width: 15em;
    white-space: normal;
    line-height: 1.3em;
}

.info1 {
    font-size: 1.2em;
    padding-right: 0em;
    line-height: 0.3;
}

.info2 {
    padding-top: 0.2em;
    font-size: 1.1em;
}




.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Height of the foote r */
    font-family: GaramondStd;
    font-size: 1.5em;
    outline: 2px dashed #000000;
}

.footer a {
    text-decoration: none;
}

/* scrolling footer */

div.scrolling-limit {
    width: 100%;
    height: 30px;
    color: rgb(235, 51, 0);
    background-color: rgb(255, 198, 0);
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.5;

}

div.scrolling {
    position: relative;
    -webkit-animation: scroll 20s infinite linear;
    ;
    -moz-animation: scroll 20s infinite linear;
    -o-animation: scroll 20s infinite linear;
    animation: scroll 20s infinite linear;
}

@keyframes scroll {
    0% {
        left: 0px;
    }

    100% {
        left: -950px;
    }
}

@-webkit-keyframes scroll {
    0% {
        left: 0px;
    }

    100% {
        left: -950px;
    }
}




.about-content {
    display: flex;
    width: 100%;
}


#about-content-1 {
    width: 50%;
}

#about-content-1 h2 {
    font-weight: 400;
}

#about-list-container {
    display: flex;
    justify-content: space-evenly;
}

#about-list ul {
    padding: 0;
}

.contact-content {
    display: flex;
    justify-content: center;
    padding: 1em;
    font-size: 1.2em;
}





input,
textarea,
select {
    border: none;
    border-radius: 20px;
    background-color: #f6e39d;
    font-size: 18px;
    font-family: GaramondStd;
    width: 100%;
    resize: none;
    padding: 0.1em;
}

input,
select {
    height: 2em;
}

.field {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
}

.field-large {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    padding-top: 6px;
}

#submitbtn {
    font-family: GaramondItl !important;
    width: 5em;
    background-color: #fec32d;
    color: #0c6f42;
    font-size: 20px;
    cursor: pointer;
}

.portfolio-item a {
    color: #222;
    text-decoration: underline solid 2px blue;
}

.topnav {
    position: relative;
    overflow: hidden;
    padding: 1em;
    display: flex;
    align-items: center;
}

.topnav a {
    float: left;
    color: black;
    text-align: center;
    text-decoration: none;
}

.topnav h2 {
    font-weight: 400;
}

.topnav a:hover {
    color: rgba(64, 57, 206, 1);
    font-family: GaramondItl;
}

.topnav a.a-active {
    color: rgba(64, 57, 206, 1);
    font-family: GaramondItl;
}

.topnav img:hover {

    filter: invert(30%) sepia(100%) hue-rotate(180deg) saturate(800%)
}

.topnav img {
    max-height: 6rem;
}

/* .topnav a.active {
    
} */

.topnav-right {
    padding-right: 2em;
    font-size: 1rem;
    margin-left: auto;
}

/* 
.topnav-left {
     padding-left: 1em; 
}  
*/

.topnav-right a {
    padding-left: 2em;
}

.mobile-menu-icon {
    display: none;
    margin-left: auto;
    padding-right: 1rem;
    z-index: 200;
}

.mobile-menu {
    display: none;
    height: 0%;
    width: 0%;

}

.mobile-menu-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 1.3em;

}

.mobile-menu-content a {
    text-decoration: none;
    color: #222222;
}

.mobile-menu-content h2 {
    font-weight: 400;
}

.mobile-menu-content img {
    max-height: 6rem;

}

.change.mobile-menu {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(235, 231, 222, 255);
    z-index: 100;

    transition: all 0.70s ease-in-out;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* Responsive navigation menu (for mobile devices) */
@media only screen and (max-width: 650px) {}

/* Responsive wrapper layout for mobile devices */

@media only screen and (max-width: 550px) {
    .topnav img {
        max-height: 4rem;
    }

    .topnav {
        padding: 1em;
    }

    .topnav-right {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .card {
        display: block !important;
        border-bottom: 1px solid;
        padding: 0;
        padding-top: 2em;
        margin: 1em;

    }

    .card:first-child {
        padding-left: 0;
    }

    /* 
    .card img {
        padding: 0 1rem 0 1rem;
    }
    */
    .image-wrapper {
        height: auto !important;
        padding: 5em 0 2em;
    }

    img {
        max-width: 90vw !important;
        height: auto !important;
    }

    .wrapper {
        overflow-x: hidden !important;
        overflow-y: scroll;
        margin-bottom: 2em !important;
        padding-top: 0;

    }

    .infos {
        border-left: none !important;
        /*
        padding: 0 1rem 0 1rem !important;
        */
    }

    .about-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #about-content-1 {
        width: 100% !important;
        height: auto;
    }
}