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

/*——————————— UPLOAD YOUR OWN FONT*/

@font-face {
    font-family: BerlingskeSerif;
    src: url("BerlingskeSerifCn-DBd.otf");
}


html, body {
    font-family: BerlingskeSerif;
    height: 100%;
	color: black;
	background-color: white;
}


.slideshow-container-cv {
  	position: fixed;
  	margin: auto;
	margin-top: 0px;
	float: left;
	padding-bottom: 0px;
}

.about-me {
  	width: 93%;
	font-size: 34px;
	line-height: 43px;
	letter-spacing: 0px;
	position: relative;
	margin: 0px 20px 0 40px;
	float: left;
	padding-top: 32px;
	padding-bottom: 0px;
}
.about-me a {
    text-decoration: none;
	color: black;
}
.about-me a:hover {
	color: lightgray;
}

.images {
	max-width: 800px;
	padding-top: 230px;
	padding-left: 1px;
	margin-left: 40px;
}

.img-text {
    font-family: Arial;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	padding: 0 0 20px 0;
}

.description-cv {
	width: 24%;
	float: left;
	padding: 47px 0 0 41px;
	font-size: 18px;
	line-height: 25px;
	}
.description-cv a {
	color: black;
	text-decoration: none;
	}
.description-cv a:hover {
	text-decoration: none;
	color: darkgray;
	}

.footer {
	height: auto;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0px;
	float: right;
	padding: 60px 20px 20px 0;
	list-style: none;
	margin-left: 
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.footer li {
    float: right;
}

.mySlides {
  display: none;
}
.active-slide {
  display: block;
}



/* ———————————— Media queries ————————————————————————————*/
	

@media only screen and (max-width: 1200px) {
	.about-me {
	padding-top: 20px;
	}
}

@media only screen and (max-width: 850px) {
	.about-me {
  	width: 90%;
	margin: 0 16px 0 16px;
	font-size: 18px;
	line-height: 23px;
	padding-top: 15px;
	padding-bottom: 25px;
}
	.images {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	
}
	.description-cv {
	width: 90%;
	float: left;
	padding: 40px 0 0 16px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	}
	.footer {

	padding-right: 12px;
	}
}
