body {
    font-family: 'Domine', serif;
}

/* Navbar*/

.navbar {
    background-color: rgb(75, 141, 151);
    margin-bottom: 0;
    border: 0;
    font-size: 14px !important;
    line-height: 1.5 !important;
    letter-spacing: 2px;
}

.navbar-nav a {
    color: #fff !important;
}

.navbar-nav a:hover {
    background-color: #fff !important;
    color: rgb(75, 141, 151) !important;
}

/* Main page (all sections) */

.home {
    background-color: rgb(75, 141, 151);
    color: white;
    padding: 70px 30px 70px 30px;
}

.section-title {
    color: rgb(75, 141, 151);
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.about {
    padding: 90px 60px;
}

.about-logo {
    text-align: center;
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        margin: 20px 0;
    }
}

.services {
    padding-top: 70px;
    padding-bottom: 70px;
}

.services-logos {
    padding: 10px;
}

.solutions {
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact {
    padding-top: 70px;
    padding-bottom: 70px;
}


.error {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
    color: red;
    display: none;
}

/* Footer */

footer {
    color: #fff;
    font-size: 1rem;
}

.icon-footer {
    height: 3rem;
    width: 3rem;
    font-size: 2rem;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}