/* Shared Elements */
.jobhunt-logo-big {
    display: block;
    margin: 50px auto 35px auto;
}
.static-footer {
    background-color: #ebebeb;
    font-size: 14px;
    width: 100%;
    padding: 20px;
}
.static-footer-content {
    display: block;
    width: 100%;
}
.static-footer-text {
    font-size: 14px;
    margin: 1px;
}
.footer-links {
    margin-bottom: 0px;
}
.footer-link {
    list-style: none;
    display: inline;
    padding: 0px 5px 0px 5px;
}
/* End of Shared Elements */


/* Home Page */
.home-page-body {
    background-image: url("../img/home-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.transparent-bg.navbar-light {
    background-color: rgba(255, 255, 255, 0.0)!important;
}
.home-container {
    max-width: 1600px;
}
.home-navbar > .nav-item > .nav-link {
    margin: 5px 18px;
    color: #0f0f11;
}
.headline-container {
    margin-top: 100px;
}
.headline {
    font-weight: 700;
    font-size: 48px;
    margin: 90px 0px 20px 0px;
}
.subheadline {
    font-size: 16px;
    margin-bottom: 2px;
}
.headline-buttons {
    text-align: initial;
}
.headline-img {
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.40);
    box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.40);
}
#learn-more {
    margin-top: 380px;
    margin-bottom: 200px;
}
.highlight {
    margin: 95px 0px;
}
.highlight-img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.mobile-highlight-img {
    display: none;
}
.highlight-row {
    margin-bottom: 140px;
}
.highlight-heading {
    font-weight: 600;
    font-size: 36px;
}
.footer-headline {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 15px;
}
.footer-subheadline {
    font-size: 16px;
    margin-bottom: 25px;
}
/* End of Home Page */


/* Contact Page */
.body-contact {
    background-image: url("/img/contact-page-background.jpg"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}
.text-contact {
    font-size: 80px;
    font-weight: 700;
    margin: 50px 0px 25px 0px;
}
.subtext-contact {
    font-size: 18px;
    font-weight: 400;
}
.subtext-contact > a {
    font-size: 18px;
}
.social-buttons-contact {
    margin-top: 30px;
    text-align: center;
}
.social-button-contact {
    margin: 0px 10px;
    padding: 5px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    color: white;
    background-color: #272728;
    border: none;
    font-size: 20px;
}
.social-button-contact:hover {
    background-color: #48484b;
    color: white;
}
/* End of Contact Page */


/* 404 Page */
.body-404 {
    background-image: url("/img/404-background.jpg"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.centered-404 {
    max-width: 500px;
    margin: 80px auto auto auto;
    text-align: center;
}
.text-404 {
    font-size: 225px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}
.subtext-404 {
    font-size: 16px;
    font-weight: 400;
}
/* End of 404 Page */


@media only screen and (max-width: 1280px) {
    .home-page-body {
        background-attachment: fixed;
    }
    .headline {
        font-size: 48px;
        margin: 60px 0px 20px 0px;
    }
    #learn-more {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 1100px) {
    .headline {
        font-size: 42px;
        margin: 40px 0px 20px 0px;
    }
    #learn-more {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 991px) {
    /* .headline-container {
        text-align: center;
    }
    .headline-buttons {
        text-align: center;
    } */
    .linkedin-signin-button {
        margin: 0;
    }
    .headline {
        font-size: 42px;
        margin: 40px 0px 20px 0px;
    }
    #learn-more {
        margin-top: 210px;
    }
    .headline-img {
        display: none;
    }
    .highlight-img {
        display: none;
    }
    .mobile-highlight-img {
        max-height: 250px;
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .highlight {
        margin-top: 30px;
    }
    .home-page-body {
        background-size: auto;
    }
}
@media only screen and (max-width: 600px) {
    .home-page-body {
        background-position: center;
    }
    .highlight-row {
        margin-bottom: 0px;
    }
    .headline-container {
        margin-top: 25px;
    }
    .signin-box-wrapper {
        padding: 30px;
    }
    .static-footer {
        text-align: center;
    }
    .static-footer-content > .left {
        float: none;
        margin-bottom: 6px;
    }
    .static-footer-content > .right {
        float: none;
    }
    .footer-links {
        padding-left: 0px;
    }
    .text-404 {
        font-size: 130px;
    }
}
