html,
body {
  height: 100%;
  width: 100%;
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
}

body {
  font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
}

hr {
  border-color: #000;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000;
}
a:hover, a:focus {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

i {
  font-size: 24px;
}

.bg-primary {
  background-color: #000;
}

.bg-dark {
  background-color: #222;
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.no-padding {
  padding: 0;
}

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.5);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: black;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #000;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #000 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: white;
  }
  .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: white;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #000;
  }
  .navbar-default.affix {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: white;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #e6e6e6;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: white;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #000;
  }
}

.photo {
  scroll-snap-align: center;
  min-height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 90% 10%;
  grid-template-columns: 100%;
}
.photo .photo_label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: white;
  padding: 15px;
  grid-row-start: 2;
  grid-column-start: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3);
}
.photo .photo_label a,
.photo .photo_label a:focus {
  color: white;
}
.photo .photo_label a:hover,
.photo .photo_label a:focus:hover {
  color: #000;
}
.photo .photo_label .photo_title {
  float: left;
  margin: 0px;
  vertical-align: middle;
}
.photo .photo_label .licence {
  float: right;
}
.photo img {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.text-primary {
  color: #000;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #222;
}

/*# sourceMappingURL=main.css.map */