@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration:none;
	box-sizing: border-box;
}
*:focus {
    outline: none;
   }
*:hover {
    outline: none;
   }
strong{
	font-weight:700
}
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
p{
	margin-bottom:20px;
	line-height:26px;
	font-weight:300;
	letter-spacing:.025em;
	}
p.footnote{
	font-size:12px;
	line-height:18px;
}
p.large{
	font-size:24px;
	line-height:32px;
	margin-bottom: 30px;
}
a{
	color:#000;
}
a.active{
	color:#d12229;
}
a:hover{
	color:#d12229;
	mix-blend-mode: normal;
}
html, body {
	font-family: 'Roboto', sans-serif;
    min-height: 100%;
    width: 100%;
	margin:0;
}

#main-wrap{
	padding:50px;
	padding-top:50px;
	padding-bottom:0px;
	height:100vh ;
	box-sizing: border-box;
	max-width:2000px;
	margin:0 auto;
	
   overflow: hidden;
	}

	
header {
	position:fixed;
	top: 0px;
	width:100%;
	float:left;
	background-color:#fff;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	z-index:10000;
} 

header h1, 
header h2, 
header h3, 
header h4{
	color:#000;
	display:inline;
	height:30px;
	font-weight:300;
	} 
header h2{
	padding-right:210px;
	 white-space: nowrap;
	 font-size:22px;
} 
h2{
	text-transform:uppercase;
	margin-bottom:15px;
} 
header ul {
	float:right;
	margin-top:6px;
	} 
	
	
header ul li{
	list-style:none;
	display:inline;
	padding-left:40px;
	padding-top:6px;
	} 


#random, #random1, #random2 {
  /* BOX MODEL */
  width: 100%;
  min-height: calc(100% - 56px);
  
  position:absolute;
  top:56;
  right:0;
  bottom:0;
  left:0;
  
  /* ENHANCEMENT */
  background-color:#000;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index:-1;
  opacity:1;
}
#random2 {
  opacity:1;
}

#bg1, #bg2{
	/*background-image:url(../img/dioramas4.jpg);*/
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top left;
	width: 100%;
	height:75vh;
    position: absolute;
	background-color:transparent;
	
  	/* overflow:auto;ADDED!
	 
	opacity:1;
	-webkit-transition:opacity 0.5s linear 0s;
	transition:opacity 0.5s linear 0s; */
	}
#bg2{
	z-index:2;
	}
	
#projects #random {
  background-color:#000;
  opacity:0;
  overflow:auto
}



nav {
	float:left;
	margin-top:20vh;
	min-width:370px;
} 

 /* Style the tab */
div.tab {
    float: left;
	min-width:375px;
}

/* Style the buttons inside the tab */

ul.sidebar {
	list-style:none;
	} 
ul.sidebar li{
	padding-bottom:0px;
	margin-bottom:1px;
	line-height:18px;
	height:28px;
	} 

ul.sidebar button {
    display: block;
    color: #000;
    padding: 0;
	padding-bottom:0px;
	margin-bottom:2px;
    width: 90%;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.1s;
	background-color:transparent;
	line-height:18px;
	height:18px;
}
ul.sidebar li h2 button{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:22px;
}

/* Change background color of buttons on hover */
ul.sidebar button:hover {
	outline: none;
	color:#d12229;
}
ul.sidebar button:active {
	outline: none;
}

/* Create an active/current "tab button" class */
ul.sidebar button.active {
	color:#d12229;
}

/* Change background color of buttons on hover */
button.btnHover {
	position:absolute;
	font-size:48px;
	font-weight:100;
	background-color:rgba(0,0,0,.0);
	height:30px;
	width:30px;
	line-height:10px;
	z-index:10;
	top:0px;
	display:none;
	color:#000;
}
#home button.btnHover {
	position:absolute;
	font-size:48px;
	font-weight:100;
	background-color:rgba(0,0,0,0);
	height:30px;
	width:30px;
	line-height:10px;
	z-index:100000;
	top:100px;
	display:block;
	color:#000;
}
button.btnHover.prev {
	right:30px;
}
button.btnHover.next {
	right:0px;
}
button.btnHover:hover {
	color:#d12229;
	cursor:pointer;
}

/* Create an active/current "tab button" class */
button.btnHover.active {
	color:#d12229;
}

main {
	padding-top:40px;
	float:none;
	height:80vh;
	margin-top:60px;
	max-width:1625px;
	width: auto;
    position: relative;
	display:none;
	overflow:hidden;
	cursor:pointer;
	z-index:1000;
}

.leftside{
	float:left;
	width:367px;
	}
.rightside{
	float:left;
	width:60%;
	}

.news-section section{
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 20px;
	border-top: #aaa 1px solid;
}
.news-section .leftside{
	float:left;
	max-width:368px;
	padding-right:30px;
	}

.news-section img{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.about-text{
	padding-left:0px;
	margin-bottom:80px;
	}
	
/* Style the tab content */
.tabcontent {
	background-color:#fff;
	width:100%;
	height:75vh;
} 

/*photo credit*/
#photo-tara{
	display: none;
	position:fixed;
	z-index:1000;
	bottom:0px;
	right:100px;
	}
#photo-tara p{
	font-size:10px;
	color:#Fff;
	background-color: rgba(0,0,0,.25);
	padding: 5px 8px;
	margin: 0px;
	margin-bottom: 20px;
	line-height: 10px;
	}
/*drop nav*/	
#drop-nav{
	display:none;
	}
  .nav-toggle-wrap{
  position: fixed;
  z-index: 100001;
  top:30px;
  right: 50px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  }
  .nav-overlay{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #ccc;
  padding:15px 50px;
  z-index: 100000;
  display: none;
  }
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 22px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height:1px;
  width: 100%;
  background: #000;
  border-radius: none;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  #nav-icon3 span:nth-child(1) {
  top: 0px;
  }
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
  }
  #nav-icon3 span:nth-child(4) {
  top: 18px;
  }
  #nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
  }
  
  .nav-inner ul{
  margin:60px 0 0 0;
  padding:0;
  list-style: none;
  }
  .nav-inner li{
  margin:0 0 15px 0;
  text-align: right;
  display:block
  }
  .nav-inner li > a{
  color:black;
  font-family: 'museo-sans';
  font-weight: 500;
  font-size: 2.5em;
  text-transform: lowercase;
  }
  .nav-inner a{
  color:black;
  text-decoration: none;
  }
  .nav-inner a.active{
	color:#d12229;
}
  .nav-inner a:hover{
  color:#d12229;
  text-decoration: none;
  }
  .menu-icon, .nav-close{
  cursor: pointer;
  }
	
.spot{
	width:5px;
	height:5px;
	background-color:#f00;
	position:fixed;
	top:10px;
	left:10px;
	z-index:100000;
	display:none;
}



@media only screen and (min-width: 768px) and (max-width: 1100px) {
/* blue */
 .spot {
	 background-color:#39F;
 }

#drop-nav{
	display:block;
	}	
header ul {
	display:none;
	} 
header .nav-overlay ul {
	display:block;
	}

nav {
	margin-top:0px;
} 		
main {
	clear:both;
}
	
 ul.sidebar button {
  text-align: left;
  }
#main-wrap{
	padding-top:80px;
	}

	
.rightside{
	float:left;
	width:80%;
	margin:0 auto;
	}
.about-text{
	padding-right:0px;
	margin-top:20px;
	}
		.leftside{
	float:left;
	width:100%;
	margin:0 auto;
	margin-bottom:0px;
	}
.news-section .leftside{
	float:left;
	max-width:100%;
	margin:0 auto;
	margin-bottom:0px;
	padding-right:0px;
	}
.news-section img{
	margin-bottom: 10px;
	width: 49%;
	display:inline
}
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
/* green */
 .spot {
	 background-color:#0C3;
 }
#drop-nav{
	display:block;
	}
header ul {
	display:none;
	} 
header .nav-overlay ul {
	display:block;
	} 
nav {
	margin-top:0px;
} 		
main {
	clear:both;
}
#main-wrap{
	padding:10px;
	padding-top:80px;
	}
header {
	padding-left:10px;
	padding-right:10px;
} 
 ul.sidebar button {
  text-align: left;
  }
  .nav-toggle-wrap{
            right: 10px;
            }
            .nav-overlay{
            padding:15px 10px;
            }
	
.rightside{
	float:left;
	width:100%;
	margin:0 auto;
	}
.about-text{
	padding-left:0px;
	padding-right:30px;
	margin-top:20px;
	}
	

	
}
@media only screen and (min-width: 320px) and (max-width: 499px) {
/* orange */
 .spot {
	 background-color:#F90;
 }
#drop-nav{
	display:block;
	}
header ul {
	display:none;
	} 
header .nav-overlay ul {
	display:block;
	} 
nav {
	margin-top:20px;
} 		
main {
	clear:both;
	width:100%;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:60px;
}
#projects #main-wrap{
	padding:10px;
	padding-top:60px;
	height: 800px;
	}
header {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
} 
header h4 {
	font-size: .9em;
	padding-top: 5px;
	display: inline-block
}
header li h4 {
	display: inline;
}
 ul.sidebar button {
  text-align: left;
  }
  .nav-toggle-wrap{
            right: 10px;
            }
  .nav-overlay{
  padding:15px 10px;
  }
#projects #random {
    min-height: 100%;
    top: 0;
    height: auto;
    height: 800px;
}
	body#home{
		background-color: #000;
	}	
#random1, #random2 {
  /* BOX MODEL */
  width: 100%;
  min-height: calc(100% - 56px);
  margin-top: 56px;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  
  /* ENHANCEMENT */
  background-color:#000;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index:-1;
  opacity:1;
}
.leftside{
	float:left;
	width:100%;
	margin:0 auto;
	margin-bottom:0px;
	}
.news-section .leftside{
	padding-right: 0px;
	}
.rightside{
	float:left;
	width:100%;
	margin:0 auto;
	}
.about-text{
	padding-left:0px;
	padding-right:0px;
	margin-top:20px;
	}
.about-text p{
	font-size:14px;
	line-height:22px;
	}
p.footnote{
	font-size:12px;
	line-height:18px;
}
p.large{
	font-size:20px;
	line-height:28px;
	margin-bottom: 30px;
}
.news-section img{
	margin-bottom: 10px;
	max-width: 300px;
}
	
ul.sidebar li {
    height: 24px;
}
ul.sidebar li h2 button{
		font-size: .7em;
}
	
}