body {
    background-color: #1a1e21;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

input.form-control, textarea.form-control {
    background-color: hsla(1, 100%, 100%, .2) !important;
    color: #fff !important;
}

div[class^="bg-c-"] {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

.bg-c-blue {
    background: url("/assets/img/backgrounds/bg-blue.svg");
}

.bg-c-orange {
    background: url("/assets/img/backgrounds/bg-orange.svg");
}

.bg-c-yellow {
    background: url("/assets/img/backgrounds/bg-yellow.svg");
}

.bg-c-green {
    background: url("/assets/img/backgrounds/bg-green.svg");
}

.bg-c-dark {
    background: url("/assets/img/backgrounds/bg-dark.svg");
}

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

.header {
    min-height: 50vh;
    background: url("/assets/img/backgrounds/background.jpg") no-repeat;
    background-size: cover;
}

.header img {
    width: 100%;
    max-width: 500px;
}

.header {
    padding: 25px;
}

.card img {
    max-height: 300px;
    object-fit: cover;
}