/* START GENERALS */

body {
    font-family: "JosefinSans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #777;
    min-height: 100vh;
    width: 100%;
    background-color: #f9f9f9;
    display: flex;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

.b {
    font-family: "KleinCondensedExtraBold", sans-serif;

}

.light-text {
    font-family: "JosefinSans-light", sans-serif;

}

.bold-text {
    font-family: "JosefinSans-bold", sans-serif;

}

.oh-no-normal {
    font-family: 'Ohno Blazeface 18 Point', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.row > * {
    padding: 0;
}

main {
    flex-wrap: nowrap;
    min-height: 100vh;
    background-color: #f9f9f9;
}

a {
    color: black
}

.page-wrapper {
    flex: 1 1 auto;
    background: orange;
}

/* END GENERALS */

/* START FONT SIZES */

.fs-14 {
    font-size: 14px;
}

.fs-60 {
    font-size: 60px;
}

.fs-50 {
    font-size: 50px;
}

.fs-30 {
    font-size: 30px;
}

.fs-10 {
    font-size: 10px;
}

/* END FONT SIZES */

/* START COLORS */
.text-light-green {
    color: #E9F3E2;
}

.bg-light-green {
    background-color: #C3D2B7;
}

.text-light-red {
    color: #BC6D68;
}

.bg-light-red {
    background-color: #BC6D68;
    border-color: #BC6D68;
}

.text-light-orange {
    color: #EDAE96;
}

.light-blue-hover:hover {
    color: #188cd8 !important;
}

.blue-hover:hover {
    color: #0A65C2 !important;
}

.purple-hover:hover {
    color: #c23584 !important;
}

.text-purple {
    color: #94848B;
}

.bg-light-purple {
    color: #D3C9CF;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem #F5EBE9;
    border-color: #F5EBE9;
}

.text-dark {
    color: #3F3F3F !important;
}

.text-black {
    color: #3F3F3F !important;
}

/* END COLORS */

/* START SIDEBAR */

.side-bar {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 1050;
    width: 16%;
}

@media only screen and (max-width: 580px) {
    .side-bar {
        width: 33%;
    }

    .main-wrapper {
        margin-left: 15%;
        width: 66.66666667%;
    }
}

@media only screen and (max-width: 763px) and (min-width: 580px) {
    .side-bar {
        width: 21%;
    }

    .main-wrapper {
        margin-left: 5%;
        width: 66.66666667%;
    }
}

@media only screen and (max-width: 360px) {
    .side-bar {
        width: 40%;
    }

    .main-wrapper {
        margin-left: 21%;
        width: 66.66666667%;
    }
}

/* END SIDEBAR */


/* START TEASERS */
header img {
    animation-duration: 1s;
}

header {
    position: relative;
}

section {
    opacity: 0;
    animation-duration: 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.teaser_tags::before {
    content: " - ";
}

.teaser {
    /*height: 350px;*/
}

@keyframes img {
    100% {
        filter: brightness(.4);
    }
}

@keyframes section {
    100% {
        opacity: 1;
    }
}

header:hover img {
    animation-name: img;
    animation-fill-mode: forwards;
}

header:hover section {
    animation-name: section;
    animation-fill-mode: forwards;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #D3C9CF;
}


/* END TEASERS */
/* START PROJECT DETAILS */
.header {
    height: 2px !important;
    background-color: #bc6d68;
}

/* END PROJECT DETAILS  */
/* START ABOUT ME  */
.box {

    display: flex;
    flex-direction: column;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 90%;
}

.btn-outline-orange {
    color: #bc6d68;
    border-color: #bc6d68;
}

.btn-outline-orange:hover {
    color: white;
    background-color: #bc6d68;
}

.transform-1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.transform-0-9:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.transform-2:hover {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/* END ABOUT ME  */
/* START VIDEO  */
.video-body {
    background-color: #D3C9CF;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video {
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

:is(vimeo-embed, youtube-embed) {
    aspect-ratio: 16 / 9;
    border-radius: 0.25em;
    display: grid;
    inline-size: 100%;
    position: relative;
}

:is(vimeo-embed, youtube-embed) :is(iframe, img) {
    block-size: 100%;
    border: 0;
    border-radius: inherit;
    inline-size: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
}

:is(vimeo-embed, youtube-embed) button {
    block-size: 50px;
    background-color: #D3C9CF;
    border: 0;
    border-radius: 14%;
    display: grid;
    inline-size: 75px;
    position: absolute;
    place-self: center;
    transition: all .2s ease-in;
}

:is(vimeo-embed, youtube-embed) button::before {
    aspect-ratio: 1;
    background: #3F3F3F;
    block-size: 1.5em;
    clip-path: polygon(20% 0%, 20% 100%, 100% 50%);
    content: '';
    place-self: center;
}

vimeo-embed button {
    --button-bgc: #00adef;
}

:is(vimeo-embed, youtube-embed) iframe:not([src=""]) + button {
    display: none;
}

/* END VIDEO  */
/* START GET IN TOUCH  */
.get-in-touch, .contact {
    border-left: #D3C9CF 2px solid
}

.logo-connect {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .get-in-touch {
        border-left: none;
    }

    .about-me, .contact {
        border-top: #D3C9CF 2px solid;
        border-left: none;
    }


}

@media only screen and (max-width: 545px) {

    .logo-connect {
        width: 50%;
    }

}

/* END GET IN TOUCH  */
