/* 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;
}
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;
}


.box {
	background-color: #4ECDC4; /*Medium Turquoise http://www.flatuicolorpicker.com/ */
	height: 400px;
	text-align: center;
	margin-bottom: 50px;
}
.name {
	font-size: 36px;
	color: white;
	padding-top: 125px;
	font-family:Helvetica;
}
.tagline{
	color:white;
	font-family:Helvetica;
	margin-top: -10px;
}
.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;
}

.link {
	text-decoration: none;
	color: #E67E22;
	font-family: Calibri;
}

.resume-box {
	border: 2px dashed #E67E22; /*Zest http://www.flatuicolorpicker.com/ */
	padding-left: 20px;
	margin-top: 20px;
}

.resume-heading {
	color: #4ECDC4;
}

.about {

	border-bottom: 2px dotted #E67E22; /*Zest http://www.flatuicolorpicker.com/ */
}
.skills {
	float: right;
}
.test{
	float:left;
	width:20em;
	margin:0;
	padding:0;
	list-style: none;
}
.test2 {
	float:left;
	width: 10em;
	margin: 0;
	padding: 0;
}
.box2 {
	background-color: #ecf0f1; /*Porcelain from http://www.flatuicolorpicker.com/ */
	height:520px;
	width:auto;
	padding-top:20px;
	
}
.box3 {
	background-color: #ecf0f1; /*Porcelain from http://www.flatuicolorpicker.com/ */
	height:380px;
	width:auto;
	padding-top:20px;
}
.intense {
	font-size: 86px;
	color: #E67E22;
	font-family: Candara;
}
.software {
	color: #E67E22;
	padding-left: 140px;
	padding-top: 30px;
}
table {
	padding-left: 130px;
	table-layout: fixed;
}
td {
	width: 800px;
	padding-bottom: 8px;
}
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;
}
.gallery{
	margin-top: 40px;
	margin-bottom: -20px;
}
.bullet {
	list-style-type: none;
}
.sample{
	width:300px;
	height: auto;
	border: 25px solid #ecf0f1; /*Porcelain from http://www.flatuicolorpicker.com/ */
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
	box-shadow: 5px 5px 20px #DADFE1 /*Iron from http://www.flatuicolorpicker.com/ */
}
.graph {
	width: 450px;
	height: auto;
}
.border {
	width:350px;
	height: auto;
	border: 25px solid #ecf0f1; /*Porcelain from http://www.flatuicolorpicker.com/ */
	margin-right: 50px;
	background-color: #ecf0f1; /*Porcelain from http://www.flatuicolorpicker.com/ */
	margin-bottom: 200px;
	margin-top: 40px;
	box-shadow: 5px 5px 20px #DADFE1 /*Iron from http://www.flatuicolorpicker.com/ */
}
.border2 {
	font-family: Calibri;
	width:300px;
	height: auto;
	border: 25px solid #ecf0f1; /*Porcelain from http://www.flatuicolorpicker.com/ */
	margin-right: 50px;
	background-color: #ecf0f1;
	margin-bottom: 40px;
	margin-top: 40px;
	box-shadow: 5px 5px 20px #DADFE1 /*Iron from http://www.flatuicolorpicker.com/ */
}