.gallerycontainer {
  margin: 10px 0 10px;
}

h1,
h2,
h3,
h4 {
  font-family: "Linden Hill";
}

h1 {
  font-size: 2em;
  font-style:italic;
  font-weight:normal;
  color:#050505;
  background:#ede7e4;
  display:inline-block;
  line-height:1em;
  padding:10px;
  margin-bottom: 5px;
}

html {
  background-color: #050505;
  color: #ede7e4;
  font-family: "Linden Hill";
}

footer {
  bottom:0;
  left:0;
  text-align:center;
  padding-bottom:20px;
  padding-top:20px;
  font-size:14px;
  width:100%;
}

body {
  line-height: 1;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

i {
  font-style:italic;
}

.gallery {
  margin:auto;
  max-width:600px;
  min-width:100px;
}


.big {
  color:#050505;
  background:#ede7e4;
  display:block;
  padding:6px;
  font-size:20px;
  margin-top:20px;
  margin-bottom:10px;
  text-align:left;
  width:80%;
}

.rel {
  font-family:cambria !important;
}

.small {
  padding:10px;
  font-size:11px;
}

.small a {
  color:#ede7e4;
  text-decoration:none;
}

.small a:visited{
  color:#ede7e4
}

.small a:hover{
  color:DodgerBlue
}

#ocnav {
  margin-bottom: 30px !important;
}

@media (max-width:786px){
.gallerycontainer {
  margin: 10px 0 10px;
}

h1,
h2,
h3,
h4 {
  font-family: "Linden Hill";
}

h1 {
  font-size: 2em;
  font-style:italic;
  font-weight:normal;
  color:#050505;
  background:#ede7e4;
  display:inline-block;
  line-height:1em;
  padding:10px;
  margin-bottom: 5px;
}

html {
  background-color: #050505;
  color: #ede7e4;
  font-family: "Linden Hill";
}

footer {
  bottom:0;
  left:0;
  text-align:center;
  padding-bottom:20px;
  padding-top:20px;
  font-size:14px;
  width:100%;
}

body {
  line-height: 1;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

i {
  font-style:italic;
}

.gallery {
  margin:auto;
  max-width:600px;
  min-width:100px;
}
}