@charset "UTF-8";

body {
	/* background-image: url(images/matboard.gif); */
}

#Table_01 {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#Table_02 {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	clear: both;
}

.footer {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 75px;
	text-align: center;
	bottom: 0;
	clear: both;
}
.bio_text {
	font-family: "Donegal One";
	font-size: 18px;
	color: #333;
	text-align: justify;
	vertical-align: middle;
	width: 677px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 30px;
}

/* CV PAGE */

.cv_container {
	font-family: "Donegal One";
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 1400px;
}

.cv_column_left {
	float: left;
	width: 750px;
	text-align: left;
	background-color: #f7f7f7;
	margin-bottom: 30px;
	border-radius: 20px;
}

.cv_column_right {
	float: right;
	width: 250px;
	text-align: right;
	background-color: #f7f7f7;
	margin-bottom: 30px;
	border-radius: 20px;
	
}

.cv_column_right_icon {
	float: right;
	width: 250px;
	text-align: center;
	background-color: #f7f7f7;
	margin-bottom: 30px;
	border-radius: 20px;
	
}

.cv_title {
	font-size: 24px;
	font-style: italic;
	color: #003366;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-bottom: 1px;
}

.cv_head1 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003;
	background-color: #F7F7F7;
	display: block;
	margin-bottom: 10px;
	text-indent: 10px;
	margin-top: 20px;
}

.cv_head2 {
	font-size: 16px;
	color: #036;
	background-color: #F7F7F7;
	display: block;
	text-indent: 15px;
	text-decoration: underline;
}

li:not(:last-child) {
    margin-bottom: 5px;
}

.cv_list1 {
	background-color: #f7f7f7;
	font-size: 14px;
	margin-top: 5px;
	list-style-type: none;
	color: #333;
	padding-right: 10px;
}

.cv_list2 {
	background-color: #f7f7f7;
	font-size: 14px;
	list-style-type: circle;
	color: #333;
	margin-top: 5px;
	padding-right: 10px;
}

.cv_subscript {
	font-size: 10px;
}

.cv_textbox {
	color: #333;
	background-color: #F7F7F7;
	padding: 15px;
	margin-top: 1px;
	margin-bottom: 20px;
	font-size: 16px;
}

.cv_link {
	font-size: 18px;
	color: #003366;
	vertical-align: 50%;
}

/* Portfolio Page */

.portfolio_container {
	font-family: "Donegal One";
	height: 750px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.portfolio_title {
	font-size: 24px;
	font-style: italic;
	color: #003366;
	text-decoration: underline;
	background-color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 1px;
	margin-top: 30px;
}
.portfolio_box {
	background-color: #f7f7f7;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 40px;
	border-radius: 20px;
}

/* CONTACT PAGE */

.contact_text {
	font-family: "Donegal One";
	font-size: 19px;
	color: #333;
	text-align: justify;
	vertical-align: middle;
	width: 677px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #f7f7f7;
	padding: 40px;
	border-radius: 20px;
}

.contact_link {
	font-family: "Donegal One";
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-variant: normal;
}
