<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	
	min-width:710px;
}

a {
	color:#FFFFFF;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

a:hover, a:focus {
	color:#0e83cd;
}

#header {
	width: 100%;
	height: 60px;
	background-color: #34495e;
}

#hello {
	text-align: left;
	padding: 20px 5px
}

#body {
	width: 100%;
	height: 800px;
	background-color: #2c3e50;
}

.baseline {
	color: #FFFFFF;
	text-shadow: 0 1px 2px #545454;
	text-align: center;
}

#article_image {
	width: 104px;
	height: 103px;
	margin: 0 auto;
	padding-top: 25px;
}

#article_title {
	font-size: 42px;
	padding: 20px 0;
}

#article_description {
	padding: 5px 0;
}

#section_title {
	padding: 20px 0;
}

#section_container {
	width: 700px;
	margin: 45px auto;
}

#site_project_recupmap_img {
	width: 42px;
}

#site_project_recupmap_link {
	position: relative;
	bottom: 15px;
}

#site_project_bounder_img {
	width: 42px;
}

#site_project_bounder_link {
	position: relative;
	bottom: 15px;
}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
	color: #0e83cd;
}

.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}

#cv_button_zone {
	text-align: center;
}

#show_cv {
	border: 3px solid #ffffff;
	text-decoration:none;
}

#show_cv:hover, #show_cv:focus {
	text-decoration:none;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(44,62,80,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	color: #fff;
	background: #34495e;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content &gt; h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content &gt; div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content &gt; div p {
	margin: 0;
	padding: 10px 0;
}

.md-content &gt; div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content &gt; div ul li {
	padding: 5px 0;
}

.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(44,62,80,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.md-close {
    cursor: pointer;
    display: block;
    font-size: 1.15em;
    padding: 27px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.md-close:hover, .md-close:focus {
	color:#999999;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.section_link {
    position: relative;
    z-index: 1;
	width:200px;
	margin: 0 15px;
	float:left;
	text-align:center;
}

.section_link &gt; a {
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 5px;
    transition: color 0.3s ease 0s;
	text-decoration:none;
	text-shadow: 0 1px 2px #545454;
	cursor: pointer;
}

.section_link &gt; a:before, .section_link &gt; a:after {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 2px;
    left: 0;
	margin-top: -1px;
	position: absolute;
    top: 50%;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.section_link &gt; a:before {
    transform: translateY(-20px);
}

.section_link &gt; a:after {
    transform: translateY(20px);
}

.section_link &gt; a:hover, .section_link &gt; a:focus {
    color: #fff;
}

.section_link &gt; a:hover:before, .section_link &gt; a:hover:after, .section_link &gt; a:focus:before, .section_link &gt; a:focus:after {
    opacity: 0.7;
}

.section_link &gt; a:hover:before, .section_link &gt; a:focus:before {
    transform: rotate(45deg);
}

.section_link &gt; a:hover:after, .section_link &gt; a:focus:after {
    transform: rotate(-45deg);
}

#footer {
	width: 100%;
	height: 120px;
	background-color: #34495e;
}

#footer_title {
	text-shadow: 0 0 0;
	font-size: 12px;
	padding: 50px 0;
}</pre></body></html>