html {
    height: 100%;
    font-size: 16px;
}
body {
    height: 100%;
    background: #e9edeb;
    font-family: Arial;
    color: #636363;
}
h1 {
    font-family: inter_black;
    font-size: 4.4rem;
    line-height: 4.4rem;
    color: #e9edeb;
    margin: 0px;
}
h2 {
    font-family: inter_regular;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #636363;
    margin: 0px;
}
h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    color: #636363;
    margin: 0px;
}
a {
    color: #636363;
}
a:hover {
    color: #636363;
    text-decoration: underline;
}
input,
textarea {
    border: 1px solid #636363 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #636363 !important;
}
input[type="radio"] {
    border: 1px solid #636363 !important;
    padding: 0.4em;
    -webkit-appearance: none;
}
input[type="radio"]:checked {
    border: 1px solid #636363 !important;
    background: #636363 !important;
}
iframe {
    width: 100%;
    height: 600px;
    border: none;
}

/* Text */
.text-white {
    color: #e9edeb;
}

/* Backgrounds */
.bg-grey {
    background: #636363;
}

/* Buttons */
.btn-contact {
    border-color: #454545;
    background: none;
    color: #636363;
    text-transform: uppercase;
}
.btn-contact:hover {
    background: #636363;
    color: #ffffff;
}

/* Logo */
.logo {
    height: 175px;
}

/* Navigation section */
.navbar-nav {
    min-height: auto;
}
.navbar-nav .nav-item a {
    font-size: 1.1rem;
    color: #e9edeb;
    text-align: center;
    cursor: pointer;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
    background: #e9edeb;
    color: #636363;
}
.navbar-toggler {
    width: 100%;
    font-size: 1.1rem;
    text-transform: uppercase;
    background: #454545;
    color: #ffffff;
}

/* File upload */
.file-upload {
    display: inline-block;
    border: 1px solid #454545;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2rem;
}
.file-upload input {
    display: block;
    overflow: hidden;
    margin: 0px; !important;
    padding: 0px; !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    z-index: 99999;
    cursor: pointer;
}
.file-upload:hover {
    border: 1px solid #636363;
    background: #636363;
    color: #ffffff;
}

/* Header section */
header {
    font-family: inter_light;
    font-size: 0.8rem;
}

/* Home page */
.home-map {
    line-height: 0.8rem !important;
}

/* Job page */
.job-title {
    font-size: 1.4rem;
    line-height: 2rem;
}