

.footer img {
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flexbox;
    /* right: 400px; */
    /* margin-left: 320%;
    padding-left: 400px; */
  }
  
  .footer img:hover-off {
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }
  
  .footer img:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.6s ease-in-out .2s;
    transition: 0.6s ease-in-out .2s;
  }
  
  .footercont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: center;
    width: 100%;
  }
  
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
    background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
    padding: 5px;
    margin: 10%;
    color: lightgreen;
    font-style: italic;
    font-family: 'Dela Gothic One';
    border-radius: 1rem;
  }
  
  .footer li {
    list-style: none;
    margin: 0 3rem;
  }
  
  .footer-nav {
    padding: 2px;
    margin-right: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
  
  .secfooter-nav {
    padding: 2px;
    margin-left: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
  }
  
  .footer-nav li {
    float: left;
    padding: 0 4px;
    margin-bottom: 2px;
    margin-right: 8rem;
    font-size: 16px;
    height: 20px;
    width: 60%;
  }
  
  .footer-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5ef151;
  }
  
  .secfooter-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5ef151;
  }
  
  .secfooter-nav li {
    float: right;
    padding: 0 4px;
    margin-bottom: 2px;
    margin-left: 4rem;
    font-size: 16px;
    height: 20px;
    width: 60%;
  }
  
  .secfooter-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .footer a:hover {
    color: #c1ee1f;
  }
  
  @media screen and (max-width: 793.5px) {
    .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80%;
      height: 4em;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
      background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
      padding: 5px;
      margin: 2%;
      color: lightgreen;
      font-style: italic;
      font-family: 'Dela Gothic One';
      border-radius: 10px;
    }
    .footer-nav li {
      padding: 0 4px;
      margin-bottom: 2px;
      margin-right: 40px;
      font-size: 16px;
      height: 20px;
      width: 100%;
    }
    .secfooter-nav li {
      padding: 0 4px;
      margin-bottom: 2px;
      margin-left: 10px;
      font-size: 16px;
      height: 20px;
      width: 100%;
    }
    .footer img {
      border-radius: 50%;
      width: 7rem;
      height: 7rem;
      -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      display: flexbox;
      margin-left: 200%;
    }
  }
  /*# sourceMappingURL=whatsnew.css.map */