@import url(reset.css);
@import url('../../../../fonts.googleapis.com/css%EF%B9%96family=Oswald%EF%B9%95200,300,400,500,600,700.css');

body *{
	font-family: 'Oswald', sans-serif;
}

a{
	text-decoration: none;
}

#wrapper .using-link li:nth-child(6) a{
	color: #f50b0b;
}

#First{
	width: 100%;
}

h1{
	color: #2a2c3c;
	font-size: 40px;
	font-weight: 500;
	line-height: 58px;
	text-align: center;
	margin: 50px 0;
}

#f_additions{
	line-height: 34px;
	font-size: 32px;
	padding-left: 30px;
	font-family: 'Oswald';
	font-weight: 300;
	color: white;
	text-align: center;
	margin: 50px 0;
}

#HELPER{
	height: 500px;
}

.title{
	padding: 30px 0;
	margin-bottom: 30px;
	font-size: 40px;
  font-family: 'Oswald';
  line-height: 49px;
  color: #393c54;
  position: relative;
	text-align: center;
}

.w_title{
	color: white;
}

.title span{
	color: #d83030;
}

.title::after{
	content: "";
  width: 90px;
  height: 4px;
  background: #d83030;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
}

.G_el{
	color: #393c54;
	margin: 60px 0;
	overflow: hidden;
}

.G_el_inf{
	float: left;
	width: 60%;
}

.G_el_inf li{
	font-size: 22px;
	margin-bottom: 30px;
}

.G_el_inf li:first-child{
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 40px;
}

.G_el img{
	width: 40%;
	float: left;
}

.G_el:first-child .G_el_inf{
	float: right;
}

#Blog{
	padding: 0 0 70px 0;
}

#Blog h2{
	font-size: 28px;
	font-weight: 400;
	padding: 20px 0;
}

.cursive{
	font-style: italic;
}

.B-list{
	color: #393c54;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0;
  line-height: 36px;
	list-style-type: disc;
	margin-left: 30px;
}

.B-list li{
	padding: 20px 0;
}

.B-img{
	margin: 40px 0;
  position: relative;
}

.B-img img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.B-img p {
  color: gray;
  margin: 20px 0;
  font-weight: 300;
  text-align: center;
}
