 /* Globals */
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;

}
header {
    background-color: rgba(255,255,255,0.8);
    position: relative;
    height: 71px;
}
h5 {
    font-weight: normal;
    margin: 15px 0 0;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Header */
.logo {
    top: 5px;
    position: absolute;
}
.logo img {
    top: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.menu-btn {
    position: absolute;
    top: 5px;
}
.nav-logo {
    width: 250px;
    margin: 35px auto 50px;
}
.nav-logo img {
    width: 230px;
}

/* Hero */
.hero {
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hero-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.75);
}
 .hero p {
     font-size: 25px;
     margin-top: 35px;
 }
.hero-bg .hero-img {
    position: absolute;
    bottom: 0;
    left: 20%;
    display: none;
}
.hero-text {
    position: absolute;
    text-align: center;
    left: 30%;
    top: 20%;
    padding: 0 15% 0 0;
    z-index: 1;
}
 .hero-text img {
     display: block;
     margin: 20px auto;
 }
 .hero-text h1 {
     color: #228087;
     font-weight: bold;
     font-size: 44px;
     margin-top: 35px;
 }

/* Menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999999;
}

.sidenav a:hover {
    color: #591a1d !important;
}

.sidenav a {
    text-decoration: none;
    font-size: 22px;
    color: #818181 !important;
    display: block;
    transition: 0.3s;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    margin-left: 50px;
}
.close-btn img {
    width: 40px;
}
.links {
    font-size: 25px;
    color: black;
    width: 335px;
    margin: 0 auto;
}
.links li {
    width: 560px;
    margin-bottom: 10px;
    padding: 3px 0;
}
.links .sub {
    margin-left: 25px;
}
.social {
    width: 265px;
    margin: 50px auto 0;
}
.social li img {
    float: left;
    width: 42px;
    margin-right: 7px;
}

/* Search Jobs Banner */
.search-jobs-banner {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 50px 15%;
}
.logo-icon img {
    margin-top: 20px;
    opacity: 70%;
}
.search-jobs-banner p {
    margin: 0 !important;
    padding: 10px 0 20px;
    font-size: 19px;
}

/* Search Jobs Banner */
.benefits-banner {
    text-align: left;
    display: flex;
}
.benefits-banner .half-width {
    width: 50%;
    max-height: 600px;
    float: left;
    text-align: left;
}
.benefits-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefits-banner .text {
    padding: 3% 8%;
}
.benefits-banner .logo-icon img {
    width: 100px;
    margin: 0 auto;
}
 .benefits-banner h2 {
     text-align: center;
     color: #228087;
     font-size: 30px;
     font-weight: bold;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .benefits-banner ul {
     list-style-type: disc;
     font-size: 19px;
 }
  .benefits-banner ul li {
     padding-top: 10px;
 }
.jobs img {
    width: 100vw;
}

/* Footer */
footer {
    padding: 12px 110px;
}
.footer-left, .footer-center, .footer-right {
    float: left;
}
.footer-logo {
    top: 5px;
}
.footer-logo img {
    width: 230px;
}
.half-width {
    width: 50%;
    float: left;
    text-align: center;
}
footer .phone {
    margin-top: 55px;
}
.footer-links {
    padding: 5px 0 15px;
}
.footer-social {
    height: 40px;
    margin: 0 auto;
    width: 160px;
}
.footer-social ul {
    height: 40px;
    width: 160px;
    padding: 0;
}
.footer-social li {
    float: left;
    display: inline;
    padding-top: 15px;
}
footer .copyright {
    text-align: center;
    width: 100%;
    padding-top: 30px;
}
footer p {
    margin: 0;
    font-size: 20px;
    color: #591A1D;
}
.footer-right {
    text-align: right;
}

.locations {
    font-size: 16px;
}

/* Media Queries */
@media screen and (min-width: 669px)  {
    .logo {
        left: 110px;
        width: 230px;
    }
    .logo img {
        width: 230px;
    }
    .menu-btn {
        right: 130px;
    }
    .footer-left, .footer-center, .footer-right {
        width: 33.33333%;
    }
    .hero {
        height: 600px;
    }
    .logo-icon img {
        height: 100px;
        width: 100px;
    }
    h5 {
        font-size: 30px;
    }
    .sidenav-open {
        width: 557px;
    }
    .sidenav-close {
        width: 0px;
    }
    .mobile-footer {
        display: none;
    }
}

@media screen and (max-width: 668px) {
    /* Hero */
    .logo {
        top: 12px;
    }
    .menu-btn {
        top: 12px;
    }
    .nav-logo {
        margin: 15px auto;
    }
    .benefits-banner {
        display: block;
    }
    .benefits-banner .half-width {
        width: 100%;
    }
    .benefits-banner .logo-icon img {
        width: 50px;
        margin: 0 auto;
    }
    .benefits-banner .text {
        padding: 15% 0;
    }
    .hero-text {
        left: 10%;
        top: 30%;
        padding: 0 8% 0 0;
    }
    .hero-text img {
        display: block;
        margin: 6px auto 0;
    }
    h1 {
        font-size: 20px;
        margin: 0;
    }
    h2 {
        font-size: 17px;
    }
    p {
        font-size: 15px
    }
    header {
        height: 60px;
    }
    .nav-logo img {
        width: 150px;
    }
    .logo {
        left: 20px;
        width: 165px;
    }
    .logo img {
        width: 165px;
    }
    .menu-btn {
        right: 20px;
    }
    .footer-left, .footer-center, .footer-right {
        width: 100%;
    }
    .hero {
        height: 300px;
    }
    .hero p {
        font-size: 11px;
    }
    .hero img {
        height: 180px;
    }
    .hero-bg .hero-img {
        left: 10%;
    }
    .menu-btn img {
        height: 40px;
    }
    .logo-icon img {
        height: 50px;
        width: 50px;
    }
    h4 {
        font-size: 24px;
    }
    .sidenav a {
        font-size: 17px;
    }
    .sidenav-open {
        width: 350px;
    }
    .sidenav-close {
        width: 0px;
    }
    footer {
        padding: 12px 20px 30px;
        text-align: center;
    }
    .footer-logo img {
        margin: 20px 0 10px;
        width: 150px;
    }
    footer .phone {
        left: 0px;
        margin-top: 5px;
    }
    footer p {
        font-size: 16px;
    }
    .desktop-footer {
        display: none;
    }
    .social li img {
        width: 35px;
    }
    .close-btn img {
        width: 30px;
    }
    .search-jobs-banner {
        padding: 30px 10%;
    }
}
@media screen and (min-width: 689px) and (max-width: 1024px) {
    .hero-bg .hero-img {
        left: 9%;
        display: none;
    }
    .hero-text {
        left: 55%;
        padding: 0px 10% 0 0;
    }
    .logo {
        left: 10px;
    }
    .menu-btn {
        right: 10px;
    }
    footer {
        padding: 12px 10px 30px;
    }
    footer p {
        font-size: 14px;
    }
    .footer-social ul {
        height: auto;
    }
    .footer-logo img {
        width: 150px;
    }
    .footer-left, .footer-right {
        width: 30%;
    }
    .footer-center {
        width: 40%;
    }
    .footer-links {
        padding: 0;
    }
}