footer {
  background: rgb(3, 11, 50);
  color: white;
}
footer a {
  color: rgba(255,255,255,.75);

}
footer a:hover{
  color: rgba(255,255,255,.75);
}
footer .footer-copyright{
  border-top: 1px solid;
  border-color: rgba(154, 152, 152, 0.75);/*#777575;*/
  font-size: 0.9rem;
  font-family: "exo 2";
}
footer .social{
  background-color: #38454e;
  border-bottom: 1px solid;
  border-color: #818386;
}
footer h1{
  margin-top: 19%;
  font-family: earthorbiter;
  text-align: center;
  /*font-weight: bold;*/
  margin-bottom: 0;
  font-size: 2.3rem;
  color:white;
}

footer h2{
  font-family: AGENCYR;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 2px;
  color:white;
}
@media screen and (max-width:  1125px) {
  footer h1{
    margin-top: 17%;
    font-family: earthorbiter;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 0;
    font-size: 2rem;
  }

  footer h2{
    font-family: AGENCYR;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 2px;
  }
}
footer p{
  font-family: AGENCYR;
  font-size: 1.1rem;
    letter-spacing: 1.5px;
  /*font-weight: bold;*/
}
@media screen and (max-width:  990px) {
  footer h1{
    margin-top: 23%;
    font-family: earthorbiter;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  footer h2{
    font-family: AGENCYR;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  footer h1{
    margin-top: 0px;
    font-family: earthorbiter;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 0;
    font-size: 3rem;
  }

  footer h2{
    font-family: AGENCYR;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 576px) {
  footer h1{
    font-family: earthorbiter;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 0;
    font-size: 3rem;
  }

  footer h2{
    font-family: AGENCYR;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 399px) {
  footer h1{
    font-family: earthorbiter;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  footer h2{
    font-family: AGENCYR;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
  }
}
