@charset "UTF-8";
/* CSS Document */

.wrapper {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
}
body {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	margin: 0;
}
.header {
	padding: 80px;
	text-align: center;
	background: #1d2228;
	color: #e1e2e2;
}
.header h1 {
	font-size: 50px;
}
.header p {
	font-size: 25px;
}
.navbar {
	overflow: hidden;
	background-color: #e1e2e2;
}
.navbar a {
	float: left;
	display: block;
	color: #1d2228;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
}
.navbar a.right {
	float: right;
}
.navbar a:hover {
	background-color: #FE8122;
	color: #1d2228;
}
.active{
	background-color: #FE8122;
}
.navbar .icon {
	display: none;
}
@media screen and (max-width: 768px) {
	.navbar a:not(:first-child) {display: none;}
	.navbar a.icon {
		float: right;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.navbar.responsive {position: relative;}
	.navbar.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.navbar.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}
.img-1 {
	padding: 40px;
	background: #1d2228;
}
.container-1 {
	padding: 10px;
	background-color: #1d2228;
}
.column {
	float: left;
	width: 50%;
	margin-top: 6px;
	padding: 20px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.column h2 {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	font-size: 30px;
	color: #e1e2e2;
}
.column p {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	font-size: 18px;
	color: #e1e2e2;
}
.container-2 {
	width: 100%;
	background-color: #1d2228;
}
.skills {
	text-align: right;
	font-size: 14px;
	padding: 1px;
	color: #e1e2e2;
}
.html {
	width: 65%;
	background-color: #fe8122;
}
.PS {
	width: 80%;
	background-color: #fe8122;
}
.sketch {
	width: 50%;
	background-color: #fe8122;
}
.office {
	width: 90%;
	background-color: #fe8122;
}
@media screen and (max-width: 768px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.column-2 {
	float: left;
	width: 50%;
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	color: #1d2228;
}
.row-2:after {
	content: "";
	display: table;
	clear: both;
}
.container-3 {
	background: #e1e2e2;
}
@media screen and (max-width: 768px) {
	.column-2 {
		width: 100%;
	}
}
.links {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	font-size: 18px;
	text-align: center;
	color: #1d2228;
	background: #e1e2e2;
}
.links-2 a {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	font-size: 18px;
	text-align: left;
	color: #e1e2e2;
	background: #1d2228;
}
.links-2 h3 {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	font-size: 18px;
	text-align: left;
	color: #e1e2e2;
	background: #1d2228;
}
label {
	color: #e1e2e2;
}
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #1d2228;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
}
input[type=submit] {
	background-color: #e1e2e2;
	color: #1d2228;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
}
.container-4 {
	background-color: #1d2228;
	padding: 10px;
}
.column-3 {
	float: left;
	width: 50%;
	margin-top: 6px;
	padding: 20px
}
.row-3:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 768px) {
	.column-3, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}
footer {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	text-align: center;
	padding-top: 10px;
	color: #e1e2e2;
	background: #1d2228;
	padding-bottom: 10px;
}
.exfoot footer {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
	text-align: center;
	padding-top: 10px;
	color: #1d2228;
	background: #e1e2e2;
	padding-bottom: 10px;
}
@media screen and (max-width: 1000px){
	.wrapper {
		width: 710px;
	}
}
@media screen and (max-width: 767px){
	.header h1 {
		font-size: 40px;
		text-align: center;
	}
	.header p {
		font-size: 20px;
		text-align: center;
	}
	.wrapper {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}