@font-face{
	font-family:'socicon';
	src: 	url('fonts/Socicon.eot'); /* IE9 Compat Modes */
	src: 	url('fonts/Socicon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('fonts/Socicon.woff') format('woff'), /* Pretty Modern Browsers */
			url('fonts/Socicon.ttf')  format('truetype'), /* Safari, Android, iOS */
			url('fonts/Socicon.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Material.woff2) format('woff2');
}
@font-face{
	font-family:'anton';
	src : url('fonts/Anton-Regular.ttf') format('truetype');
}
@font-face{
	font-family:'baloo';
	src: url('fonts/Baloo-Regular.ttf')  format('truetype');
}
@font-face{
	font-family:'comfortaa';
	src: url('fonts/Comfortaa-Regular.ttf')  format('truetype');
}
@font-face{
	font-family:'open-sans';
	src: url('fonts/OpenSans-Regular.ttf')  format('truetype');
}
* {
	padding: 0; margin: 0;
	color: #616161;
}
body{
	background-color: #fff;
	min-width: 300px;
}
html {
	font-family: 'open-sans';

}
.container {
	width: auto;
	padding: 30px;
	display: flex;
	flex: auto;
	max-width: 800px;
}
#row {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	background-color: grey;	
}
.col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}
.small-caps {
	font-size: smaller;
	font-family: 'comfortaa';
}
#left {
	width: 6%;
	height: 100%;
	overflow: hidden;
	background: #0087a8;
}
#logo {
	margin-top: 10%;
	width: 60%;
	transform: rotate(-90deg);
}
#right {
	background: #ffffff;
}
#personal {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex: auto;
	align-items: center;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
}
#personal hr {
	width: 15%;
	transform: rotate(90deg);
	display: block; 
	border: 0; 
	height: 1px; 
	margin: 15px 0px 15px 0px;
	background: #333; 
	background-image: linear-gradient(to right, #ccc, #333, #ccc); 
}
#image_box {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
#profile_picture {
	width: 85px;
	height: 100px;
	min-width: 85px;
	min-height: 100px;
	background-image: url(image/pgnnet.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin: 10px; 
}
.flex_c_cb {
	display: flex;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex_r_cb {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex_r_cm {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-o-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex_r_ct {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}
.flex_end_fill {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-o-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.blue {
	color: #0087a8;
}
#about {
	display: flex;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: left;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.coller {
	display: flex;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.rower {
	display: flex;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

}

#about span {
	padding: 3px;
}
.clear {
	padding: 3px;
}
* a {
	text-decoration: none;
}
.fs22 {
	font-size: 22px;
}		
.fs20 {
	font-size: 20px;
}		
.fs18 {
	font-size: 18px;
}		
.fs16 {
	font-size: 16px;
}		
.fs14 {
	font-size: 14px;
}
.bold_font {
	font-family: 'open-sans', sans-serif;
	font-weight: 800;			
}
.thin_font {
	font-family: 'open-sans', sans-serif;
	font-weight: 100;
}
.normal_font {
	font-family: 'open-sans', sans-serif;
	font-weight: 400;
}
.max {
	font-family: 'open-sans', sans-serif;
	max-width: 1000px;
	text-align: justify;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
div.navigation {
    border-right: 1px solid #eee;
    display: flex;
    padding: 1% 1% 1% 1%;
    height:98%;
    z-index: 99;
    flex-direction: column;    
    background-color:#0087a8;
    justify-content: space-between;
    position: fixed;
}
div.navigation .up,div.navigation .down{
	display: flex;
	align-items: center;    
	flex-direction: column;
}
div.navigation a {
	margin:8px 5px;
	transition: color 0.3s;
	color: #fff;
	cursor: pointer;
	position: relative;
}
div.navigation a.active {
	color: #000;
}

div.navigation a.aside {
	float: right;
	margin-right: 0;
}
div.main{
    padding: 30px 108px;
}
div.main-row{
    border: 1px solid #000;
    padding: 30px 108px;
    justify-content: center;
    display: flex;
    white-space: nowrap;
    height: calc(100vh - 20px);
    flex-wrap: wrap;
    flex-direction: column;
}
div.claim {
	text-align: center;
}

svg.logo {
	width: 53px;
	height: 43px;
	transform: rotate(-90deg);
}

div.foot {
	border-top: 1px solid #f6f6f6;
	text-align: center;
	padding-top: 2em;
}
#frame {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -9999;
	background-color: rgba(255,255,255, 0);
	color: #fff;
}
#back_click {
	width: 100%;
	height: 100%;
}
#popup {
	position: absolute;
	opacity: 0;
	width: 250px;
	padding: 20px 40px;
	margin-top: 10px;
	background-color: #fff;
	transform: scale(.5);
	border-radius: 10px;
	border: #fff solid 1px;
	transition: .3s;
}
#popup label {
	width: 15%;
}
#popup .inputs {
	border:none;
	padding: 5px 2.5%;
	margin: 5px 0px 5px 0px;
	width: 80%;	
	font-size: 1em;
	outline: none
}
#popup .btl {
	border-bottom: 1px solid #999;
}
#exit {	
	position: absolute;
	margin-left: auto;
	margin-right: 0px;
	left: auto;
	right: 15px;
	cursor: pointer;
}
#exit:hover  #popup {
	background: red;
} 
.blue_button {
	width: 100%;
	background-color: #4194ff;
	padding: 10px;
	border: 1px solid #aeaeae;
	border-radius: 5px;
	margin: 5px 0px 5px 0px;
	color: #fff;
	font-family: 'open-sans';
	font-size: 1em;
}
.war {
	background-color: red;
	color: #fff;
	font-weight: 500;
	padding: 5px 10px;
}
.strch {
	width: 80%;
}
@media (max-width: 550px) {
	svg.logo {
		margin-right: 0px;
		margin-bottom: 0px;
		transform: rotate(0deg);
	}
	div.navigation {
	    border-bottom: 1px solid #eee;
	    display: flex;
	    width: 98%;
	    height: auto;
	    z-index: 99;
	    flex-direction: row;
	    background-color: #0087a8;
	    justify-content: space-between;
	    position: fixed;
	}
	div.navigation .up, div.navigation .down {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	}
	div.navigation a {
		margin:2px 5px;
		transition: color 0.3s;
		color: #fff;
	}
	div.main{
		padding:80px 0 !important;
	}
}	
@media only screen and (max-width: 880px) {
 	#personal hr {
		width: 100%;
		transform: rotate(0deg);
	}
	#name {
		text-align: center;
	}
 	#image_box {
		display: flex;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		align-items: center;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	#personal {
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		min-width: 250px;
	}
	.content {
		flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.left {
		margin-left: 0;
		margin-top: 15px;
	}
	#left {
		width: 10%;
		display: none;
	}
	#right {
		width: 90%;
	}
	.container {
		width: auto;
	}
 }
