/*the complete page*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

h4 {
	font-size: 78px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 60px auto;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	margin-top: 30px;
}

h2 {
	margin-top: 30px;
}

code {
	background-color: #ebebeb;
	padding: 3px;
	font-family: 'Inconsolata';
	color: black;
}
/*edits content*/
#content {
	margin-left: 170px;
	overflow: auto;
	
}
#clicker{
	left: 0px;
	top: 0px;
	height: 25px;
	width: 25px;
	position: fixed;
	display:none;
	/*background-color: blue;*/
	z-index: 3;
}
#navImg{
	height: 25px;
	width: 25px;
}

#content div {
	padding: 0px 20px 20px 20px;
	position: relative;
	
}

p {
	max-width: 800px;
}


.prettyprint, .prettyprint code {
	max-width: 48em;
	background-color: #ebebeb;
	border-color: #f0f6ba;
	font-family: 'Inconsolata';
	overflow: auto;
	padding: 0;
}


#introPage {
	color: white;
	background-color: #94c7eb;
	
}

#conceptPage {
	color: navy;
}

#serverPage {
	color: white;
	background-color: #94c7eb;
}

#clientPage {
	color: navy;
}

#github {
	color: white;
	background-color: #94c7eb;
}

#testingPage {
	color: navy;
}

#hostingPage {
	color: white;
	background-color: #94c7eb;

}


/*navigation list*/
.list {
	list-style: none;
	display: none;
	background-color: #b5bceb;
	width: 100%;
	padding: 10px;
}

/*navigation sublist*/
.subList {
	margin-bottom: 5px;
}
/*navigation headers*/
#navbar {
	width: 175px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: navy;
	color: white;
	height: 100%;
	z-index: 2;
}

@media (max-width: 700px) {
	#satan {
		width: 250px;
		height: 185px;
	}

	#satan1 {
		width: 195px;
		height: 79px;
	}

	#satan2 {
		width: 184px;
		height: 163px;
	}

	#satan3 {
		width: 150px;
		height: 66px;
	}
}

.nav {
	border-bottom: 1px solid #FFF;
}

.nav:hover {
	border: 0;
}

#intro:hover {
	border-bottom: 1px solid #FFF;
}

h3 {
	padding-left: 20px;
}

#navbar ul, #navbar a {
	color: white;
	text-decoration: none;
}

#navbar a:hover {
	color: gray;
}