 body {
  font-family: Garamond, serif ;
  font-size:25px;
  font-weight:400;
  background-color: white;
  color: #1C1C1C;
  line-height:1.45;
  
}

 /* The sidenav */
.sidenav {
  height: 100%;
  width: 10%;  /* change in script too */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1e1e1e;
  overflow-x: hidden;
  transition: 0.25s;
  padding-top: 14%;
}

.sidenav a {
  padding: 6px 6px 6px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  line-height:1;
} 

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: px;
  font-size: 36px;
  margin-left: px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .25s;
  padding: 16px;
}

@media (max-width: 440px) {
  .sidenav { width: 165px; }
}

@media screen and (max-height: 450px) {
  .sidenav   {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* TEST
 @media screen and (max-wdith: 700px) {
  .sidebar {
    width:100%;
    height:auto;
    position:relative;
  }
}
*/

/* Page content */
.main {
  margin-left: ; /* Same as the width of the sidenav */
} 

.centerwack {
  display:flex;
  padding-right: 35px;
  align-items:left;

  top: 20%;
  vertical-align: bottom;
}

.fa {
    font-size: 30px;
    width: 50px;  
}

.fa:hover {
    opacity: 0.7;
}



.center {
  text-align:center;
}

.aboutcolor {
  color: black;
  font-size: 30px;
  text-decoration:none;
}

.p1 { 
  font-family: Garamond, serif ;
  color: #1e1e1e;
  text-align:center;
  font-weight: bold;
}

.p2 { 
  font-family: Garamond, serif ;
  color: #1e1e1e;
  text-align:center;
  font-weight: ;
}

html { font-size: 16px; }

@media (max-width: 650px) {
  p { font-size: .5em; }
}

@media (min-width: 551px) {
  p { font-size: 1.75rem; }
}

@media (max-width: 550px) {
  .p1 { font-size: 1em; }
}

@media (min-width: 551px) {
  .p1 { font-size: 3.25rem; }
}


.mainAbout {
  margin-left: 20%;
  margin-right:20%;
  margin-top:  %;
}

.mainShorts {
  margin-left: 20%;
  margin-right:20%;
  margin-top:  %;
  

}

.mainPhotos {
    margin-left:20% ;
  margin-right:20%;
  margin-top:  %;
}

.stories {
  margin-left: 20%;
  margin-right:20%;
  margin-top:  %;
  font-family: Garamond, serif ;
  font-size: 22px;
  font-weight:400;
  color: #1C1C1C;
  line-height:1.45;

}







#gallery {
   line-height:0;
   -webkit-column-count:5; /* split it into 5 columns */
   -webkit-column-gap:5px; /* give it a 5px gap between columns */
   -moz-column-count:5;
   -moz-column-gap:5px;
   column-count:5;
   column-gap:5px;
}

#gallery img {
   width: 100% !important;
   height: auto !important;
   margin-bottom:5px; /* to match column gap */
}

@media (max-width: 1200px) {
   #gallery {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
   }
}

@media (max-width: 1000px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 1000px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 400px) {
   #gallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}