body, html {
    padding: 0;
    margin: 0;
    font-family: oswald,sans-serif;
}

header {
    background-color: #1f2749;
    padding: 1em;
}

.navbar-brand img {
    height: 2.5em;
    margin: 0 4em;
    margin-top: 0.4em;
}

header .container {
    display: flex;
    justify-content: center;
}

header .container select {
    height: 2em;
}

header ul {
    display: flex;
    margin: 0 3em;
}

header ul li {
    margin: 0 1em;
    height: 100%;
}

.contact-button {
    background-color: #454adeff;
    border-color: #454adeff;
    font-size: 15px;
    font-family: oswald,sans-serif;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 0;
    font-weight: bolder;
    line-height: 1.5em;
    border: none;
    transition: .2s ease;
    color: #fff;
    text-decoration: none;
}

.contact-button:hover {
    color: #fff;
}

.contact-button:visited {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
}

.navbar-nav {
    list-style: none;
}

.nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    font-family: roboto,sans-serif;
    color: #fff;
    line-height: 3.5;
    height: 100%;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link {
    display: block;
    margin: 0;
    position: relative;
}

a, button, select {
    cursor: pointer;
    transition: .2s ease;
}

a {
    background-color: transparent;
}


footer {
    background-image: url('https://fenrir.pro/images/backgrounds/footer.jpg');
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px #1f2749fa;
    padding: 5rem 40rem;
    font-family: oswald,sans-serif;
    color: #fff !important;
    /* background-color: #1f2749; */
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer li {
    margin: 1em;
}
footer h3 {
    margin: 1em;
}

a {
    color: white;
    text-decoration: none;
}

a:active {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #f12639;
}

.row {
    display: flex;
    justify-content: center;
}

.footer-logo {
    height: 5.5em;
}

.footer-logo-link {
    margin: auto 4em;
}

.logo-container {
    display: flex;
}

#container {
    height: 100%;
    padding: 1em 30%;
    background-color: #f0f2f4;
}

.form-header {
    background-color: #dedede;
    border-left: 3px solid #bd0a0a;
    padding: 2em;
}

.card-container {
    background-color: white;
    margin: 2em 0;
    border-radius: 1em;
    box-shadow: 5px 5px 5px #00000011;
    padding: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-form {
    display: flex;
    flex-direction: column;
}

.card-form input {
    margin: 1em 0;
    padding: 1em;
}

.button {
    padding: 1em 1.5em;
    border: none;
    color: #fff;
    background-color: #454ade;
    font-size: 1em;
    font-weight: bold;
    border-radius: 0.2em;
    margin: 1em auto;
}

.question {
    font-size: 1.2em;
    font-weight: 400;
}

