
/* Begin navigation----------------------------*/
nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin:0px;
	z-index:99999;
	margin-bottom:5%;
}


nav ul a {
	color:white;
	text-decoration:none;
	padding:40px;
	font-family:sans-serif;
}

nav ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	background-color:rgba(0,0, 0, 0.8);
	text-align: center;

}
nav li{
	display: inline-block;
	position: relative;
	padding:10px;

}
nav a:hover{
	color: lightblue;
}
nav ul li ul{
	display: none;
	position: absolute;
	min-width: 100%;
	z-index: 998;
	background-color:white;
	
}
nav ul li:hover ul{
	display: block;
	border-radius:1px;
	border: 1px solid lightblue;
	margin-top:10px;
}
nav ul li ul li{
	display: block;
}
nav ul li ul li a{
	text-align: center;
	color:black;
	font-size:80%;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}

nav ul li ul li a:hover{
	color:red;
}
/*End Navigation--------------------------------- */


/* Home Page------------------------*/

.banner {
	width:99%;
	height:800px;
	margin: 0 auto;
	margin-left:0;
	margin-right:0;
	margin-top:38px;

}
#gallery {
	width:99%;
	height:800px; 
	position:absolute;
	overflow:hidden;
}


#canada{
	height:270px;
	width:100%;
	background-color:white;
	margin-top:0;
	left:0;
}

#rightSide{
	float:right;
}

#rightSide h1{
	margin-right:20%;
	position:absolute;
	left:40%;
	font-family:sans-serif;
	font-size:2.4em;
	margin-top:10%;
}
#code{
	height:264px;
	width:100%;
	background-color:#eaeaea;
	margin-top:0;
	display:block;
}

#code h1{
	font-family:sans-serif;
	position:absolute;
	left:50%;
	font-size:2.4em;
	margin-top:7%;
}

#project{
	display:block;
	position:relative;
	top:70px;
	background-color:white;
	height:200px;
}

#project h1{
	position:absolute;
	top:0;
	left:25%;
	font-family:sans-serif;
}

#project h1 a{
	color:lightblue;
}

#project h1 a:hover{
	color:red;
}


/*End home Page------------------------*/ 


/* TextBook Page*/

#sideright{
	text-align:left;
	font-family:sans-serif;
	font-weight:bold;
	font-size:1.3em;
	float:right;
	width:35%;
}

h2{
	color:lightblue;
}

#below{
	text-align:center;
	font-family:sans-serif;
	font-weight:bold;
	font-size:1.3em;
	width:35%;
	margin-top:100px;
	padding-left:38%;
	display:block;
	height:30px;
	float:left;
	
}

/*End textbook Page------------------------*/ 

/* Resume Page------------------------*/



/* end resume Page------------------------*/




/* contact Page------------------------*/
form{
	margin-top:0px;
	padding-left:20%;
	padding-top:80px;
	background-color:white;
	height:400px;
	font-family:sans-serif;
}

#form{
	width: 20%;
	display: table;
	padding: 30px;
	background-color: white;
	border: solid 2px black;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.row{
	display: table-row;

}

.row label{
	display: table-cell;
}
.row input{
	display: table-cell;
	padding: 10px;
	margin: 10px;
}

.row #submit{
	display: table-cell;
	cursor: pointer;
	color:red;
	margin-left:50px;
}

.row #submit:hover{
	color:lightblue;
}

.row input{
	border-radius:5px;
}

#rightform{
	font-family:sans-serif;
	height:300px;
	width:100%;
	background-color:white;
	text-align:center;
}

#rightform img{
	padding-left:45%;
	width:8%;
	display:table-cell;
}

#rightform h4{
	padding-top:30px;
}


/* End Contact Page------------------------*/



/* Lightbox css ---------------------------*/
#light{
	max-width: 80%;
	max-height: 80%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: auto;
	z-index:9999;
}

#curtain{
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	position: fixed;
	opacity: 0.4;
	z-index:9999;
}


/*End Lightbox CSS ---------------------------------*/


/* DISCUSSION page ---------------------------------*/
#discusForm{
	width: 10%;
	display: table;
	padding:10px;
	margin:0;
	background-color: white;
	border: solid 2px black;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	height:50px;
}

#whosweb{
text-align:center; 
font-family:sans-serif;
 margin-top:3%; 
 color:black;
}

#selfie{
	width:40%; 
	margin-top:3%;
	float:right;
	margin-right:4%;
}


#mynamemike{
	float:left; 
	font-family:sans-serif; 
	margin-top:3%;
	font-weight:bold;
	margin-left:4%;
}

#textbox{
	height:100%;
	width: 40%;
}


#welcometoapplepie{
	text-align:center;
	font-family:sans-serif;
	margin-top:80px; 
	font-size:2em;
	color:black;
}

#singlescreenshot{
	width:14.5%; 
	margin-left:25%;
}

.appdesc{
	font-family:sans-serif;
	margin-top:100px;
	margin-right:150px;
}

#below{
	margin-top:150px;
}

#swiftCoco{
	width:13%; float:left; padding-left:15px;
}

#below p {
	margin-left:30px; padding:0; float:left;
}

#doublescreenshot{
	width:20%;  margin-left:5%;
}

#tripple{
	width:14.5%;  margin-left:3%;
}

#discuss{
	text-align:center; padding-top:60px; font-family:sans-serif;
	
}

#welcomeHeader{
	color:white; 
	position:absolute;
	top:100px; 
	left:30%;
	z-index:9999;
	font-family:sans-serif;
	font-size:200%;
}


#canada img {
	width:16%;
}

#code img{
	float:right; width:16%; margin-top:20px;
}

#project img {
	width:10%;
}

#resume img{
	width:8%; 
	display:table-cell;
}

#thanks{
	text-align:center;
	padding-top:60px;
	font-family:sans-serif;
}

#resume img{
	width:40%;
	padding-left:30%;
}


.projectname{
	color:black;
	padding-left:10px;
}

.projectname:hover{
	text-decoration:none;
}

/* Media Querries */

@media only screen and (max-width: 480px){
body{
	margin-top:70%;
	font-size:1em;
}

p{
	float:left;
	padding:0;
	margin:0;
}

nav ul li:hover ul{
	display:none;
}

nav ul li{
margin:0;
}

.banner{
display:none;
}

#welcomeHeader{
display:none;
}

.form{
	width:80%;
}
img{
	position:absolute;
	display:none;
}
#resume img {
	width:100%;
	padding:0;
	margin:0;
}

.fix{
	margin-top:100%;
}

}
