

@import url('https://fonts.googleapis.com/css?family=Arbutus|Baloo+Bhai|Bangers|Chicle|Coiny|Concert+One|Henny+Penny|Mogra');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
* {
	margin: 0;
	padding: 0;
	}

body{
	background-color: rgba(75, 73, 73, 0.836);
	margin: 0;
	color: rgb(255, 255, 255);
	font-family: 'Henny Penny', cursive;
}

header{
height: 35px;
}

.container{
  width:80%;
  margin:auto;
	overflow:hidden;
	padding-top: 6px;
}

.name-1{
	display: none;
}

.name-2{
	max-width: 100%;
	height: auto;
}

#location{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.25rem;
	padding-bottom: 10px;
}


#filmstrip{
	display: flex;
	text-align: center;
	justify-content: center;	
}

.photos{
	display: none;
}

.bannercontainer{
	width:99%;
  	margin:auto;
	overflow:hidden;
	
}
.photobanner {
	background-color: rgb(255, 255, 255);
	height: 300px;
	width: 4500px;
}

.photobanner img {
vertical-align: middle;
padding-top: 25px;
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}


/*keyframe animations*/
.first {
	-webkit-animation: bannermove 30s linear infinite;
		 -moz-animation: bannermove 30s linear infinite;
			-ms-animation: bannermove 30s linear infinite;
			 -o-animation: bannermove 30s linear infinite;
					animation: bannermove 30s linear infinite;
 }
	
 @keyframes "bannermove" {
	0% {
		 margin-left: 0px;
	}
	100% {
		 margin-left: -1500px;
	}
	
 }
	
 @-moz-keyframes bannermove {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: -1500px;
	}
	
 }
	
 @-webkit-keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: -1500px;
	}
	
 }
	
 @-ms-keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: -1500px;
	}
	
 }
	
 @-o-keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: -1500px;
	}
	
 }




#boxes{
	margin: 0;
  padding: 0;
  background: url('/images/album-antique-arrangement-699782.jpg') no-repeat center/cover;
  width: 100%;
  height: auto;
  position: relative;
	overflow-y: hidden;
}

#boxes{
	font-family: 'Oxygen', sans-serif;
	
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
	padding:10px;
	
}

#boxes .box img{
  width:90px;
}

.box h3{
	margin-top: 1rem;
}

.box p{
	line-height: 1.7;
	margin-top: 1rem;
	color: rgb(255, 255, 255);
}

.box i{
	color: rgb(255, 0, 191);
}

.note{
	font-size: 2rem;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.note2{
	font-size: 2rem;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

footer{
	background-color: rgba(12, 12, 12, 0.747);
	border-top:#ffffff 3px solid;
	
}

.main-footer{
display: flex;
justify-content: space-between;
font-family: 'Mogra', cursive;
}

#logo{
	
	padding-left: 10px;
}

#copyright{
	
	align-self: end;
	padding-bottom: 10px;
}

#email{
	
	align-self: end;
	padding-bottom: 10px;
	padding-right: 20px;
}

#email a{
	text-decoration: none;
	color: white;
}

#contactinfo{
	
	align-self: end;
	padding-bottom: 10px;
	padding-right: 20px;
}


section.section{
		background-color: white;
}

  nav {
	height: 40px;
	width: 100%;
	background-color: rgba(12, 12, 12, 0.747);
	color: #eee;
	text-align: center;
	position: fixed;
	border-bottom:#ffffff 3px solid;

  }
  nav ul {
	padding: 0;
	margin: 0;
  }
  nav li {
	display: inline;
	text-align: center;
	position: relative;
	
  }

  nav a {
	display: inline-block;
	width: 75px;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	color: #eee;
	text-decoration: none;
  }
  nav li:hover {
	background-color: #444;
  }
  nav a#openup {
	display: none;
  }
	
	






  @media screen and (max-width: 580px) {

	header{
		height: 35px;
	}
	
	.name-1{
		display: block;
		max-width: 100%;
		height: auto;
	}
	
	.name-2{
		display: none;
	}

	#strip{
		display: none;
	}

	#photo{
		display: block;
		max-width: 100%;
		height: auto;
		padding-bottom: 10px;
		margin: auto;
	}

	.photos{
		display: flex;
		text-align: center;
		justify-content: center;
	}

#boxes{
	overflow-y: auto;
}

	#boxes .box{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		width: 95%;
		padding:10px;		
	}
	
	#boxes .box img{
		width: auto;
	}
	
	.box h3{
		margin-top: 1rem;
		font-size: 1rem;
	}
	
	.box p{
		line-height: 1;
		margin-top: 1rem;
		color: rgb(255, 255, 255);
		font-size: .75rem;
	}
	
	.box i{
		color: rgb(255, 0, 191);
	}
	
	.note{
		font-size: 1rem;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}


	.main-footer{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		width: 95%;
		padding:10px;		
		font-family: 'Mogra', cursive;
		text-align: center;
		}
		
		#logo{
			
			padding-left: 0px;
		}
		
		#copyright{
			
			align-self: end;
			padding-bottom: 10px;
		}
		
		#email{
			
			align-self: end;
			padding-bottom: 10px;
			padding-right: 20px;
		}
		
		#email a{
			text-decoration: none;
			color: white;
		}
		
		#contactinfo{
			
			align-self: end;
			padding-bottom: 10px;
			padding-right: 20px;
		}




		
	
	nav {
	  height: auto;
	  border-bottom: 0;
	}
	nav ul {
	  display: none;
	  height: auto;
	}
	nav li {
	  width: 100%;
	  float: left;
	  position: relative;
	}
	nav a {
	  text-align: left;
	  width: 100%;
	  text-indent: 25px;
	  background: #333;
	  border-bottom: 1px solid #555;
	}
	nav a:hover {
	  background: #444;
	}
	nav a#openup:after {
	  content: "|||";
	  transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  /* IE 9 */
	  -webkit-transform: rotate(-90deg);
	  /* Safari and Chrome */
	  width: 30px;
	  height: 30px;
	  display: inline-block;
	  position: absolute;
	  right: 5px;
	  top: 20px;
	}
	nav a#openup {
	  display: block;
	  background-color: #333;
	  width: 100%;
	  position: relative;
	}
  }
  .cf:before, .cf:after {
	content: "";
	display: table;
  }
  
  .cf:after {
	clear: both;
  }
  
  .cf {
	zoom: 1;
  }
  
  /* For IE 6/7 (trigger hasLayout) */
  