  * {
        box-sizing: border-box;
  }
 
a {font-weight:bold; text-decoration: none; color:black;}

a:hover {background-color: red}

  .news {
    font-size: 10px;
  }

  .footer {
  width:50%;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 15px;
  border:none;
  }

  .NavBar {
   visibility: hidden;
   height: 0px;
   padding: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16px;
   width:100%;
  }
  
  .NavColumn {
   font-weight:bold; text-decoration: none; color:blue;
   float: left;
   padding: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 18px;
  }

  .section {
   visibility: hidden;
   width:100%;
   height: 300px
  }

/* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
img {
  max-width: 100%;
  height: auto;
}

