body {
    background-color: #f5f5f7;
    margin-bottom: 2rem;
}

a.nav-link {
    color: #000;
    font-weight: bold;
    font-size: 1.125rem;
}

div.contact, div.legal {
    color: #fff;
}

h1.contact {
    color: #5481eb;
}

h1.default {
    font-size: 3.75rem;
    font-weight: bold;
}

h2.default {
     font-family: 'Harabara', sans-serif;   
}

h3.default {
    font-weight: bold;
}

h2.alt {
    font-family: 'Harabara', sans-serif;
    color: #474646;
}

h3.alt {
    font-family: 'Harabara', sans-serif;
    color: #474646;
    font-size: 1.1rem;
}

p.address {
    font-size: 1.25rem;
}

p.alt {
    font-family: 'Harabara', sans-serif;
    color: #474646;
    font-size: 2rem;
}

textarea {
    resize: none;
}

.block-legal {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.5rem;
    padding: 1rem;
}

.btn-default {
    background: rgb(11,30,200);
    background: linear-gradient(90deg, rgba(11,30,200,1) 0%, rgba(56,188,191,1) 50%, rgba(8,173,114,1) 100%);
    color: #fff;
    font-family: 'Harabara', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

.btn-legal {
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    color: #fff;
    margin-left: 0.5rem;
}

.btn-light {
    font-weight: bold;
}

.card {
    background-color: #f5f5f7;
    padding: 2rem;
}

.container {
    border-left: solid 1px #474646;
    border-right: solid 1px #474646;
    border-bottom: solid 1px #474646;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.container-contact {
    background: url("../img/contact-us.jpg");
    background-size: auto 100%;
}

.container-legal {
    background: url("../img/legal.jpg");
}

.form-control {
    background-color: transparent;
    border-color: #333333;
    color: #fff;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
}

.form-control::placeholder {
  color: lightgray;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.navbar-contact a.nav-link, .navbar-legal a.nav-link {
    color: #fff;
}

#contact {
    color: #fff;
    background: url("../img/contact-us.jpg");
}

#team {
    margin-top: 5rem;
    margin-bottom: 5rem;
}