/* HEADER */
header{
    min-height: 100%;
    max-width: auto;
}

/* BODY */
body {
    background-image: url("Images/BackgroundZap1.gif");
    background-color: rgb(96, 255, 178);
    color: black;
    font-family: Verdana;
}

/* IMAGES */
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}


/* NAVIGATION BAR (NEW) */

.navbar {
  overflow: hidden;
  background-color: black;
}

.navbar a {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn, .dropbtnMusic, .dropbtnWords, .dropbtnImages, .dropbtnGames, .dropbtnSocial {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus, .dropdown:hover .dropbtnMusic, .dropbtnMusic:focus, .dropdown:hover .dropbtnWords, .dropbtnWords:focus, .dropdown:hover .dropbtnImages, .dropbtnImages:focus, .dropdown:hover .dropbtnGames, .dropbtnGames:focus, .dropdown:hover .dropbtnSocial, .dropbtnSocial:focus  {
  background-color: green;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: green;
}

.show {
  display: block;
}



/* NAVIGATION MENU (OLD) */
ul.navmenu {
    max-width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.navmenu li {
    background-color: black; 
    margin: 4px;
    padding: 0;
    list-style-type: none;
}

ul.navmenu a {
    display: block; max-width: 100%; max-height: 100%;
    color: white; font-size: 1.5em; text-decoration: none;
    line-height: 54px;
    padding: 0px 12px;
}

/* LOGOS */
.logo {
    max-width:15%;
    max-height: 15%;
    display: flex;
}

.logoHeader {
    max-height: 80%;
}

.floatLeft { 
    float: left; 
}

.floatRight { 
    float: right; 
}

/* DIV */
div {
  display: flex;
  justify-content: center;
}