body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    background-color: #274F4F;
    min-height: 100%;
    overflow: hidden;
}
div{
  box-sizing: border-box;
}
img{
  width: 100%;
}

.topnav {
  clear: both;
  background-color: #454545;
  overflow: hidden;
  border-bottom: 3px solid #333;
}
.topnav a {
  float: left;
  display: block;
  color: #BFBFBF;
  font-weight: 900;
  text-align: center;
  padding: 16px 20px;
  text-decoration: none;
}
.topnav a:hover {
  
  color: #fff;
}
.topnav .icon {
  display: none;
}

#login{
  float: right;
}

.green {
  color: #5DE82E;
}
		/*			TopNavigatie		*/
.inhoud{
  color: #fff;
}

#Home{
  height: 100%;
  width: 100%;
  float: left;
}

#main_article{
  position: absolute;
  width: 100%;
  padding: 5px 10px 5px 55%;
  top: 40%;
  transform: translateY(-50%);
  background-color: #1B2E2E;
  z-index: -1;
}

#main_article h1{
  margin: 0;
}

#main_article h3{
  margin: -5px 0 0 0;
  line-height: 0;
}

#moonPNG{
  position: absolute;
  width: 60%;
  max-width: 900px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

    /*      Home    */

#About {
  display: none;
  padding: 20px;
}

#About section{
  background-color: #1B2E2E;
  border-radius: 4px;
  padding: 5px 0 10px 10px;
}

    /*      About    */

#Uitverkoop {
	display: none;
}

#shop{
  float: left;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.item{
  width: 360px;
}

#moonTicket{
  float: left;
  width: 100%;
  display: block;
}

.shopItemDescription{
  float: left;
  width: 100%;
  margin: -3px 0 0 0;
  padding: 0 0 10px 10px;
  line-height: 5px;
  background-color: #1B2E2E;
}

.shopItemDescription h3{
  font-size: 22px;
}

.cent{
  font-size: 11px;
}

.bundle{
  font-size: 16px;
}

#Uitverkoop li{
  text-decoration: none;
  list-style: none;
  float: left;
  padding-right: 30px;
}

#buggy{
  border: black solid 2px;
  border-bottom: 0px;
  display: inline-block;
}
    /*      Uitverkoop    */

#Contact {
  display: none;
  padding: 20px;
  position: absolute;
  background-color: #4B4A4D;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 570px;
  border-bottom: solid;
  border-right: solid;
  border-radius: 4px;
  border-color: #969696;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  width: 100px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.shopItemDescription input{
  width: 80px;
}
    /*      Contact   */


#aftiteling{
  position: fixed; 
  bottom:0%;
  width: 100%;
  background-color: #333;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#aftiteling h6{
  color: #BFBFBF;
  margin: 0 0 0 5px;
}

@media screen and (min-width: 1480px) {
  #main_article{
    padding-left: 850px;
  }
}

@media screen and (max-width: 664px) {/*Als het menu dicht is*/
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 664px) {/*Als het menu open is*/
  #login{
    float: unset;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
   margin: 0 auto 0 auto;
   padding-left: calc(50vw - 8px);
   display: block;
   text-align: left;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    border-bottom: 1px solid #333;
    width: 80%;  
  }
  .topnav.responsive a.woord {
    margin: 0 auto 0 auto;
  }
  .topnav.responsive {
   border-bottom: 2px solid #333;
  } 
}