@font-face {
	  font-family: "Barlow Black";
	  src: url("../fonts/Barlow/Barlow-Black.ttf");
	  font-weight: 900;
}

@font-face {
	  font-family: "Barlow Medium";
	  src: url("../fonts/Barlow/Barlow-Medium.ttf");
	  font-weight: 500;
}

@font-face {
	  font-family: "Barlow SemiBold Italic";
	  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.ttf");
	  font-weight: 700;
}

@font-face {
	  font-family: "Barlow SemiBold 600";
	  src: url("../fonts/Barlow/Barlow-SemiBold.ttf");
	  font-weight: 600;
}

body{ 
	background-color: black;
	margin: auto;
	text-align: center;
	display: block;
	font-family: "Barlow SemiBold 600", sans-serif;
	color: #f9c637;
	
}

.text-semistrong {
	font-family: "Barlow SemiBold Italic";
	font-size: 1.7em;
}

#saedi {
	margin: auto;
	padding-bottom: 3em;
	padding-top: 3em;
	
	text-align: center;	 
	background-image: url("../img/saedihp_bg_4.jpg");
	background-size: auto 100% no-repeat;
} 
#saedi>img{
	width: 30%;
}



#announcement {
	margin-top: 2em;
}

#announcement>a{text-style: strong;}

h1{
	font-family: "Barlow Black",  sans-serif;
	color: #f9c637;
	display: block;	
	font-size: 2.3em;
	margin-bottom: 2em;
}

#links {
	margin: auto;
	text-align: center;
	clear: both;
	position: relative;
} 

ul {
	width: fit-content; 
	text-align: center; 
	margin: auto !important;
}
 
li{
 
 float: left;
 margin-right: 8px;
 list-style: none;
 font-size: 1.5em;

}

a:link {
	  color: #f9c637;
	  text-decoration: underline;
	}

	/* visited link */
	a:visited {
	  color: #f9c637;
	}

	/* mouse over link */
	a:hover {
	  color: black; /* #ff00d8;*/
	}

	/* selected link */
	a:active {
	  color: #f9c637;
	} 
}


#cover {
	clear: both;
	text-align: center;	
	height:100% !important;
	margin: auto;
}

#cover>img{
	margin: auto;
	margin-top: 0;
	vertical-align: center;
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: -20;
	height: 100%;
	width: 100%;
	
} 

@media (max-width: 840px) {

	#saedi>img{
		width: 90%;
	}
	
	body{
		font-size: 2.4em;
		line-height: 1.4em;
		background-size: auto 100% no-repeat;

	}
		
}

@media (max-width: 1180px) {
  
	#saedi>img{
		width: 70%;
	}
	
	body{
		font-size: 2.4em;
		line-height: 1.4em;
		background-size: auto 100% no-repeat;

	}
		

}





