body {
	background-color: lightgrey;
	font-family: "Times New Roman", Times, serif;
}

#contents {
	border: 1px solid grey;
	/*border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;*/
	margin: auto;
	width: 800px;
	/*text-align: center;*/
	position: relative;
	/*left: -10px;*/
	/*list-style-type: none;*/
	background-color: white;
	overflow: hidden;
}

#container {
	float: right;
	margin: auto;
	text-align: center;
	position: relative;
	width: 445px;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 50px;
	/*padding: 30px;*/
}

h1 a{
	text-align: center;
	color: #6ACFFF;
	/*text-shadow: 4px 4px 6px #6AEAFF;*/
	font-size: 50px;
	text-decoration: none;
}

#headshot {
	position: relative;
	max-width: 17%;
	/*width: 10px;*/
    height: auto;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*border: 1px solid blue*/;
}

.menu {
	/*border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;*/
	margin: auto;
	width: 800px;
	text-align: center;
	position: relative;
	list-style-type: none;
	background-color: black;
}

.menu a {
	color: white;
	text-align: center;
	position: relative;
	padding: 20px;
	text-decoration: none;
	font-size: 18px;
}

#selected {
	color: #6ACFFF;
}

.menu a:hover {
	/*background-color: silver;*/
	color: #6AEAFF;
}

.menu li {
	display: inline;
	text-align: center;
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	text-justify: inter-word;
}

.checked {
	color: gold;
}

.unchecked {
	color: gray;
}

.skills {
	text-align: left;
}

#stars {
	float: right;
	padding-right: 100px;
}

#right {
	float: right;
}

.split1 {
	position: relative;
	width: 400px;
	float: left;
}

.split2 {
	width: 400px;
	float: right;
}

.collapsible {
	background-color: #6AEAFF;
	color: black;
	cursor: pointer;
	padding: 10px;
	width: 50%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	}

.active, .collapsible:hover {
	background-color: #6ACFFF;
}

.collapsible:after {
	content: '\02B9F';
	font-size: 15px;
	color: black;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\02B9D";
}

.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}

#collapse {
	padding-left: 25px;
	padding-right: 25px;
}
/*
#LinkedIn, #mail, #phone {
	display: block;
    float: left;
    width: 35px;
    height: 30px;
    padding: 20px;
	font-size: 32px;
	color: black;
}
*/
.projects {
	position: relative;
	text-align: center;
	/*color: white;*/
}

.proj {
	width: 60%;
	padding-left: 10px;
}

.proj-r {
	width: 60%;
	padding-right: 10px;
	float: right;
}

.proj img, .proj-r img {
	width: 100%;
	border: 1px solid black;
}

.proj_info {
	width: 35%;
	color: black;
	position: absolute;
	top: -15px;
	right: 10px;
}

.proj_info-l {
	width: 35%;
	color: black;
	position: absolute;
	top: -15px;
	left: 10px;
}

.proj_info_long {
	width: 35%;
	color: black;
	position: absolute;
	top: -90px;
	right: 10px;
}
/*
.color {
	width:100%;
	background-color: black;
	opacity: 75%;
}

.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

.top-left h4{
	position: absolute;
	top: 20px;
	/*left: 10px;
	text-align: left;
	width: 100px;
}
*/
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
}

.centered a {
	color: white;
}

#LinkedIn, #mail, #phone {
	display: block;
    float: left;
    width: 35px;
    height: 30px;
    padding: 20px;
	font-size: 32px;
	color: black;
}
/*
#LinkedIn {
	display: block;
	width: 35px;
    height: 30px;
	padding-left: 385px;
}
*/
#alert {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	text-justify: inter-word;
	text-decoration: emphasis;
	color: red;
}

form, h2 {
	text-align: center;
	padding-bottom: 20px;
}

#emphasis {
	color: red;
	text-align: center;
}

#thanks {
	text-align: center;
}
/*
#mail {
	display: block;
    float: left;
    width: 30px;
    height: 30px;
    padding: 20px;
}

#phone {
	display: block;
    float: left;
    width: 35px;
    height: 30px;
    padding: 20px;
}
*/
.credit {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	text-justify: inter-word;
	font-size: 8px;
}

footer {
	margin: auto;
	width: 800px;
	position: relative;
	text-align: left;
}

#resume {
	float: right;
}

#portfolio {
	margin: auto;
	width: 800px;
	position: relative;
	text-align: right;
}