/************************ 
        footer  
************************/

.footer .year ul {
  list-style: none;
  margin: 0;
}

.footer .year ul li {
  display: inline-block;
}

.footer .year ul li a {
  color: #fff;
}


.footer .year ul li::after {
  content: "|";
  padding: 0 10px;
}


.footer {
  color: #fff;
  padding: 1.2rem;
  background-color: #008fff;
  background-size: cover;
  background-position: center
}



.footer a {
  color: #9cf3ff;
  text-decoration: none;
  transition-duration: 0.3s;
}

.footer a:hover {
  color: #ffe14d;
}


.ft-logo {
  min-width: 300px;
}

.ob-logo {
  max-width: 150px;
  vertical-align: text-bottom;
}

.foot-bottom {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #37a8ff;
}

.it-info {
  font-size: 15px;
}

.it-info a::after {
  content: "|";
  padding: 2px 5px;
  color: #ffffff;
}

.foot-bottom a::after {
  content: "|";
  padding: 5px 10px;
  color: #ffffff;
}

.it-info a:last-child:after,
.foot-bottom a:last-child:after {
  content: "";
  padding: 0;
}

@media(max-width: 576px) {
  .foot-top .year ul {
      padding: 10px 0 0;
  }

  .foot-bottom a {
      display: grid;
  }

  .foot-bottom a::after {
      display: none;
  }
}
