body {
    font-family: 'Roboto Condensed', sans-serif;
}
.navbar {
    height: 100px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    z-index: 0;
    padding-left: 10px;
    transition: transform .2s;
}

.navbar-light .navbar-nav .nav-link:hover {
    transform: scale(1.1);
}

.main-pages {
    margin-top: 100px;
    margin-left: 5rem;
    margin-right: 5rem;
}

.navbar-collapse.show{
    background-color: #fff;
}

.card-title a {
    text-decoration: none;
}

#footer {
  background: linear-gradient(360deg, #2e7871 0%, rgba(46, 120, 113, 0) 82.5%);
  padding-bottom: 50px;
  padding-top: 50px;
  background-size: cover;
}

#footer h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}

.contact ul > li {
  display: inline-block;
  padding: 20px;
}

.contact p {
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.contact i {
  padding: 20px;
}

.loc ul {
  display: table;
  margin: 0 auto;
}

.loc p {
  text-decoration: none;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

@media only screen and (max-width: 550px) {
    .main-pages {
        margin-left: 10px;
        margin-right: 0;
    }

    .col-xs-12 {
        margin-top: 10px;
    }
}