html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, big, code,
del, dfn, em, img, ins,
small, strike, strong,
ol, ul, li,
form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: arial, sans serif;
	vertical-align: baseline;
	text-decoration: none;
}
* {
	box-sizing: border-box;
}

#all-links {
	position: fixed;
	opacity: .8;
	z-index: 1;
	background: rgb(10,10,10);
	color: #FFF;
	width: 55px;
	border-radius: 5px;
	top: 70px;
	left: 0;
	border-radius: 0 0 5px 0;
}

*:focus{
	outline:none;
}

abbr{
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

li > a{
	cursor: pointer;
}

body{
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	position: relative;
}

.border{
	width: 210px;
	height: 269px;
	background-color: white;
	border-radius: 5px;
}

.border > img{
	margin: 5px;
	width: 200px;
	height: 259px;
}

@media (min-width: 701px) {
	a#down{
		width: fit-content;
		margin: 40px auto 20px auto;
	}
}

@media (max-width: 700px) {
	a#down{
		margin: 40px 5% 20px;
	}
}
.button{
	color: white;
	background: linear-gradient( #5297CB, #5BA1D0);
	border-radius: 20px;
	text-shadow: 0px 1px 0px rgba(219, 77, 77, 0.2);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
	display: block;
	padding: 12px;
	text-align: center;
}

.button:hover{
	background: #555;
	background: linear-gradient( #777, #333);
}

@media (min-width:  701px) {
	header {
		position: fixed;
		z-index: 1;
	}
}

header {
	opacity: .8;
	background: rgb(10,10,10);
	color: #FFF;
	float: left;
	width: 100%;
}

header > div > div.wrap > div{
	margin: 5px;
	margin-right: 35px;
	margin-left: 35%;
}

header > div > div.wrap > div > h1 {
	font-size: 2rem;
	color: #EEE;
	text-shadow: 0px 0px 4px #DDD;
	filter: dropshadow(color=#DDD, offx=0, offy=0);
}

header > div > div.wrap > div > h2 {
	font-size: 1.3rem;
	color: #EEE;
	text-shadow: 0px 0px 1px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}

div.head {
	float: right;
	margin-right: 5px;
	margin-top: 2px;
}

div.head > a {
	color: #fff;
}

.unselect {
	opacity: 0.3;

	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: linear;
}

.unselect:hover {
	opacity: 1;
}

@media (min-width: 701px) {
	div.head {
		width: 30px;
	}
}

@media (max-width: 700px) {
	header .head img {
		display: none;
	}
	header .head .unselect {
		display: block;
	}
}

header > div {
	width: 100%;
}

header > div > div.wrap > nav {
	float: right;
	margin-top: 25px;
}

nav > ul > li {
	display: inline;
	margin-right: 50px;
}

nav > ul > li > a {
	color: #999;
	font-size: 17px;

	transition-property: text-shadow, color;
	transition-duration: .3s, .3s;
	transition-timing-function: linear, linear;
}

nav > ul > li > a:hover {
	color: white;
	text-shadow: 0px 0px 10px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}

nav > ul > li.active > a{
	color: white;
	text-shadow: 0px 0px 10px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}

div.content{
	width: 100%;
	padding-top: 76px;
}

div.wrap{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.blog-link {
	position: absolute;
	left: 10px;
	font-size: 2.8rem;
	color: white;
	top: 9px;
}
.blog-link:hover {
	color:  #7588d2;
}
h1#in{
	text-align: center;
	font-size: 25px;
	margin: 10px;
}

@media (min-width: 701px) {
	#info-p {
		margin-left: 10%;
	}
}
@media (max-width: 700px) {
	.border {
		margin: 0 auto;
	}
	#info {
		flex-flow: column;
	}
}

#info {
	margin-left: 8%;
	margin-right: 8%;
	display: flex;
}

#info-p {
	font-size: 1.1rem;
	flex-grow: 1;
}

#info table > tbody > tr > td:last-child{
	padding-right: 2rem;
}

#socio{
	margin: 2rem auto;
	width: fit-content;
	display: flex;
	gap: 15px;
}

#socio > a > img{
	transition: all .5s;
}

#socio > a > img:hover{
	transform: rotate(360deg);
}

div#info table > tbody > tr > td{
	width: 50%;
	padding: 5px;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}

div#info table > tbody > tr > td > a{
	color: black;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: linear;
}

div#info table > tbody > tr > td > a:hover{
	color: #999;
}

.txt{
	padding-top: 20px;
}

.separator{
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.separator hr{
	width: 37%;
	height: 1px;
	background-image: linear-gradient(to left, transparent, rgba(0, 0, 10, .9), transparent);
	border: 0;
}
.center{
	text-align: center;
	font-size: 2rem;
	color: #0E7C91;
}

.clear{
	margin-left: 5%;
	margin-right: 5%;
}

.progress{
	width: 25%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}

.progress > p{
	text-align: center;
}

.progr_sys{
	width: 33%;
}

.progress > p{
	margin-bottom: 5px;
	font-weight: bold; 
}

p{
	text-align:justify;
}

section.xp {
	margin-bottom: 4rem;
}
section.xp > div > h2{
	font-size: 1.5rem;
	margin-top: 40px;
	color: #EB7C12;
	margin-bottom: 12px;
}

section.xp > div > h2 > i > a{
	font-size: 1.5rem;
	margin-top: 40px;
	color: #EB7C12;
	margin-bottom: 12px;
}

section.xp > div > h3{
	font-size: 1.3rem;
	margin-bottom: 5px;
}

section.real > div > h2{
	font-size: 1.5rem;
	margin-top: 25px;
	margin-bottom: 13px;
	color: #EB7C12;
}

section.real > div > div > h2{
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #EB7C12;
}

section.real > div > table > tbody > tr > td.first-td{
	padding-right: 40px;
}

section.real > div  > p{
	margin-top: 10px;
}

div#project{
	float: left;
	width: 60%;
}

@-keyframes AutoSlide{
	0%,
	15%,
	100%{
		left: 0px;
	}
	35%,
	50%{
		left: -100%;
	}
	70%,
	85%{
		left: -200%;
	}
}

@-webkit-keyframes AutoSlide{
	0%,
	15%,
	100%{
		left: 0px;
	}
	35%,
	50%{
		left: -100%;
	}
	70%,
	85%{
		left: -200%;
	}
}

@-moz-keyframes AutoSlide{
	0%,
	15%,
	100%{
		left: 0px;
	}
	35%,
	50%{
		left: -100%;
	}
	70%,
	85%{
		left: -200%;
	}
}

.cadre{
	width: 440px;
	height: 310px;
	border-radius: 5px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.slideshow {
	position: relative;
	width: 430px;
	height: 300px;
	overflow: hidden;
}

.sContent > li{
	display: inline;
}

.sContent{
	position: absolute;
	top: 0;
	left: 0;
	width: 250%;

	animation-name: AutoSlide;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

footer{
	clear: both;
	text-align: center;
	position: relative;
	bottom: 0px;
	width: 100%;
	opacity: .9;
	color: #DDD;
	text-shadow: 0px 0px 10px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=0);
	background: rgb(10,10,10);
}

footer > p{
	padding: 10px 0;
	text-align: center;
}

.projects-loc {
	text-align: center;
	margin-top: 2.5rem;
	font-size: 1.6rem;
}