@font-face {
	font-family: ACNemesiaBold;
	src: url(fonts/ACNemesiaBold.otf);
}
@font-face {
	font-family: ACNemesiaLight;
	src: url(fonts/ACNemesiaLight.otf);
}
body {
	font-family: ACNemesiaLight, sans-serif;
	font-size: 24px;
	letter-spacing: 0.06em;
	text-align: center;
	background-size: cover;
	background-image: url(photos/bg_satoglou_desktop.jpg);
	background-color: rgba(120, 120, 105, 0.8);
	background-blend-mode: soft-light;
	color: rgba(255, 255, 230, 0.9);
}
button {
	font-family: ACNemesiaBold, sans-serif;
	font-size: 20px;
	color: darkolivegreen;
	background-color: rgba(255, 255, 230, 0.9);
	border-color: coral;
	border-width: 1px;
	border-radius: 20px;
	width: 130px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0.3em;
}
button:hover {
	background-color: coral;
	opacity: 0.8;
	cursor: pointer;
}
ul {
	list-style: none;
	margin-left: -35px;
}
hr {
	color: rgba(255, 255, 230, 0.8);
	width: 80%;
	opacity: 0.3;
	margin-top: 2em;
}
#avatar {
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 230, 0.5);
	width: 130px;
	margin-top: 1em;
}
#occupation {
	font-size: 120%;
}
#anti {
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 230, 0.5);
	width: 200px;
	opacity: 90%;
	margin-bottom: 30px;
	margin-top: 9px;
}
.material-symbols-outlined {
	margin-bottom: 1em;
}
@media (max-width: 558px) {
    body {
        background-image: url(photos/bg_satoglou_mobile.jpg);
    }
}
@media (min-width: 559px) and (max-width: 858px) {
    body {
        background-image: url(photos/bg_satoglou_mobile2.jpg); 
    }
}
@media (min-width: 859px) and (max-width: 1360px) {
    body {
        background-image: url(photos/bg_satoglou_tablet.jpg); 
    }
}
@media (min-width: 1361px) {
	body {
		background-image: url(photos/bg_satoglou_desktop.jpg);
	}
}