/* CSS Document */
@charset "UTF-8";
#outerwrapper { width: 70%;
margin: 0 auto 0 auto;
}
/*hamburger css start*/
body {
	margin: 0;
	padding: 0;
	background-image: url("../images/skyline.png");
	background-color: black;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	font-family: 'PT Sans',sans-serif;
}
#menu{
  width: 35px;
  height: 30px;
  margin: 40px 0 20px 20px;
  cursor: pointer;
}
.bar{
  height: 5px;
  width: 100%;
  background-color: rgba(208,91,0,1.00);
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 4px 1px rgba(255,255,255,1.00);
}
#bar1{
  transform: translateY(-4px);
}
#bar3{
  transform: translateY(4px);
}
.nav li a{
  color: #FFFFFF;
  text-decoration: none;
}
.nav li a:hover{
  font-weight: bold;
}
.nav li{
  list-style: none;
  padding: 16px 0;
}
.nav{
  padding: 0;
  margin: 0 20px;
  transition: 0.3s ease;
  display: none;
}
.menu-bg, #menu-bar{
  top: 0;
  left: 0;
  position: absolute;
}
.menu-bg{
  z-index: 1;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle,#f3b62a,rgba(208,91,0,1.00));
  border-radius: 10%;
  transition: 0.3s ease;
}
#menu-bar{
  z-index: 2;
}
.change-bg{
  width:550px;
  height:540px;
  transform: translate(-60%, -30%);
}
.change .bar{
  background-color: white;
}
.change #bar1{
  transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
	transform: translateY(-6px) rotate(45deg);
}
.change #bar2{
  opacity: 0;
}
.change{
  display: block;
}
/*end hamburger css*/

.classroom {
	text-align: center;
	font-size: 12pt;
}
.email {
	background-color: rgba(208,91,0,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 1em;
	list-style-type: none;
  float: right;
  margin-right: 40px;
	padding: 0.6em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 4px 1px rgba(255,255,255,1.00);
	text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
	}
	.myname { font-family: Futura, Calibri, sans-serif;
	font-size:26pt;
	text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	text-align: center;
	}
h2 {
	font-weight: bold;
	text-decoration: underline;
	color:#f3b62a;
	font-size: 20pt;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
}
.skyline {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.shirt {
	margin-left: 23.5%;
	width: 100%;
	height: auto;
	max-width: 50%;
 border: 4px solid white;
}
.reno{
	margin-left: 23.5%;
	width: 100%;
	height: auto;
	max-width: 50%;
	border: 4px solid white;
}
p {
	color: rgba(255,255,255,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14pt;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
}
.businessname {
	text-decoration: underline;
	font-size: 18pt;
	text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
	color:#f3b62a;
}
.copyright {
	font-size: 8pt;
	text-align: center;
	color: rgba(255,255,255,1.00);
}
.website {
	display: block;
	text-align: center;
	color: rgba(208,91,0,1.00);
	font-size: 8pt;
}
