#baner{
	height: 400px;
	
}
.icon_header{
	display: none;
}
.header-overlay_x{
	display: flex;
	    background-image: linear-gradient(rgba(1,4,45, 0.5),rgba(1,4,45,0.2));
}
.header-overlay_x h1{
	margin: auto;
	color: #fff;
    font-family: 'dejavu_sansbold';
    font-size: 30px;
    text-align: center;
    position: relative;
}
.header-overlay_x h1::before {
     content: "";
    position: absolute;
      margin-top: 23px;
    left: 220px;
    background-color: #ffbb00;
    border-radius: 10px;
    height: 4px;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-overlay_x h1::after {
     content: "";
    position: absolute;
    margin-top: 23px;
    right: 220px;
    background-color: #ffbb00;
    border-radius: 10px;
    height: 4px;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#Projects{
	min-height: 10px;
	margin:10px auto;
	width: 1100px;
	position: relative;
}
#Projects h1{
	border-left: 5px solid #50afff;
	padding: 5px 10px;
	    font-family: "Regular2";
    font-weight: bold;
}
.Projects_text{
	margin-top: 10px;
	line-height: 30px;
	 font-family: "Regular !important";
}
.Projects_text p{
	margin-top: 10px;
	line-height: 23px;
	 font-family: "Regular";
}
@media only screen and (max-width: 1200px) {
#Projects{
    width: 96%;
    overflow: hidden;
   
}
.Projects {
    height: 450px;
}
}
@media only screen and (max-width: 600px) {
#Projects {
    width: 98%;
   
}
.Projects {
    height: 300px;
}
.Projects_title{
	font-size: 12px;
}
.Projects_link{
	font-size: 14px;
}
}