@charset "utf-8";
/* CSS Document */
body {
	display: block;
	margin:0;
    padding:0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	background-color:#fff;
	font-size: 18px;
	color: #000;
	overflow: scroll;
	min-width: 640px;
}
p {
	margin:0;
	padding:0px;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
}
.title {
	font-family: 'Michroma', sans-serif;
	font-size:36px;
	padding:0px;
	padding-bottom:30px;
}

/* Navigation Bar */
#signature {
	position:absolute;
	top: 40px;
	left: 40px;
}
nav {
	z-index:100;
	position: fixed;
	top: 0;
	font-family: 'Michroma', sans-serif;
	margin: 0;
	width: 100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 20px 6px #555;
	-moz-box-shadow: 0px 0px 20px 6px #555;
	box-shadow: 0px 0px 20px 6px #555;
	padding-top: 85px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
nav ul {
	list-style: none;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	height: auto;
}
nav ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
nav ul li a {
   display:block;
   width: 200px;
   margin:0 10px 0 20px;
   padding:6px 0 10px 5px;
   background: rgb(255, 255, 255);
   background: rgba(255, 255, 255, 0);
   color:#000;
   text-decoration:none;
   line-height:2.5em;
   border-top:solid;
   border-top-width:1px;
}
nav ul li a:hover {
   padding:4px 0 10px 5px;
   border-top-width:3px;
}
nav ul li a.active,
nav ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}
#socialmedia {
	z-index: 99;
	position: fixed;
	float: right;
	bottom: 10px;
	right: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Navigation Bar End */

/* Body */
#wrapper-body {
	display: block;
	top: 0;
	position:relative;
	font-family: 'Michroma', sans-serif;
	font-size: 60px;
	text-align: center;
}

/* Pages and Panels */
.panel {
	padding: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 13px;
	font-family: 'Michroma', sans-serif;
	font-size: 60px;
	text-align: center;
	-webkit-box-shadow: 15px 15px 20px -6px #444;
	-moz-box-shadow: 15px 15px 20px -6px #444;
	box-shadow: 15px 15px 20px -6px #444;
}

/* big */
#project {
	z-index: 1;
	position: relative;
	display: none;
	padding-top: 180px;
}
.projectpanel {
	width: 600px;
	height: auto;
	background: rgb(254, 254, 250);
	background: rgba(254, 254, 250, .8);
}
.projectimg {
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	border-radius:10px;
}
#minigolf {
	z-index: 5;
	position: relative;
	display: none;
	padding-top: 180px;
}
#mini2 {
	float: left;
	width: 300px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#mini3 {
	float: none;
	width: 300px;
	border-radius: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}
#mini1 {
	float: right;
	width: 300px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#fourbar {
	z-index: 5;
	position: relative;
	display: none;
	padding-top: 180px;
}
#four1 {
	float: left;
	width: 450px;
	height: 450px;
	border-radius: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
}
#four2 {
	float: right;
	width: 450px;
	height: 450px;
	border-radius: 10px;
	margin-left: 50px;
	margin-bottom: 20px;
}
#secdev {
	z-index: 5;
	position: relative;
	display: none;
	padding-top: 180px;
}
#secdev1 {
	float: right;
	width: 500px;
	border-radius: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#quadcopter {
	z-index: 5;
	position: relative;
	display: none; 
	padding-top: 180px;
}
.descpanel {
	font-size: 18px;
	text-align: left;
	width: 1000px;
	height: auto;
	background: rgb(254, 254, 250);
	background: rgba(254, 254, 250, .8);
}

/* art */
#art {
	z-index: 2;
	position: relative;
	display: none;
	padding-top: 180px;
}
.artpanel {
	width: 600px;
	height: auto;
	/*background: rgb(221, 255, 255);
	background: rgba(221, 255, 255, .8);*/
	background: rgb(254, 254, 250);
	background: rgba(254, 254, 250, .8);
}
.artimg {
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	border-radius:10px;
}

/* About */
#about {
	z-index: 3;
	position: relative;
	display: none;
	padding-top: 180px;
}
.aboutpanel {
	font-size: 12px;
	text-align: left;
	width: 1000px;
	height: auto;
	/*background: rgb(255, 255, 221);
	background: rgba(255, 255, 221, .8);*/
	background: rgb(254, 254, 250);
	background: rgba(254, 254, 250, .8);
}
#aboutcontent {
	font-size: 16px;
}
#profileimg {
	float: right;
	width: 300px;
	border-radius: 10px;
	margin-left:20px;
}

/* Welcome */
#contact {
	z-index: 4;
	position: relative;
	display: none;
	padding-top: 180px;
}
.contactpanel {
	width: 600px;
	height: auto;
	background: rgb(254, 254, 250);
	background: rgba(254, 254, 250, .8);
}
/* Pages and Panels End*/