html, body {
    height: 100%;
}

body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
}

p {
    font-size: 16px;
}

a {
    color: #2e72a1;
}

#logo, .project-img {
    max-height: 300px;
}

#fork img {
    height: 25px;
    margin-bottom: 25px;
    filter: invert(1);
}

#sep {
    height: 75px;
}

.margin {
    margin-bottom: 45px;
}

.bg-1 {
    background-color: #ffffff;
    color: #555555;
}

.bg-2 {
    background-color: #2e72a1;
    color: #ffffff;
}

.card {
    color: black;
    text-align: left;
}

.card-title {
    font-weight: 700;
}

.bg-3 {
    background-color: #000000;
    color: #ffffff;
}

.bg-4 {
    background-color: #343a40;
    color: #fff;
}

.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
}

.navbar-nav li a:hover {
    color: #2e72a1 !important;
}

#contact {
    max-width: 550px;
    margin: 30px auto;
    padding: 25px;
    font-family: sans-serif;
    background: #ffffff;
    border-radius: 12px;
    color: #222;
    border: 1px solid #ddd;
}

#contact h2 {
    text-align: center;
    margin-bottom: 2px;
    font-size: 22px;
    color: #222;
}

#contact > p {
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
}

#contact label {
    color: #333;
    font-size: 13px;
}

#contact .form-control {
    background: #f8f8f8 !important;
    color: #222 !important;
    border: 1px solid #ccc !important;
    font-size: 14px;
}

#contact .form-control:focus {
    background: #fff !important;
    color: #222 !important;
    border-color: #2e72a1 !important;
    box-shadow: 0 0 0 0.2rem rgba(46, 114, 161, 0.25) !important;
}

#contact .btn-primary:hover {
    background: #245d84 !important;
}
