@charset "utf-8";
/* CSS Document */

.footer {
  display: flex;
  justify-content: center;
  background-color: #1C344C;
  margin: 0px 0px 30px 0px;
  padding: 5px 0px;
  bottom: -60px;
  }

.footertext {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.footertext a:link, .footertext a:visited {
  color: #ffffff;
	text-decoration: none;
}

.footertext a:hover {
  color: #FF0004;
	text-decoration: none;
}


@media all and (max-width: 980px) {
  .footertext {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footertext {
    font-size: 10px;
  }
}
  
@media screen and (max-width: 480px) {
  .footer {
    padding: 6px 0px;
  }
}
/*

@media screen and (max-width: 436px) {
  .footertext {
    font-size: 6px;
  }
}
*/
