#row1 a,  #row1 a:hover,  #row1 a #thelogo:hover,  thelogo {
          text-decoration: none;
          color: rgba(0,0,0,0);
        }
        a:hover,  a:focus {
          box-shadow: 0 0 rgba(0,0,0,0);
          text-decoration: none;
          color: rgba(0,0,0,0);
        }
        #wheredeyat {
          background: linear-gradient(to right, #389edb, #965fb0);
        }
        footer ul {
          list-style: none;
          margin: auto;
          margin-bottom: 15px;
        }
        footer ul li {
          display: inline-block;
          margin: 0 10px;
        }
        footer ul li a,  .copyright {
          color: #bbbbbb;
        }
        footer ul li a:hover {
          color: #aaaaaa;
        }