
    * {
      box-sizing: border-box;
    }
    
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
    }

    
    /* Style the side navigation */
    .sidenav {
      height: 100%;
      width: 200px;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: teal;
      overflow-x: hidden;
    }
     
    /* Side navigation links */
    .sidenav a {
      color: white;
      padding: 16px;
      text-decoration: none;
      display: block;
    }
    
    /* Change color on hover */
    .sidenav a:hover {
      background-color: #ddd;
      color: black;
    }
    
    /* Style the content */
    .content {
      margin-left: 200px;
      padding-left: 20px;
    }

.sidenav a.selected, #nav a.selected:link,
a.selected:active {
  display: block;
  background-color: #ddd;
  color: black;
}
.sidenav a.selected:hover,
a.selected:active {
  display: block;
  background-color: #ddd;
  color: black;
}

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 16.5%;
  padding: 15px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 25px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.dropbtn {
  background-color: teal;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

span a {
  color: blue;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

span a:hover {
  color: darkblue;
}

span a:active {
  color: red;
}

.gallery-img {
  width: 100%;
}

#expandedImg {
  width: 100%;
}

.center-text {
  text-align: center;
}

.shed-artists-img {
    float: left;
    width: 240px;
    height: 170px;
    padding: 20px;
}

.dms-logo {
  float: right;
  width: 140px;
  height: 110px;
  margin-right: 40px;
  }

.dms-title { 
  margin-left: 200px; 
  padding-left: 20px; 
  font-weight: bold; 
}

.dms-main-section {
  max-width: 600px;
  margin-left: 200px;
  padding-left: 25px;
}

.dms-section {
  max-width: 1000px;
  margin-left: 200px;
  padding-left: 25px;
}

.dms-bold-title {
    font-weight: bold;
}

.u3a-img-full {
  width: 100%;
}

.u3a-img-61 {
  width: 61%;
}

.u3a-img-39 {
  width: 39%;
}

.dms-google-map {
    width: 800px;
    height: 560px;
    padding: 20px;
}

.dms-google-aerial {
    width: 800px;
    height: 560px;
    padding: 20px;
    padding-bottom: 60px;
}

