@charset "UTF-8";
header {
    width: 100%;
    border-bottom: 10px solid #000;
    border-top: 10px solid #000;
    height: 300px;
}

.page_title {
    max-width: 100%;
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 60px;
    font-family: BrandonGrotesque,"futura-pt-1","futura-pt-2",Verdana,sans-serif;
	text-align:center;
	background-color:#C0FFFA;
	}
	
	#element-1{
     display: none;
	}
	
	#hoverinfo  ~ #element-1 {
		 display: block;
	}
	
	
footer {
    width: 100%;
    height: 20px;
}
	
	.foot {
	max-width: 100%;
    margin-top: 103%;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: BrandonGrotesque,"futura-pt-1","futura-pt-2",Verdana,sans-serif;
	text-align:center;
	}
	
	p {
		font-family:Futura;
		font-size:12px;
	}
	
@media (max-width: 600px) { 
/* Styles for screen with max width of 600px */
    header {
        height: auto;
    }
    .page_title {
        margin: 0;
        font-size: 25px;
        text-align: center;
    }
	
	    footer {
        height: auto;
    }
	
	    .foot {
        margin: 0;
        font-size: 10px;
        text-align: center;
    }
}
@media (max-width: 320px) { 
/* Styles for screen with max width of 320px */
    header {
        height: auto;
    }
    .page_title {
        margin: 0;
        font-size: 25px;
    }
	
	    footer {
        height: auto;
    }
	    .foot {
		background-color:transparent;
        margin: 0;
        font-size: 8px;
    }
}
    body {
      margin: 0;
      padding: 0;
      background:#FFAAEC;
      font: 13px/16px 'Futura',sans-serif;
    }
    .wrap {
      overflow: hidden;
      margin: 10px;
    }
    .box {
      float: left;
      position: relative;
      width: 20%;
      padding-bottom: 20%;
    }
    .boxInner {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      overflow: hidden;
    }
    .boxInner img {
      width: 100%;
    }
    .boxInner .titleBox {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom: -50px;
      background: #000;
      background: rgba(0, 0, 0, 0.5);
      color: #FFF;
      padding: 10px;
      text-align: center;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }
	.Emma {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s ease-out;
	}
		.Emma:hover {
		  background: orange;
		}
		
		.overlay {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  background: rgba(0, 0, 0, 0);
		  transition: opacity 500ms;
		  visibility: hidden;
		  opacity: 0;
		}
		.overlay:target {
		  visibility: visible;
		  opacity: 1;
		}
		
		.popup {
		  margin: 300px auto;
		  padding: 20px;
		  background: #fff;
		  border-radius: 5px;
		  width: 30%;
		  position: relative;
		  transition: all 5s ease-in-out;
		  z-index:+1;
		}
		
		.popup h2 {
		  margin-top: 0;
		  color: #333;
		  font-family: Tahoma, Arial, sans-serif;
		}
		.popup .close {
		  position: absolute;
		  top: 20px;
		  right: 30px;
		  transition: all 200ms;
		  font-size: 30px;
		  font-weight: bold;
		  text-decoration: none;
		  color: #333;
		}
		.popup .close:hover {
		  color: orange;
		}
		.popup .content {
		  max-height: 30%;
		  overflow: auto;
		}
		
			.bigbird {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s ease-out;
	}
		.bigbird:hover {
		  background: orange;
		}
		
		.overlay {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  background: rgba(0, 0, 0, 0);
		  transition: opacity 500ms;
		  visibility: hidden;
		  opacity: 0;
		}
		.overlay:target {
		  visibility: visible;
		  opacity: 1;
		}
		
		.popup2 {
		  margin: 200px auto;
		  padding: 20px;
		  background: #fff;
		  border-radius: 5px;
		  width: 30%;
		  position: relative;
		  transition: all 5s ease-in-out;
		  z-index:+1;
		}
		
		.popup2 h2 {
		  margin-top: 0;
		  color: #333;
		  font-family: Tahoma, Arial, sans-serif;
		}
		.popup2 .close {
		  position: absolute;
		  top: 20px;
		  right: 30px;
		  transition: all 200ms;
		  font-size: 30px;
		  font-weight: bold;
		  text-decoration: none;
		  color: #333;
		}
		.popup2 .close:hover {
		  color: orange;
		}
		.popup2 .content {
		  max-height: 30%;
		  overflow: auto;
		}
		
			#bird {
		  position:relative;
		  margin:0 auto;
		}
		
		#bird img {
		  position:absolute;
		  left:0;
		  -webkit-transition: opacity 1s ease-in-out;
		  -moz-transition: opacity 1s ease-in-out;
		  -o-transition: opacity 1s ease-in-out;
		  transition: opacity 1s ease-in-out;
		}
		
		#bird img.top:hover {
		  opacity:0;
		}
		
		
				.bigwill {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s ease-out;
	}
		.bigwill:hover {
		  background: orange;
		}
		
		.overlay {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  background: rgba(0, 0, 0, 0);
		  transition: opacity 500ms;
		  visibility: hidden;
		  opacity: 0;
		}
		.overlay:target {
		  visibility: visible;
		  opacity: 1;
		}
		
		.popup3 {
		  margin: 600px auto;
		  margin-right:100px absolute;
		  padding: 20px;
		  background: #fff;
		  border-radius: 5px;
		  width: 30%;
		  position: relative;
		  transition: all 5s ease-in-out;
		  z-index:+1;
		}
		
		.popup3 h2 {
		  margin-top: 0;
		  color: #333;
		  font-family: Tahoma, Arial, sans-serif;
		}
		.popup3 .close {
		  position: absolute;
		  top: 20px;
		  right: 30px;
		  transition: all 200ms;
		  font-size: 30px;
		  font-weight: bold;
		  text-decoration: none;
		  color: #333;
		}
		.popup3 .close:hover {
		  color: orange;
		}
		.popup3 .content {
		  max-height: 30%;
		  overflow: auto;
		}
		
			#will {
		  position:relative;
		  margin:0 auto;
		}
		
		#will img {
		  position:absolute;
		  left:0;
		  -webkit-transition: opacity 1s ease-in-out;
		  -moz-transition: opacity 1s ease-in-out;
		  -o-transition: opacity 1s ease-in-out;
		  transition: opacity 1s ease-in-out;
		}
		
		#will img.top:hover {
		  opacity:0;
		}
		
		#colorstudy {
	  position:relative;
	  margin:0 auto;
		}

		#colorstudy img {
	  position:absolute;
	  left:0;
	  -webkit-transition: opacity 1s ease-in-out;
	  -moz-transition: opacity 1s ease-in-out;
	  -o-transition: opacity 1s ease-in-out;
	  transition: opacity 1s ease-in-out;
		}

		#colorstudy img.top:hover {
	  opacity:0;
		}
		
			
				.bigcactus {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s ease-out;
	}
		.bigcactus:hover {
		  background: orange;
		}
		
		.overlay {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  background: rgba(0, 0, 0, 0);
		  transition: opacity 500ms;
		  visibility: hidden;
		  opacity: 0;
		}
		.overlay:target {
		  visibility: visible;
		  opacity: 1;
		}
		
		.popup4 {
		  margin: 600px auto;
		  margin-right:100px absolute;
		  padding: 20px;
		  background: #fff;
		  border-radius: 5px;
		  width: 30%;
		  position: relative;
		  transition: all 5s ease-in-out;
		  z-index:+1;
		}
		
		.popup4 h2 {
		  margin-top: 0;
		  color: #333;
		  font-family: Tahoma, Arial, sans-serif;
		}
		.popup4 .close {
		  position: absolute;
		  top: 20px;
		  right: 30px;
		  transition: all 200ms;
		  font-size: 30px;
		  font-weight: bold;
		  text-decoration: none;
		  color: #333;
		}
		.popup4 .close:hover {
		  color: orange;
		}
		.popup4 .content {
		  max-height: 30%;
		  overflow: auto;
		}
		
			.bigface {
	  color: #fff;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s ease-out;
	}
		.bigface:hover {
		  background: orange;
		}
		
		.overlay {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  background: rgba(0, 0, 0, 0);
		  transition: opacity 500ms;
		  visibility: hidden;
		  opacity: 0;
		}
		.overlay:target {
		  visibility: visible;
		  opacity: 1;
		}
		
		.popup5 {
		  margin: 600px auto;
		  margin-right:100px absolute;
		  padding: 20px;
		  background: #fff;
		  border-radius: 5px;
		  width: 30%;
		  position: relative;
		  transition: all 5s ease-in-out;
		  z-index:+1;
		}
		
		.popup5 h2 {
		  margin-top: 0;
		  color: #333;
		  font-family: Tahoma, Arial, sans-serif;
		}
		.popup5 .close {
		  position: absolute;
		  top: 20px;
		  right: 30px;
		  transition: all 200ms;
		  font-size: 30px;
		  font-weight: bold;
		  text-decoration: none;
		  color: #E5E5E5;
		}
		.popup5 .close:hover {
		  color: orange;
		}
		.popup5 .content {
		  max-height: 30%;
		  overflow: auto;
		}
			
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
      margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
      /* Smartphone view: 1 tile */
      .box {
        width: 100%;
        padding-bottom: 100%;
      }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
      /* Tablet view: 2 tiles */
      .box {
        width: 50%;
        padding-bottom: 50%;
      }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
      /* Small desktop / ipad view: 3 tiles */
      .box {
        width: 33.3%;
        padding-bottom: 33.3%;
      }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
      /* Medium desktop: 4 tiles */
      .box {
        width: 25%;
        padding-bottom: 25%;
      }
    }