#baground{
	width: 100%;
	height: 500px;
	background-size: cover;
    background-position: center center;
}
.title_border{
	width: 40%;
	height: 170px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.title_border h2{
	color: #fff;
	position: relative;
	font-family: 'dejavu_sansbold';
	width: 250px;
	font-size: 35px;
	text-align: center;
}
.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%;
	top: 60px;
}
#about_border{
	width: 90%;
	background-color: #fff;
	border-radius: 4px;
    margin: -100px auto;
    z-index: 9999;
    position: relative;
}
 .ul_top_color{
		 	width: 120px;
		 	height: 3px;
		 	right: 190px;
		 	top: 70px;
		 	position: absolute;
		    background-color: #f4bd3b;
		     z-index: 9999;
		 }
		 .ul_top_color_kub{
		 	width: 20px;
		 	height: 20px;
		 	right: 50px;
		 	top: -8px;
		 	position: absolute;
		    background-color: #f4bd3b;
		 }
	nav > ul> li:nth-child(4)>a{
		color: #f4bd3b;
		font-weight: bold;
	}
		.Course-text:focus {
    border-bottom: 1px solid #fc295d;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    
}
body{
	    background-color: #e7eefe;
}

#about{
		max-width: 1000px;
		min-width: 320px;
		min-height: 1000px;
		margin:5px auto;
		background-color: #fff;
		position: relative;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.05);
		border-right: 1px solid rgba(1,4,44,0.2);
		border-left: 1px solid rgba(1,4,44,0.2);
		
	}
	.about{
		width: 94%;
		min-height: 500px;
		float: left;
		border-radius: 5px;
		margin: 5px 30px;
	}
	.about h3{
		color: #00acf2;
		margin: 10px;
		font-family: 'dejavu_sansbook';
	}
	
	.about div{
		font-size: 16px;
		line-height: 20px;
		margin: 10px;
		color: #6c87a2;
        line-height: 22px;
        text-align: left;
       font-family: 'calibri';
	}
	@media only screen and (max-width: 1500px) {
	#about_border{
		 width: 96%;
	}
}
@media only screen and (max-width: 900px) {
	.about {
    width: 90%;
    
    margin: 5px 10px;
}
}