
/*
		General
					*/

@font-face {
  font-family: stylishedFont;
  src: url(../fonts/DancingScript-Regular.otf);
}

@font-face {
  font-family: MainTitle;
  src: url(../fonts/SpaceGrotesk-Bold.ttf);
}

@font-face{
    font-family: contentFont1;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face{
    font-family: contentFont2;
    src: url(../fonts/SpaceGrotesk-Regular.ttf);
}

body{
	background: rgba(204,204,204,.5) !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: MainTitle;
}

.div-img{
	margin-bottom: 30px !important;
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img-100 img, .div-img img{
	width: 100%;
	height: auto;
}

.content_style {
	color: #333 !important;
}

.content_style h2{
	font-size: 42px;
	margin-bottom: 60px;
}

.content_style hr{
	margin: 40px 0;
	border-color: rgba(255,255,255,.5);
}

.content_style h4{
	font-size: 24px;
	margin-bottom: 30px;
}

.content_style h5{
	margin-top: 30px;
	font-size: 16px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.content_style {
	font-size: 15px;
}

.content_style p{
	font-size: 180px !important;
	margin-bottom: 20px;
}

.footer{
	background: #fff;
	padding: 60px 0;
	margin-top: 60px;
	text-align: center;
}

.footer p{
	color: #000;
	font-size: 16px;
	margin-top: 25px;
}

.subscribe input{
  display: inline-block;
  width: 90%;
}

.content_style img{
	width: 70%;
	height: auto;
}






