/* Setting up our grid */
.container {
	width: 1280px; /*Set the width of the entire website here */
	margin-right: auto;
	margin-left: auto; /* Margin-left and right are set to auto to center the container */
	background-color: white;
}
.five:first-child, .four:first-child, .three:first-child, .two:first-child, .one:first-child, .six:first-child { 
	margin-left: 0; /* This line of code makes the left-most column align to the left of the screen */

}

.six {
	width: 100%; /* This div spans six columns (the entire row)*/
	display: block; /*Display: block changes the orientation of elements to horizontal rather than vertical (it makes each column appear to the right of the previous column)*/;
}
.five {
	width: 80%; /* This div spans five columns */
	display: block;
	float:left;
	margin-left: 2%;
}
.four {
	width: 66%;
	display: block;
	float:left;
	margin-left: 2%;

}
.three {
	width: 49%;
	display: block;
	float:left;
	margin-left: 2%;

}
.two {
	width: 32%;
	display: block;
	float:left;
	margin-left: 2%;

	}
.one {
	width: 15%;
	display: block;
	float:left;
	margin-left: 2%;

}
.row {
	width: 100%;
	clear: both; /* Clear creates new styles for the next row */
	padding: 0px;
	margin: 0px;
}
.about {
	border-bottom: 2px dotted #E67E22; /*Zest http://www.flatuicolorpicker.com/ */
	font-family: Calibri;
}
nav {
	font-family: helvetica;
	background-color: #D2D7D3; /*Original #ECECEC Silver Sand http://www.flatuicolorpicker.com/ */
	height: 75px;

	
}
nav ul {
	padding: 0;
	margin: 0;
	float: right;
}

nav ul li {
	display: inline-block;
	padding-top: 28px;
	font-size: 16px;
	margin-right: 16px;
}

nav ul li a {
	color: white;
	text-decoration: none;
}
.current {
	background-color: #4ECDC4; /*Edward http://www.flatuicolorpicker.com/ */
	height: 45px;
	padding: 27.5px;

}

p {
	font-family: Calibri;
}

.skills {
	float: right;
}
.test{
	float:left;
	width:20em;
	margin:0;
	padding:0;
	list-style: none;
}
.test2 {
	float:left;
	width: 10em;
	margin: 0;
	padding: 0;
}
.programs {
	padding-right: 20px;
}
.categories {
	Padding-left: 20px;
}
.box {
	background-color: #4ECDC4; /*Medium Turquoise http://www.flatuicolorpicker.com/ */
	height: 400px;
	text-align: center;
}
.name {
	font-size: 60px;
	color: white;
	padding-top: 125px;
	font-family:Helvetica;
}
.tagline{
	color:white;
	font-family:Helvetica;
	margin-top: -30px;
}
.my-work {
		
	border-top: 1px white dashed;
	border-bottom: 1px white dashed;
	margin-top: 40px;
}
#view-work{
	font-size: 28px;
	text-decoration: none;
	color: #E67E22; /*Zest http://www.flatuicolorpicker.com/ */
	font-family: Calibri;
}

.bio {
	font-family: Calibri;
}
.quote {
	font-size:30px;
	padding-left: 80px;
	padding-top: 50px;
	font-family:Georgia;
}
footer {
	display: block;
	background-color: #E67E22; /*Silver Sand (change Zest) from http://www.flatuicolorpicker.com/ */
	height: 50px;
	padding-top: 8px;
	padding-left: 10px;
	color: white;
	font-family: Helvetica;
}
footer ul li{
	display: inline-block;
	text-align: center;
	padding-left: 20px;
	margin-left: 8px;
}
footer ul li a {
	text-decoration: none;
	color: white;
}
#email {
	float: right;
	margin-left: 20px;
}
/*hide
.button {
	display: block;
	height: 100px;
	width: 300px;
	background:#34696f;
	border: 2px solid rgba (33, 68, 72, 0.59);
	
	color: rgba(0, 0, 0, 0.55);
	text-align: center;
	font: bold 3.2em/100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	background: linear-gradient (top, #34696f, 0.2);
	border-radius: 50px;
	box-shadow: 0 8px o #1b383b;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}
a.button {
	text-decoration: none;
}
.sidebar {
	background-color:#95a5a6;
	height: 300px;

}
.sidebar h1, ul {
	color: white;
		margin: 15px;
}
*/

