body {
  width: 100%;
  height: 100%;
  background: white; 
  margin: 0px;
}

#about {
	position: absolute;
	width: 100%;
	height: 175%;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
	color: white;
	line-height: 20px;
	vertical-align: middle;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	z-index: 100;
	font-size: 14px;
}

#bio {
  position: relative;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
  margin-top: -8%;
	text-align: center;
	color: white;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
}

#contact {
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  color: white;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
}

.thumb {
  position: relative;
	display: inline-block;
	width: 100%;
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.menu-button {
  display: inline-block;
  width: 20%;
  height: 33%;
  margin-top: 2%;
  margin-left: 3%;
  margin-right: 3%;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
}

/* PROJECT PAGE */

.project-header-image {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: white;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-summary {
  display: inline-block;
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  text-align: center;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.project-topic {
  display: inline-block;
  width: 98%;
  height: 100%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

.topic-image-right {
  display: inline-block;
  width:  100%;
  height: 50%;
  background: cover;
}

.topic-image-left {
  display: inline-block;
  width: 100%;
  height: 50%;
  color: black;
  background: cover;
}


.topic-text-left {
  display: block;
  width: 90%;
  height: 50%;
  margin-left: 5%;
  margin-right: 5%;
  color: black;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  font-size: 14px;
  z-index: 1000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.topic-text-right {
  display: block;
  width: 90%;
  height: 50%;
  margin-left: 5%;
  margin-right: 5%;
  color: black;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  font-size: 14px;
  z-index: 1000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.topic-title {
  display: block;
  line-height: normal;
  font-size: 22px;
  z-index: 1000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.project-video {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    background: white;
}

/*  			 
   Menu Nav 	 
*/

button {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 12px;
  color: #0080FF;
  cursor: pointer;
  border: none;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-font-smoothing: antialiased;
}

button:hover {
  color: white;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

nav.menu {
  position: fixed;
  z-index: 20;
  overflow: scroll;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

button.close-menu {
  background-color: rgba(100, 100, 100, .3);
  color: white; 
}

nav.slide-menu-bottom {
  left: 0;
  width: 100%;
  height: 90%; 
}

nav.slide-menu-bottom button.close-menu {
  display: block;
  line-height: 50px;
  margin-left: 20px;
  margin-top: 10px;
}

nav.slide-menu-bottom {
  bottom: -90%
}

body.smb-open nav.slide-menu-bottom {
  bottom: 0
}

nav.slide-menu-right {
  top: 0;
  width: 60%;
  height: 100%;
}

nav.slide-menu-right button.close-menu {
  margin: 10px 0;
  padding: 10px 30px;
  background-color: rgba(200, 200, 200, .3); 
  color: #fff;
}

nav.slide-menu-right {
  right: -60%;
}

body.smr-open nav.slide-menu-right {
  right: 0
}


html {
  visibility: visible;
  opacity: 1;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}