body {margin: 0;}

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

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

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

  /* 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 : 10px;
    padding-left: 120PX;

}

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


.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;}
  .bg {
  /* The image used */
  background-image: none;

}

}