
/* Home Navigation Box */
.home-nav-box a {
  display: block;
  position: fixed;
  top: 20px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: black;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  z-index: 9999;
  transition: background-color 0.3s ease;
}

.home-nav-box a:hover {
  background-color: red;
  color: white;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearboth {
  clear: both;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  font-family: "Lato", sans-serif;
}
#wrapper .nav {
  width: 100%;
}
#wrapper .nav .prev-link,
#wrapper .nav .next-link {
  font-size: 22px;
  position: absolute;
  top: 0;
}
#wrapper .nav .prev-link a,
#wrapper .nav .next-link a {
  text-decoration: none;
  color: #b2b2b2;
  padding: 5px 10px;
  cursor: pointer;
}
#wrapper .nav .prev-link a:hover,
#wrapper .nav .next-link a:hover {
  color: white;
  background: #b2b2b2;
}
#wrapper .nav .prev-link {
  left: 0;
}
#wrapper .nav .next-link {
  right: 0;
}
#wrapper #blog-content {
  display: block;
  margin-top: 30px;
}
#wrapper #blog-content .entry {
  clear: both;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
#wrapper #blog-content .entry .loadbox {
  position: absolute;
  z-index: 100;
  margin: auto;
  background: #d2d2d2;
  padding: 10px 20px;
  width: 200px;
}
#wrapper #blog-content .entry .slides {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#wrapper #blog-content .entry .slides .slide {
  float: left;
  width: 49%;
  margin-left: .5%;
  
}
#wrapper #blog-content .entry .slides .slide:hover .slide-caption {
  opacity: 1;
}
#wrapper #blog-content .entry .slides .slide:hover .slide-location {
  opacity: 0;
  display: none;
}
#wrapper #blog-content .entry .slides .slide.slide1 {
  margin-right: 1%;
}
#wrapper #blog-content .entry .slides .slide img {
  width: 100%;
  height: auto;
}
#wrapper #blog-content .entry .slides .slide p {
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
}
#wrapper #blog-content .entry .slides .slide p .slide-location {
  color: #ccc;
}
#wrapper #blog-content .entry .slides .slide p .slide-caption {
  opacity: 0;
}
#wrapper #blog-content .entry .slides .slide p a {
  text-decoration: none;
  color: #ccc;
}
#wrapper #blog-content .entry .slides .slide p a:hover {
  color: #000;
}
#wrapper #blog-content .entry img {
  height: auto;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#wrapper #blog-content .entry .description {
  padding-top: 45px;
  width: 100%;
  text-align: center;
  display: block;
}
#wrapper #blog-content .entry .description h3 {
  clear: both;
  font-size: 30px;
  font-weight: 300;
  color: gray;
}
#wrapper #blog-content .entry .description h5 {
  font-size: 15px;
  font-weight: 300;
  color: gray;
  padding-top: 10px;
}
#sidebar {
  position: fixed;
  right: -300px;
  top: 0;
  z-index: 100;
  height: 100%;
  -webkit-transition: right 0.8s;
  -moz-transition: right 0.8s;
  -o-transition: right 0.8s;
  transition: right 0.8s;
}
#sidebar.active {
  right: 0;
}
#sidebar.active #sidebar-button {
  opacity: .8;
}
#sidebar #sidebar-button {
  width: 35px;
  margin-left: -45px;
  top: 10px;
  display: block;
  cursor: pointer;
  position: absolute;
  opacity: .1;
}
#sidebar #sidebar-button span {
  height: 8px;
  background: black;
  margin-bottom: 4px;
  display: block;
}
#sidebar #sidebar-button:hover {
  opacity: .8;
}
#sidebar #sidebar-content {
  background: #424242;
  width: 300px;
  height: 100%;
  padding: 50px;
  color: white;
}
#sidebar #sidebar-content h2 {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 40px;
}
#sidebar #sidebar-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  opacity: .7;
  padding-bottom: 15px;
}
#sidebar #sidebar-content p.instructions {
  font-style: italic;
}
#sidebar #sidebar-content ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
#sidebar #sidebar-content ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#sidebar #sidebar-content ul li a:hover {
  text-decoration: underline;
}
.archive {
  margin: 0 auto;
  width: 90%;
  max-width: 1050px;
}
.archive .archive-month {
  font-size: 25px;
  width: 100%;
  border-bottom: 1px solid #bababa;
  font-weight: lighter;
  padding: 20px 0;
  margin-bottom: 20px;
  clear: both;
}
.archive h2 {
  width: 100%;
  text-align: center;
  font-weight: lighter;
  font-size: 30px;
  padding: 50px 0;
}
.archive ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 8px;
}
.archive ul li a {
  padding: 10px;
  display: block;
  border: 1px dotted white;
  border-radius: 30px;
}
.archive ul li a:hover {
  border: 1px dotted black;
}
.archive ul li a:hover .archive-day {
  display: block;
}
.archive ul li .archive-day {
  position: absolute;
  background: #FFF;
  border-radius: 100px;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: lighter;
  margin: 50px 0 0 123px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
  display: none;
  min-width: 50px;
}
.archive ul li .archive-inner {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.archive ul li img {
  float: left;
  margin-right: 0px;
}
