﻿@media only screen and (min-width: 768px) {
   h1 {
      font-size: 20px;
   }
   footer a img {
      width: 28px;
      height: 28px;
      margin-top: 6px;
   }

   footer p {
      font-size: 14px;
   }
}

@media only screen and (min-width: 992px) {
   h1 {
      font-size: 23px;
   }
   footer a img {
      width: 33px;
      height: 33px;
      margin-top: 4px;
   }

   footer p {
      font-size: 16px;
   }
}

@media only screen and (min-width: 1200px) {
   h1 {
      font-size: 26px;
      font-weight: 600;
   }
   footer a img {
      width: 38px;
      height: 38px;
      margin-top: 1px;
   }

   footer p {
      font-size: 18px;
   }
}

@media only screen and (min-width: 1440px) {
   h1 {
      font-size: 29px;
   }
   footer a img {
      width: 40px;
      height: 40px;
      margin-top: 0;
   }

   footer p {
      font-size: 20px;
   }
}

@media only screen and (min-width: 1700px) {
}

@media only screen and (min-width: 2000px) {
   header {
      right: 395px;
      top: 130px;
   }
}
