body, .font {font: normal 65px Verdana, Arial, sans-serif;}
.footer {left: 0; bottom: 0; height: 55px; width: 100%; color: white; text-align: center;}
.bg_color {background-color: #583D72;}
.bg_colorpd {background-color: #FF8474;}
.bg_btn {background-color: #9F5F80; font-weight: bold;}
.bg_color2 {background-color: white;}
.font_alt {font-size: 10px}
.social-icons a {font-size: 1.5em; color: #583D72; margin-right: 3%;}


@media screen and (max-width: 1280px) {
    .font {font: normal 30px Verdana, Arial, sans-serif;}
    .font_alt {font-size: 10px}
    .footer {left: 0; bottom: 0; height: 55px; width: 100%; color: white; text-align: center;}
    .bg_color {background-color: #583D72;}
    .bg_colorpd {background-color: #FF8474;}
    .bg_btn {background-color: #9F5F80; font-weight: bold;}
    .bg_color2 {background-color: white;}
    .social-icons a {font-size: 1.5em; color: #583D72; margin-right: 3%;}
  }
  
