body {
	color: #A7A7A7;
	font-size: 14px;
	font-family: arial, sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	background: url(../images/body_bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

a {
	color: #FFFF00;

	outline: none !important;
	
}

h1,h2,h3,h4,h6,h7,h8 {
     letter-spacing: 0;
          position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #fff;
     margin: 0
}

h1 {
     font-size: 40px
	 font-weight: bold;
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
	font-size: 14px
}

h5 {
     font-size: 14px
}

h6 {
	font-size: 13px;
	color: #FFF;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #fff;
     text-decoration: none!important;
     opacity: 1
}



p {
     margin: 0px;
     padding: 0;
     color: #fff;
     font-weight: 350;
     font-size: 17px;
     line-height: 28px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none !important;
}


img {
     max-width: 100%;
    }


button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.d_flex {                  /*      lazım */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #66C;
}

.container {
	max-width: 350px;   /*  eski değer: 1170px */
	color: #FFFFD7;
}


header {
	width: 350 px;
	height: 400px;
	background-color: #3C4AB3;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 22px;
	padding-left: 30px;
	color: #FFF;
}


 
	 
.bluid {
     font-family: 'Open Sans', sans-serif;
     text-align: left;
     max-width: 350px;
}




.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: 350;
     line-height: 55px;
     color: #fff;
}

.read_more {
	display: inline-block;
	background: transparent;
	color: #fff;
	max-width: 225px;
	height: 67px;
	line-height: 67px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	transition: all 0.5s ease-in 0s;
	border: #ffffff solid 2px;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}

.read_more:hover {
     background: #face34;
     color: #fff;
     transition: ease-in all 0.5s;
     border: #face34 solid 2px;
}
footer {
	padding-top: 90px;
	color: #A7A7A7;
	background-color: #CCC;
}
