﻿body {
    background-color: #E7B109;
}
/*Font*/
@font-face {
    font-family: sen;
    src: url('../font/Sen-Regular.ttf');
}

@font-face {
    font-family: sen-bold;
    src: url('../font/Sen-Bold.ttf');
}

@font-face {
    font-family: sen-extrabold;
    src: url('../font/Sen-ExtraBold.ttf');
}

@font-face {
    font-family: Audiowide;
    src: url('../font/Audiowide-Regular.ttf');
}
/*Colors*/
:root {
    --darkYellow: #E7B109;
    --lightYellow: #EEC957;
    --black: #262626;
    --grey: #4E4E4E;
    --lightGrey: #E2E2E2;
}
/*General Settings*/
h1 {
    font: normal normal normal 50px/60px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
}

h2 {
    font: normal normal normal 40px/49px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
}

h3 {
    font: normal normal normal 35px/42px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
}

h4 {
    font: normal normal normal 25px/30px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
}

h5 {
    font: normal normal normal 20px/24px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
}

p {
    font: normal normal normal 18px/33px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

li p {
    font: normal normal normal 18px/33px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
/*Navigation*/
.dupo-navigation {
    background-color: transparent;
    padding: 0px;
}

.dupo-nav-toggler {
    border: none;
    background-color: #E7B109;
    height: 67px;
    width: 74px;
    box-shadow: 0px 3px 14px #00000029;
    border-radius: 0px 0px 0px 40px;
    align-self: flex-start;
}

.navbar-brand {
    margin-left: 26px;
    padding-top: 28px;
}

    .navbar-brand img {
        max-width: 100px;
        width: 100%;
    }
/* The side navigation menu */
.sidenav {
    height: 337px; /* 100% Full-height */
    display: flex;
    align-items: flex-start;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    background: #E7B109 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 14px #00000029;
    border-radius: 0px 0px 0px 40px;
    opacity: 1;
}

    /* The navigation menu links */
    .sidenav a {
        font: normal normal bold 20px/24px sen;
        letter-spacing: 0px;
        color: #262626;
        opacity: 1;
        text-decoration: none;
        display: block;
        transition: 0.3s;
        margin-bottom: 14px;
    }

        .sidenav a:hover {
            color: var(--lightGrey);
            padding-left: 8px;
            transition: 0.2s;
        }

.user-profile-link-container {
    margin-bottom: 43px;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

    .user-profile-link-container a {
        margin-bottom: 0px;
    }

.user-icon {
    width: 43px;
    height: 43px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #E7B109;
    opacity: 1;
    border-radius: 50%;
    margin-right: 20px;
}

.profile-image-menu {
    width: 18px;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.main-navigation ul {
    list-style: none;
    padding-left: 52px;
}

    .main-navigation ul li {
    }

.company-navigation {
    width: 244px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 35px;
}

.create-job-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #E7B109;
    border-radius: 60px;
    opacity: 1;
    width: 180px;
    height: 42px;
    text-align: center;
    font: normal normal bold 15px/18px Sen;
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
    opacity: 1;
    padding: 13px 50px 11px 44px;
    text-decoration: none;
}

    .create-job-btn:hover {
        background-color: #E7B109;
        color: #262626;
    }

.my-profile-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #E7B109;
    opacity: 1;
    border-radius: 50%;
    width: 43px;
    height: 43px;
}

.my-profile-icon {
    width: 17.48px;
    height: 17.48px;
    display: block;
    margin: 10px auto;
}
/*Header*/
header {
    position: fixed;
    width: 100vw;
}

.header-title {
    font: normal normal normal 30px/39px Audiowide;
    letter-spacing: 0px;
    color: var(--darkYellow);
    opacity: 1;
}

/*banner*/
.banner-container {
    height: 835px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    border-radius: 0px 0px 250px 0px;
}

.banner-content {
    max-width: 643px;
    width: 100%;
    margin-left: 197px;
}

    .banner-content ul {
        display: inline-flex;
        width: 100%;
        justify-content: flex-start;
        list-style: none;
        padding-left: 0px;
    }

.banner-text {
    text-align: left;
    font: normal normal normal 50px/60px sen;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.banner-link:first-of-type {
    background: #E7B109 0% 0% no-repeat padding-box;
    border-radius: 60px;
    opacity: 1;
    font: normal normal bold 15px/18px sen;
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
    opacity: 1;
    width: 238px;
    height: 55px;
    padding: 16px 20px;
}

    .banner-link:first-of-type a {
        color: #262626;
    }

.banner-link a {
    color: #E7B109;
    text-decoration: none;
}

.banner-link {
    border: 3px solid #E7B109;
    border-radius: 60px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 15px/18px sen;
    letter-spacing: 0px;
    color: #E7B109;
    text-transform: uppercase;
    opacity: 1;
    width: 238px;
    height: 55px;
    padding: 16px 20px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
}

/*Customer review*/
.customer-review {
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 0px 310px 0px 0px;
    padding-right: 223px;
    padding-top: 183px;
    padding-left: 234px;
    padding-bottom: 86px;
}

.review {
    width: 404px;
}

    .review img {
        max-width: 178px;
        border: 5px solid var(--darkYellow);
        border-radius: 50%;
    }

.customer-review-title {
    text-align: left;
    font: normal normal normal 40px/49px sen;
    letter-spacing: 0px;
    color: #E7B109;
    opacity: 1;
}

.customer-review-text {
    text-align: left;
    font: normal normal normal 18px/34px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.customer-review-name {
    text-align: left;
    font: normal normal bold 20px/24px sen;
    letter-spacing: 0px;
    color: #E7B109;
    opacity: 1;
}
/*Hero*/
.hero-box {
    min-height: 630px;
    position: relative;
}

.hero-image {
    background-repeat: no-repeat;
    margin-left: auto;
    background-size: cover;
    background-position: center center;
}

.hero-image-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 1127px;
}

/*Text beside image*/
.text-beside-image-container {
    max-height: 900px;
    height: 100%;
    background-color:var(--darkYellow);
}

.tbi-text-container {
    width: 552px;
    display: flex;
    flex-direction: column;
    align-content: center;
    /* height: 100%; */
    justify-content: space-around;
    height: 80%;
    margin-left: 150px;
}

.TBI-image {
    border-radius: 0px 200px 0px 0px;
}

.tbi-text-container p {
    text-align: left;
    font: normal normal normal 40px/50px sen;
    letter-spacing: 0px;
    color: #262626;
}

    .tbi-text-container p b {
        text-align: left;
        font: normal normal bold 40px/50px sen;
        letter-spacing: 0px;
        color: #262626;
    }

.tbi-text-container h5 {
    text-align: left;
    font: normal normal bold 25px/30px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
    margin-bottom: 50px;
}

.how-it-works-list ul {
    list-style: none;
    padding: 0;
}

.tbi-text-container .how-it-works-list ul li {
    margin-bottom: 33px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

    .tbi-text-container .how-it-works-list ul li p {
        text-align: left;
        font: normal normal normal 18px/28px sen;
        letter-spacing: 0px;
        color: #262626;
        opacity: 1;
        max-width: 370px;
        display: inline-block;
        margin-bottom: 0px;
        margin-left: 20px;
    }
/*Footer*/
footer {
    background-color: var(--grey);
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 155px 241px;
    height: 518px;
    background-color: var(--darkYellow);
    border-radius: 170px 0px;
}

    .footer-container div {
        display: flex;
        flex-direction: column
    }

.footer-links {
    text-decoration: underline;
    font: normal normal normal 15px/22px sen;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: underline;
}

.footer-text {
    text-align: left;
    font: normal normal normal 15px/26px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
    margin-bottom: 8px;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu a {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 15px/28px sen;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
}

.footer-logo {
    max-width: 131px;
    margin-bottom: 20px;
}

.footer-address {
    text-align: left;
    font: normal normal normal 15px/22px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    max-width: 145px;
    width: 100%;
    margin-bottom: 15px;
}

/*USER AREA GENERAL STYLING*/
.user-pages {
    background-image: url('../img/dupo_background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .user-pages header {
        position: static;
    }

.dupo-navigation-backend {
    background-color: #ffffff;
    padding: 0px;
}
/*Create Profile*/
.create-profile-form-container {
    max-width: 873px;
    width: 100%;
    max-height: 773px;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 220px;
    opacity: 1;
    margin: auto;
    margin-top: 160px;
    padding: 114px 220px 220px 220px;
}

.form-title {
    text-align: center;
    font: normal normal bold 20px/24px sen-bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 322px;
    display: block;
    margin: 0 auto;
    margin-bottom: 54px;
}

.create-profile-form {
}

    .create-profile-form input[type="text"], .create-profile-form input[type="password"] {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #70707040;
        border-radius: 5px;
        opacity: 1;
        /*max-width: 312px;*/
        width: 100%;
        margin-bottom: 12px;
        height: 40px;
    }

    .create-profile-form label {
        text-align: left;
        font: normal normal normal 14px/17px sen;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 8px;
    }

.form-input-half {
    max-width: 207px;
    width: 100%;
}

.form-submit-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #E7B109;
    border-radius: 60px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 15px/18px sen;
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
    opacity: 1;
    height: 55px;
    max-width: 238px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

    .form-submit-btn:hover {
        background: #E7B109 0% 0% no-repeat padding-box;
    }
/*USER PROFILE*/
.user-profile-form-container {
    max-width: 1231px;
    width: 100%;
    max-height: 1191px;
    height: 100%;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -7px 66px #0000000D;
    border-radius: 0px 0px 30px 30px;
    opacity: 1;
    margin-top: 145px;
}

.profile-info-form {
    max-width: 644px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
}

    .profile-info-form input[type="text"], .profile-info-form input[type="password"], .profile-info-form input[type="email"] {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #70707040;
        border-radius: 5px;
        opacity: 1;
        max-width: 312px;
        width: 100%;
        margin-bottom: 27px;
        height: 40px;
    }

    .profile-info-form label {
        text-align: left;
        font: normal normal normal 14px/17px sen;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 8px;
    }

    .profile-info-form .form-input-half {
        max-width: 312px;
        width: 100%;
    }

    .profile-info-form textarea {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #70707040;
        border-radius: 5px;
        opacity: 1;
        max-width: 652px;
        width: 100%;
        max-height: 165px;
        height: 100%;
        margin-bottom: 27px;
    }

    .profile-info-form .form-input-full {
        width: 100%;
    }

.profile-edit-image-container {
    /*background-image: url('../img/icons/wavelong.svg');*/
    opacity: 1;
    height: 115px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.image-container {
    background-color: #fff;
    max-width: 196px;
    width: 100%;
    height: 196px;
    margin: 0 auto;
    border: 5px solid var(--darkYellow);
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.profile-image {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}

.edit-profile-image-btn {
    text-align: center;
    font: normal normal normal 12px/14px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: none;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.yellow-bottom-container {
    max-width: 1500px;
    height: 518px;
    background: #E7B109 0% 0% no-repeat padding-box;
    border-radius: 220px 0px;
    opacity: 1;
}
/*Create Job Post*/
.create-job-post-form-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    max-width: 1282px;
    width: 100%;
    margin: 0 auto;
}

.create-job-post-title {
    text-align: center;
    font: normal normal bold 30px/36px Sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.job-post-form {
    max-width: 652px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
}

    .job-post-form input[type="text"], .job-post-form input[type="date"], .job-post-form input[type="time"] {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #70707040;
        border-radius: 5px;
        opacity: 1;
        /*max-width: 312px;*/
        width: 100%;
        margin-bottom: 27px;
        height: 40px;
    }

    .job-post-form label {
        text-align: left;
        font: normal normal normal 14px/17px sen;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 8px;
    }

    .job-post-form .form-input-half {
        max-width: 318px;
        width: 100%;
    }

    .job-post-form .form-input-full {
        max-width: 100%;
        width: 100%;
    }

    .job-post-form textarea {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #70707040;
        border-radius: 5px;
        opacity: 1;
        max-width: 652px;
        width: 100%;
        max-height: 165px;
        height: 100%;
        margin-bottom: 27px;
        margin-top: 27px;
    }

    .job-post-form select {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #70707040;
        border-radius: 5px;
        opacity: 1;
        width: 100%;
        height: 40px;
        margin-bottom: 40px;
    }

.profile-info-form .form-input-full {
    width: 100%;
}

.smiths-container {
    max-width: 1330px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 190px auto;
    justify-content: space-between;
}

.filter {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    max-width: 270px;
    width: 100%;
    padding: 36px 32px;
    height: 793px;
}

.filter-title {
    text-align: left;
    font: normal normal bold 14px/17px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.filter-options {
    list-style: none;
    padding: 0px;
}

    .filter-options li {
        padding-bottom: 2px;
    }

    .filter-options.multiple-col {
        columns: 2;
    }

/*       .filter-options li:nth-child(5) {
                -webkit-column-break-after: always;
                break-after: always;
            }
    */
.filter input[type="radio"] {
    text-align: left;
    font: normal normal normal 14px/24px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.filter label {
    text-align: left;
    font: normal normal normal 14px/24px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.filter-loaction {
    margin-top: 43px;
}

.location-input {
    max-width: 206px;
    width: 100%;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707040;
    border-radius: 13px;
    opacity: 1;
    margin-bottom: 25px;
}

.filter-btn {
    border: 2px solid #262626;
    border-radius: 60px;
    opacity: 1;
    max-width: 206px;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    text-align: center;
    font: normal normal bold 14px/17px sen;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.run-filter {
    background: #262626 0% 0% no-repeat padding-box;
}

.remove-filters {
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #262626;
}

.people-container {
    max-width: 1016px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.person {
    max-width: 316px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    box-shadow: 0px 5px 20px #00000012;
    border-radius: 10px;
    min-height: 475px;
    margin-bottom: 80px;
    position: relative;
}

.smith-image {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 4px 6px #00000021;
    border: 5px solid #E7B109;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.top-curve {
    background: #E7B109 0% 0% no-repeat padding-box;
    clip-path: ellipse(66% 100% at 57.84% 0%);
}

.person-name {
    text-align: center;
    font: normal normal normal 20px/24px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 14px;
}

.person-rating-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.person-rating {
    text-align: left;
    font: normal normal bold 14px/17px sen;
    letter-spacing: 0px;
    opacity: 1;
    color: #000000;
    margin-bottom: 0px;
    margin-right: 5px;
}

.smith-info-container {
    border-bottom: #E7B10960 1px solid;
    max-width: 74%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    height: 51px;
    align-items: center;
    align-content: center;
}

    .smith-info-container img {
        margin-right: 16px;
    }

.person-school, .person-location {
    text-align: left;
    font: normal normal normal 14px/17px sen;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    max-width: 156px;
    margin-bottom: 0px;
}


.person-num-jobs {
    color: #9B9B9B;
    text-align: left;
    font: normal normal bold 14px/17px sen;
    letter-spacing: 0px;
    opacity: 1;
}

.person-skills {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0px 38px;
    margin-top: 38px;
}

.skill {
    background: #E7B10960 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    height: 21px;
    padding: 4px 12px;
    margin-bottom: 7px;
}

    .skill p {
        text-align: center;
        font: normal normal normal 11px/13px sen;
        letter-spacing: 0px;
        color: #000000;
    }

.see-person-profile {
    text-align: center;
    font: normal normal bold 14px/17px sen;
    letter-spacing: 0px;
    color: #262626;
    border: 2px solid #e7b109;
    border-radius: 60px;
    opacity: 1;
    max-width: 151px;
    width: 100%;
    height: 40px;
    text-decoration: none;
    margin: 30px auto;
    display: block;
    padding-top: 10px;
}

    .see-person-profile:hover {
        background-color: #e7b109;
        color: #262626;
    }

@media screen and (max-width:426px) {
    /*BANNER*/
    .banner-container {
        height: 572px;
        border-radius: 0px 0px 140px 0px;
    }

    .banner-content {
        max-width: 300px;
        margin-left: 33px;
        padding: 0px;
    }

    .banner-text {
        font: normal normal normal 30px/36px sen;
        margin-bottom: 80px;
    }

    .banner-content ul {
        flex-direction: column;
        justify-content: space-between;
    }

    .banner-link {
        margin-bottom: 18px;
    }
    /*TEXT BESIDE IMAGE*/
    .text-beside-image-container {
        display: flex;
        flex-direction: column-reverse;
        max-height: 100%;
        margin-top: 75px;
    }

    .tbi-text-container {
        margin-left: 0px;
        width: 80%;
        margin: 0 auto;
    }

        .tbi-text-container p {
            font: normal normal normal 25px/39px sen;
        }

        .tbi-text-container h5 {
            margin-top: 72px;
        }

    .TBI-image {
        border-radius: 0px 120px 0px 0px;
        margin-top: 100px;
    }
    /*CUSTOMER REVIEW*/
    .customer-review {
        border-radius: 0px 120px;
        margin-top: 75px;
        padding: 0px;
        padding-top: 120px;
    }

    .customer-review-title {
        text-decoration: underline;
        font: normal normal normal 30px/36px sen;
        width: 277px;
        margin-bottom: 75px;
    }

    .review {
        max-width: 95%;
        align-self: flex-end;
        margin-bottom: 80px;
    }

        .review img {
            max-width: 152px;
            margin-bottom: 35px;
        }

    .customer-review-text {
        font: normal normal normal 20px/34px sen;
        margin-bottom: 13px;
        max-width: 88%;
    }
    /*FOOTER*/
    footer {
    }

    .footer-container {
        flex-direction: column;
        padding: 33px;
        border-radius: 96px 0px;
        height: auto;
        padding-top: 94px;
    }

    .footer-menu ul {
        padding: 0px;
        margin-bottom: 70px;
        margin-top: 50px;
    }

    .contact-link {
        margin-top: 20px;
        margin-bottom: 0px;
        text-decoration: underline;
    }

    .footer-text {
        margin-bottom: 0px;
        text-decoration: underline;
    }
}
