/*
Theme Name: LUMZ vacatures
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: LUMZ vacatures theme.
*/

html, body {
    font-family: Muli, Verdana, sans-serif;
}

body {
    min-width: 400px;
}

.navbar {
	height: 100px;
}
.centered-container {
    margin: 0 auto;
    max-width: 750px;
}

.main-container {
    margin-top: 35px;
    margin-bottom: 35px;
}

.headertitle {
    margin-left: 15px;
}

@media screen and (max-width: 400px) {
    .headertitle {
        font-size: 1.1rem;
    }
}

.margin-md {
    margin: 25px 0;
}

.padding-md {
    padding: 20px;
}

h1, h2 {
    text-align: left;
    color: #783848;
    font-family: 'Anton', serif !important;
}
h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 42px;
}
h2 {
    font-size: 32px;
    margin-top: 2.1rem;
}
h3 {
    font-weight: bold;
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
}

form label {
    font-weight: bold;
}
.mango-box-large {
    background: url(assets/images/mango_box_large_bg.svg) no-repeat right;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    padding: 0 60px 0 30px;
}
.solliciteren-btn {
    margin: 40px 0 25px 45px;
    max-width: 60%;
}
.vacature-header {
    position: relative;
    margin-bottom: 100px
}
.vacature-header .vacature-details {
    margin: 0 auto;
    width: 80%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: rgba(120, 56, 72, 0.85);
    color: white !important;
    padding: 25px;
}
.vacature-header .vacature-details .vacature-prop {
    display: block;
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
}
.vacature-header .vacature-details .vacature-prop i {
    margin-right: 15px;
}
footer#footer {
    font-size: 14px;
    padding-top: 40px;
}

footer a {
    margin: 0 7px;
    color: #fff !important;
}
.breadcrumbs {
    margin-bottom: 10px;
}

.gform_wrapper input[type="submit"] {
    padding: 20px;
    border: none;
    background-color: #783848;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 749px) {
    .vacature-header {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 649px) {
    h1 {
        font-size: 36px;
    }
    .solliciteren-btn {
        margin: 20px auto 25px auto;
        max-width: 90%;
        display: block;
        padding-right: 40px;
    }
    .vacature-header .vacature-details .vacature-prop {
        font-size: 16px;
        padding: 5px 0;
    }
}
@media (max-width: 450px) {
    .solliciteren-btn {
        font-size: 17px;
    }
    .vacature-header {
        margin-bottom: 120px;
    }
}

