* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Verdana;
}

.header {
  background: #000;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 6px 30px 6px;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
}

h1{
  color: black;
}

h2{
  color: white;
}

h5{
  color: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}


/* 3 columns*/
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


/* one single column */
@media screen and (max-width: 800px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #000;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}


.footer {
  background: #000;
  bottom: 0;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 6px 30px 6px;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
}