body{
  background-color: #0b150a;
}

.bg-dark {
  background: #000;
  color: #fff; }

#main-header img {
  width: 100%;
  height: 79%; }

#main-header .port-item {
  width: 30%; }
  #main-header .port-item .fa {
    font-size: 2em; }

#main-header .port-item:hover {
  opacity: 0.8;
  cursor: pointer; }

@media (min-width: 1199px) {
  .port-item {
    padding: 3em !important; } }

@media (min-width: 991px) {
  .name .fa {
    font-size: 25px; } }
