* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: Arial
}

.icon {
  width: 1em
}

.center {
    margin-left: 50%
}

.sidebarbutton {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  position: sticky;
  background: grey;
  top: 0;
  left: 100%;
  border: none;
  width: 50px
}

/* Bottom Bar */
.bottombar {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 400px;
  display: inline-block;
  background: #454545;
  width: 100%;
  color: white
}

.bottombar a:link {
  color: white
}

new {
  background: url('Icon/new.png');
  display: block;
  height: 1em
}

.bottombar a:visited {
  color: #aaa
}

.bottombar a:hover {
  color: #ccc
}
/*=========*/

.Arial {
  font-family: arial
}

gallery img {
    width: 100%
}

gallery {
  display: flex;
  flex-wrap: wrap;
}

column {
  display: inline;
  flex: 33.3333%;
  max-width: 33.3333%;
}

column img {
  vertical-align: middle;
  width: 100%
}

bigimg {
  width: 50%;
  display: block
}

h1, h2, h3 {
  text-align: center
}
/* Responsive */

@media only screen and (max-width: 700px) {
  .image {
    display: block;
    width: 49.99999%;
  }
  column {
    flex: 50%;
    max-width: 50%;
  }
  .u {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .image {
    width: 100%;
  }
  column {
    flex: 100%;
    max-width: 100%;
  }
}
/*==========*/

/* Navbar */
ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
  background-color: #333;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 48px;
}

li {
  float: left;
  height: inherit
}

li:first-child {
  padding-right: 0
}

li:last-child {
  border-right: none
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none
}

li p {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: arial;
  position: relative;
  padding-left: 15px
}

li a:hover:not(.active) {
  background-color: #111
}

.active {
  background-color: #04AA6D
}
/*==========*/

/* Dropdowns */
.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1
}

.dropdown:hover .dropdown-content {
  display: block
}
/*==========*/

/* Gallery Images
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px
}

div.gallery:hover {
  border: 1px solid #777
}

div.gallery img {
  width: 100%;
  height: auto
}

div.desc {
  padding: 15px;
  text-align: center
}
==========*/
