body {background-color: white;}

.sidebar {
  list-style-type: none;
  margin: 0;
  margin-top: 0%;
  padding: 0;
  width: 20%;
  position: fixed;
  height: 100%;
  overflow: auto;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.sidebar a {
  display: block;
  color: black;
  padding: 8px 16px;
  padding-top: 10px;
  text-decoration: none;
}

.sidebar a:hover:not(.active) {
    opacity: 0.5;
    color: black;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    margin: 0;
    text-align: center;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 700px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

* {
  box-sizing: border-box;
}

.flex-container {
  padding-left: 24%;
  margin-top: 4%;
  display: flex;
}

@media screen and (max-width: 700px) {
  .flex-container {
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
  }
}

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


/* Create four equal columns that sits next to each other */
.column {
  flex-wrap: wrap;
  max-width: 18%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-decoration: none;
}

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


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .column {
    flex: 100%;
    max-width: 60%;
    margin: auto;
  }
}

.name {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: black;
    padding-top: 2px;
    padding-bottom: 20px;
    text-decoration: none;
    }

  .header {
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-style: italic;
      font-size: 14px;
      letter-spacing: 1px;
      color: black;
      margin-top: 5%;
      padding-bottom: 3%;
      padding-left: 17%;
    }

    @media screen and (max-width: 700px) {
      .header {
        padding-left: 0;
      }
    }

    .header2 {
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      color: black;
      margin-top: 2%;
      padding-bottom: 0;
      padding-left: 17%;
    }

    @media screen and (max-width: 700px) {
      .header2 {
        padding-left: 0;
      }
    }

.footer {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 12px;
  padding-top: 10%;
  padding-bottom: 5%;
  padding-left: 17%;
  color: black;
}

@media screen and (max-width: 700px) {
  .footer {
    padding-left: 1%;
    padding-right: 1%;
}
