@font-face {
  font-family: font;
  src: url("Lato.ttf");
}

@font-face {
  font-family: montserrat-light;
  src: url("../assets/Montserrat-Light.otf");
}

@font-face {
  font-family: montserrat;
  src: url("../assets/Montserrat-Regular.otf");
}

@font-face {
  font-family: montserrat-extra-light;
  src: url("../assets/Montserrat-ExtraLight.otf");
}

html {
  font-size: 100%;
  white-space: nowrap;
}

body {
  font-family: font;
}

#container {
  padding-bottom: 6vw;
  width: 84%;
  margin: 0px auto;
  height: 100%;
  overflow: hidden;
  padding-top: 2vw;
}

header .name {
  width: 50%;
  display: inline-block;
  padding-top: 1vw;
}

header h1 {
  font-family: montserrat;
  font-size: 3vw;
  text-align: left;
  letter-spacing: 0.07em;
  font-weight: bold;
}

header h2 {
  font-family: montserrat-light;
  font-size: 2.3vw;
  margin-top: -1.3vw;
  text-align: right;
  letter-spacing: 0.28em;
}

header img {
  width: 100%;
  margin-top: 2vw;
  cursor: pointer;
  z-index: 999;
  padding-bottom: 2px;
}

header hr {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
}

img {
  cursor: pointer;
  display: block;
}

img.transition{
  -webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  
  -webkit-transform: scale(1.01); 
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

#content {
  margin-top: -3px;
  overflow: auto;
}

#content .row {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
}

#content .single {
  width: 50%;
  height: 50%;
  float: left;
  overflow: hidden;
}

#content .single-image {
  width: 100%;
  display: block;
  overflow: hidden;
}

#content .empty {
  width: 50%;
}

#content .empty:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#content .double {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}

#content .double-image {
  width: 100%;
  display: block;
  overflow: hidden;
}

#content .grey {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}

#content .grey div {
  float: left;
  display: block;
  width: 70%;
  margin: 0 15%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#content .grey p {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  white-space: pre-wrap;
}

#content hr {
  width: 25%;
  height: 1px;
  background-color: white;
  border: 0;
  border-bottom: 1px solid white;
}

#content p {
  text-align: center;
  font-size: 2.5vw;
  color: white;
  margin-bottom: 15px;
  width: 200px;
  padding-left: 20px;
}

#content img {
  z-index: -1;
}

#photoBackground {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  display: none;
}

#photo {
  z-index: 999;
  width: 100%;
  height: 100%;
}

#photo img,
video {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.subtitle {
  width: 50%;
  display: inline-block;
  padding-top: 1vw;
}

.icons {
  text-align: right;
  padding: 0 0 2.2vw 0;
  opacity: 0.14;
}

.icons a {
  display: inline-block;
  padding: 0 0.25vw;
  vertical-align: middle;
}

.icons img {
  width: 2.3vw;
}

.icons a:last-of-type img {
  width: 2.25vw;
  padding-bottom: 0.125vw;
}
