#LOGO{
    text-align: center;
    display: block;
    padding: 15px;
    width: 100%;
    height: auto;
}
#TITLE{
    text-align: center;
    color : white;
    font-family: 'Rubik', sans-serif;
}
#BreadText{
    color : white;
    font-family: "Roboto", sans-serif;
    Top: 100%;
}
#Info{
    color: white;
    font-family: "Roboto", sans-serif;
}
#title{
    color: white;
    padding: 15px;
    text-align: center;
}
#trailertitle{
    color: white;
}
#HOODIE{
    color: white;
    font-family: "Roboto", sans-serif;
}
#TEESHIRT{
    color: white;
    font-family: "Roboto", sans-serif;
}
#CAP{
    color: white;
    font-family: "Roboto", sans-serif;
}
#contact{
    color: white;
}
#LINK{
    color: blue;
}
#development{
    color: white;
}
#MUSIC{
  text-align: center;
  color : white;
  font-family: 'Rubik', sans-serif;
}
#OTHER{
  text-align: center;
  color : white;
  font-family: 'Rubik', sans-serif;
}
ul {
    list-style-type: none;
    margin: 10;
    padding: 10;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color: #111;
  }

  /* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: green;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: green;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  background-color: #ccc;
  height: 50px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/*
*/

#ID{
    position: absolute;
    top: 300px
}

  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 220px;
    top: 200px
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    color: white;
    padding: 15px;
    text-align: center;
  }


#LOGO{
  text-align: center;
  display: block;
  padding: 15px;
}
#TITLE{
  text-align: center;
  color : white;
  font-family: 'Rubik', sans-serif;
}
#BreadText{
  color : white;
  font-family: "Roboto", sans-serif;
  Top: 100%;
}
#Info{
  color: white;
  font-family: "Roboto", sans-serif;
}
#title{
  color: white;
  padding: 15px;
  text-align: center;
}
#trailertitle{
  color: white;
}
#HOODIE{
  color: white;
  font-family: "Roboto", sans-serif;
}
#TEESHIRT{
  color: white;
  font-family: "Roboto", sans-serif;
}
#CAP{
  color: white;
  font-family: "Roboto", sans-serif;
}
#contact{
  color: white;
}
#LINK{
  color: blue;
}

ul {
  list-style-type: none;
  margin: 10;
  padding: 10;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

