body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
}

.bg-steel {
    background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
    color: #666769;
}

.site-header .navbar-nav .nav-link:hover {
    color: #000000;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 80%;
    margin-left: 3px
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px
}

.card {
    margin-left: 10px;
    margin-right: 10px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #929396;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.backgroundcontainer {
    width: 100%;
    margin-top: -25px;
    background-image: url('/static/Assets/Background.jpg');
    background-size: cover;
}

.pagecontainer {
    width: 90%;
    margin: auto;
}

.ContactPage {
    width: 90%;
    display: flex;
    height: 90vh;
    margin: auto;
    align-items: center;
}

.EmployerSpaceDescriptionPage {
    display: flex;
    height: 70vh;
    align-items: center;
}

.ContactDescription {
    width: 60%;
    margin-right: 80px;
    height: 35rem;
}

.description {
    width: 60%;
    margin-right: 80px;
    height: 20rem;
}

.midDescription {
    width: 60%;
    margin-left: 80px;
    height: 20rem;
}

.FirstPageIllustration {
    height: 60%;
    width: 40%;
    margin: auto;
    margin-top: 70px;
}

.FirstPageIllustration img {
    height: 100%;
}

.whatWeDoPage {
    display: flex;
    align-items: center;
    height: 80vh;
}

.secondPageIllustration {
    height: 50%;
    width: auto;
}

.secondPageIllustration img {
    height: 100%;
}

.secondPageDescription {
    margin-left: 80px;
    width: 60%;
}

.howItWorksPage {
    height: 90vh;
    display: flex;
    align-items: center;
}