/*Layouts css goes here*/

/** FOOTER BOX **/
.footer-bottom {
    background-color: #210c29;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:999999;
}
.footertext {
  color: #b8c3e4;
  text-align:center;
  font-size:12px;
  margin:9px 0 8px;
  font-weight:600;
  text-transform: uppercase;
}
.footertext:hover {color: #fff;}

@media (max-width: 420px) {
  .footertext {margin:7px 0 3px;font-size:10px;}
}
@media (max-width: 350px) {
  .footertext {margin:5px 0 1px; font-size:9px;}
}