

@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;
}

/* Editing Boxes*/

.note h2{
	margin: 50px 0px 20px 0px;
	color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.note p{
	margin: 50px 0px 80px 0px;
	color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.wrapper {
	margin: 0;
	padding: 0;
	line-height: 2rem;
	width: 80%;
}

.wrapper {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75rem;
	margin: auto;
	list-style-position: inside;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
}

.wrapper h3{
	font-size: 1.75rem;
	padding: 15px 0px 15px 0px;
	text-align: center;	    
}


.box1{
	border: 2px solid rgb(26, 4, 231);
	border-radius: 25px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(6, 3, 128, 0.575);
	box-shadow: 10px 4px 8px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}


 #addon{

	border: 2px solid rgb(26, 4, 231);
	border-radius: 75px 0px 75px 0px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(6, 3, 128, 0.575);
	box-shadow: 10px 4px 8px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }

 #addon h3{
	padding-bottom: 20px;
 }
 #addon ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	padding-left: 15px;
	padding-bottom: 50px;
 }

.note{
	font-size: 2rem;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

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;
position: 
}

#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;
}

  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;
	}

	
#wrapper{
	overflow-y: auto;
}

#addon h3{
	margin-top: 1rem;
	font-size: 1rem;
}

#addon ul{
	display: flex;
	flex-direction: column;
	line-height: 1rem;
		margin-top: 1rem;
		color: rgb(255, 255, 255);
		font-size: .75rem;
}
	.box1 h3{
		margin-top: 1rem;
		font-size: 1rem;
	}
	
	.box1 ul{
		line-height: 1rem;
		margin-top: 1rem;
		color: rgb(255, 255, 255);
		font-size: .75rem;
	}
	
		
	.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) */
  