@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "IBM Plex Mono", serif;
    font-size: 1rem;
    background: #FAF2F0;
}

h1 {
    font-family: "Playfair Display", serif;
}

@media (min-width:992px) {
    h1 {
        font-size: 60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 31px !important;
    }
}

h2 {
    font-size: 40px;
    font-family: "Playfair Display", serif;
}

h3 {
    font-size: 30px;
    font-weight: 500
}

h4 {
    font-size: 32px;
    font-weight: 500
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

p,
a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6B6768;
}

header ul li a {
    color: #000000 !important;
    font-weight: 500 !important;
}

    header ul li a:hover {
        color: #EE7968 !important;
    }

a:hover {
    color: #EE7968;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.padding-100 {
    padding: 120px 0px;
}

.padding-top {
    padding-top: 120px;
}

.padding-tops {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 120px;
}

.logo img {
    width: 120px;
}

.navbar {
    background: #FAF2F0;
}

.line-brown {
    border-bottom: 1px solid #E1D9D8;
    opacity: unset !important;
}

/*.navbar::after {
    content: "";
    display: block;
    width: 91%;
    height: 2px;
    background-color: #E1D9D8;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
*/


.submit-btn {
    background: #EE7968;
    padding: 15px 43px 15px 43px;
    transition: 0.5s ease-in-out;
}

    .submit-btn:hover {
        background: #000000;
    }

.bg-darks {
    background: #F5EBE7;
}

.text-dark-blue {
    color: #1C3655;
    font-weight: 600;
}

.bg-brown-hover:hover {
    background: #e8d6ce;
    border-radius: 20px;
}

.active {
    color: #EE7968 !important;
    font-weight: 600 !important;
}

.logo {
    margin-bottom: 10px;
}

.orange-link {
    color: #EE7968;
}

@media (min-width:992px) {

    .timeline-stop {
        position: relative;
    }

    .border-timeline {
        border-left: 1px solid #87B6C1;
    }

    .timeline-stop::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        background: #87B6C1;
        transform: translate(-50%);
    }
}

.bio-image {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.bio-list {
    list-style: disc;
}

@media(max-width: 992px) {
    .bio-list {
        list-style: none;
    }
}

.bio-list li {
    margin-block: 10px
}

.portrait-wrapper {
    position: relative;
}

.download-button {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #242424;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 17px;
    transition: all 0.3s ease-in-out;
}

    .download-button:hover {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

@media (min-width: 992px) {
    @media (min-width: 992px) {
        .download-button {
            width: 287px;
            bottom: 38px;
            left: -57%;
        }
    }
}

@media (max-width: 992px) {
    .download-button {
        width: calc(100% - 53px);
        bottom: 17px;
        left: 50%;
        transform: translate(-50%);
    }
}

/*.work-togather {
    z-index: -1;
}*/

.text-hover:hover {
    color: #EE7968 !important;
}

.portrait-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*@media (min-width: 992px) {
    .green-bg-element {
        background: url(../img/marketing-expert-bg-element.png);
        background-size: 235px;
        background-position: 117% 100%;
        background-repeat: no-repeat;
    }
}
*/
@media (min-width: 576px) {
    .marketing-expert {
        position: absolute;
        top: -46px;
        left: -46px;
    }
}

@media (max-width: 575px) {
    .marketing-expert {
        display: none;
    }
}

.form-floating > .form-control:focus ~ label::after {
    background-color: transparent !important;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(238 121 104 / 46%);
}
