body {margin: 0;}

body, html {
  height: 100%;
  margin: 0;
  background-color:#737373;
}

div.logo {
width : 20%px;
height : auto;
padding-left : 90px 40px ;
padding-right: 20px 20px;
}

.bg {
  /* The image used */
  background-image: url("../images/background.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0d0d0d;
}

ul.topnav li {float: right;}

ul.topnav li a {
  display: block;
  font-family : "Noto Sans Extralight", Noto, sans serif;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #107369;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

.responsive {
  width: 100%;
  height: auto;
}

.heading{
  max-width: 60%;
    font-family : "Noto Sans Extralight", Noto, sans serif;
    font-size : 20px;
    color: white;
    text-align : justify-all;
    padding-top : 50px;
    padding-left: 40PX;

}

  .paragraph{
    max-width: 60%;
    font-family : "Noto Sans Extralight", Noto, sans serif;
    font-size : 20px;
    color: white;
    text-align : justify-all;
    padding-top : 50px;
    padding-left: 40PX;
  }


.button {
  background-color: #737373; /* Green */
  border: none;
  color: white;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {background-color: #737373;
  border-color: white;

  } /* Blue */




@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}

}

* {
  box-sizing: border-box;
  color: white;
}
.menu {
  float: left;
  width: 20%;
  color: white;
}
.menuitem {
  padding: 8px;
  margin-top: 7px;
  border-bottom: 1px solid #ffffff;
}
.main {
  float: left;
  width: 60%;
  padding: 0 20px;
  overflow: hidden;
  color: white;
}
.right {
  background-color: #107369;
  float: left;
  width: 20%;
  padding: 10px 15px;
  margin-top: 7px;
}
.h1{
  font-color: white;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }