p {
      font-family: arial;
      font-size: 10px;
      color: black
      margin left: 30px
      float:left;
    }
    h1 {
      font-family: arial;
      font-size: 20px;
      color: black
      margin left: 30px
  
    }
    h2 {
      margin: 0px;
      font-family: arial;
      font-size: 15px;
      color: black
      margin left: 30px
    }
    h3 {
      margin: 0px;
    }
    h4 {
      font-family: arial;
      font-size: 16px;
      text-align: center;
      font-weight: 100;
      margin left: 200px;
    }
    
a:link {
    color: black;
    font-style: : black;
    text-decoration: none;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    color:  #505050;
    text-decoration: none;
}
a:active {
    color: black;
    text-decoration: none;
}
* {
  box-sizing: border-box;
}

ul {
  display:inline; 
  list-style-type: none;
  margin: 0px;
  font-family: arial;
  text-align: right;
 }

.img-container {
  float: left;
  width: 50%;
  padding: 20px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.header {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.scroller-status {
  /*display: none; /* hidden by default */
  padding-top: 30px;
  padding-bottom: 5px;
  text-align: center;
  color: #777;
}

/* Dropdown Button */
.dropbtn {
  text-align: right;
  background-image:"../img/menuicon.svg";
  background-color: white;
  color: black;
  font-family: Arial;
  font-weight: bold;
  padding: 2px;
  font-size: 20px;
  border: none;
  white-space: nowrap;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left:auto;
  right:0;
  margin-right:-10px;
  white-space: nowrap;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  text-align: right;
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: white;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: white;

}




