@charset "UTF-8";
/* CSS Document */

		body,html{
  background-image: url(bg.jpg);
  background-size: cover;
  color:#fff;
  height:100vh;
  line-height:1.5;
  font-family:Lato, sans-serif;
  font-weight:400;
  vertical-align:baseline;margin:0
	}
		
.btn{
    border: 0;
    display: inline-block;
    padding: 5px 45px;
    font-weight: bold;
    font-family: "lato", sans-serif;
    border-radius: 28px;
    line-height: 24px;
    font-size: 16px;
	background: #d52331;
    color: #ffffff;
    text-decoration: none;
    z-index: 10;
}

.btn:hover{
			background-color: #e72c3b;
		}
		
#logo{
    position: absolute;
top: 10px;
left: 20px;
max-width: 200px;
min-width: 100px;
z-index:10;
}

#main{
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.max{
	  max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#top{
	
	background-image: url("campbg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 75%;
}

#blue{
	background-image: linear-gradient(rgba(255,0,0,0), blue, blue ,blue);
	width: 100%;
	padding: 100px;

}


#explore{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.clear{
	clear: both;
}

#more{
	text-align: center;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#promo{
    text-align: left;
    padding-top:100px;
    align-content: left;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.raleway-<uniquifier> {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.oxanium-<uniquifier> {
  font-family: "Oxanium", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#promo h1{
	color: #ffe400;
	font-family: raleway;
	font-size: 80px;
	line-height: 80px;
	font-weight: 900;
}

#promo h2{
	font-family: oxanium;
	letter-spacing: .45rem;
}

#promo p{
	font-family: raleway;
	letter-spacing: .5rem;
}

#lower{
	background-color: black;
	margin-top: 0;
	padding-top: 30px;
	
}

@media only screen and (max-width: 500px) {
  #logo {
    max-width: 75px;
  }


}

@media only screen and (max-width: 550px) {
	#promo h1{

	font-size: 60px;
	line-height: 60px;
}
 #blue {
     padding:10px;
     padding-top: 25px;
 }
}

.imgtext {		
		color: white;
		background: rgba(0,0,0,0.89);
		width: 400px;
		height: 400px;
		padding: 50px 15px 0 15px;
		opacity: 0;
		position: absolute;
		bottom: 0px;
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.pic {
		width: 400px;
		height: 400px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.pic img:hover{
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-ms-filter: blur(1px);
		-o-filter: blur(1px);
		filter: blur(1px);
		transform: scale(1.03);
	}
	.imgtext:hover {
		-webkit-opacity: 100;
		opacity: 100;
	}
	
	.container {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.container .box {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
}

.container .box .imgBox {
  position: relative;
  overflow: hidden;
}

.container .box .imgBox img {
  max-width: 100%;
  transition: transform 2s;
}

.container .box:hover .imgBox img {
  		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-ms-filter: blur(1px);
		-o-filter: blur(1px);
		filter: blur(1px);
}

.container .box .details {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, .8);
		opacity: 0;
  transition: transform .5s;
}

.container .box:hover .details {
		-webkit-opacity: 100;
		opacity: 100;
		  		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
}

.container .box .details .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}

.container .box .details .content h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
}

.container .box .details .content p {
  margin: 10px 0 0;
  padding: 0;
}
		