body {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

/* navbar */
.navbar .nav-link {
  font-size: 14px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.navbar .fab {
  font-size: 22px;
  color: #fff;
}
.navbar .fab:hover {
  border-radius: 25px;
  color: greenyellow;
}

#showcase {
  position: relative;
  background: url(./images/mai.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

#showcase .col-sm-6 {
  padding-top: 50px;
  padding-left: 20px;
  text-align: start;
}

#main-footer .fab {
  padding: 20px;
  color: #fff;
  margin-top: 4px;
  font-size: 23px;
}
#main-footer .fab:hover {
  border-radius: 25px;
  color: greenyellow;
}
#main-footer p {
  font-size: 20px;
}
#contact p {
  font-size: 20px;
  padding: 4px;
  text-decoration: none;
  color: #fff;
  background-color: gray;
  border-radius: 25px;
}
#contact a {
  text-decoration: none;
}
#contact h1 {
  margin-bottom: 20px;
  background-color: #383e47;
  color: #fff;
  background-size: 50%;
}

@media (max-width: 568px) {
  .navbar .social {
    display: none;
  }
  #showcase .col-sm-6 {
    padding-top: 100px;
    text-align: start;
  }
}

i {
  cursor: pointer;
}

.white {
  color: #fff;
}
