.header {
	background: url(images/background.jpg) no-repeat 0% 0%/100% 100%;
}
.bg-overlay {
	padding: 70px 0px 100px;
	background-color: RGBA(41, 60, 53, 0.7);
}
a {
	outline: none !important;
}
.logo h1 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	margin-top: 0px !important;
	font-size: 28px;
}
.logo h1 span {
	color: rgba(0, 165, 255, 0.74);
}
.social ul {
	list-style: none;
	padding-left: 0px;
}
.social ul li {
	display: inline-block;
}
.social ul li a {
	text-decoration: none;
}
.social ul li a i {
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	transition: all 0.3s ease-in;
}
.social ul li a:hover i {
	border: 1px solid rgba(0, 165, 255, 0.74);
}
.main-title {
	padding: 80px 0px 0px;
}
.main-title h2 {
	font-family: 'Righteous', cursive;
	font-weight: 400;
	font-size: 70px;
	color: rgba(0, 165, 255, 0.74);
	margin: 0px !important;
}
.main-title .sub-title {
	font-size: 40px;
	font-family: 'Satisfy', cursive;
	color: #fff;
}
#countdown {
	text-align: center;
	margin: 70px 0px 60px;
	min-height: 104px;
}
#countdown > div {
	width: 14%;
	margin: 0px 1%;
	display: inline-block;
	font-size: 68px;
	line-height: 52px;
	position: relative;
	font-weight: 700;
	color: #fff;
}
#countdown span {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	display: block;
}
.subscribe-tag {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 15px 25px;
	font-size: 18px;
	border-radius: 46px;
	background-color: rgba(0, 165, 255, 0.74);
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	transition: all 0.3s ease-in;
}
.subscribe-tag:hover {
	color: rgba(0, 165, 255, 0.74);
	background: #fff;
	text-decoration: none;
}
.about {
	padding: 70px 0px 50px;
}
.about-text p {
	font-size: 18px;
	font-family: 'Satisfy', cursive;
	color: #000;
	text-align: center;
}
.about-text h3 {
	font-family: 'Righteous', cursive;
	font-weight: 400;
	font-size: 37px;
	color: rgba(0, 165, 255, 0.74);
	margin: 0px !important;
	text-align: center;
}
.about-content {
	margin-top: 40px;
}
.about-content p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #868686;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
.footer {
	background-color: rgba(227, 227, 227, 0.3);
	padding: 70px 0px;
}
.footer-title h3 {
	font-family: 'Righteous', cursive;
	font-weight: 400;
	font-size: 26px;
	color: rgba(0, 165, 255, 0.74);
	margin: 0px !important;
	text-align: center;
}
.footer-title p {
	font-size: 18px;
	font-family: 'Satisfy', cursive;
	color: #000;
	text-align: center;
}
.subscribeform {
	width: 100%;
	max-width: 530px;
	margin: 0px auto 50px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.subscribe_form {
	position: relative;
}
.subscribe_form .email {
	height: 60px;
	border: none;
	width: 100%;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}
.subscribe_form .subscribe {
	right: 0px;
	top: 0px;
	width: 160px;
	height: 60px;
	position: absolute;
	color: #FFF;
	background-color: rgba(0, 165, 255, 0.74);
	border: medium none;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
 font-family: font-family: 'Lato', sans-serif;
	font-size: 18px;
}
.footer-line p {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 40px 0px 0px;
	letter-spacing: 1px;
}
.footer-line p a {
	color: rgba(0, 165, 255, 0.74);
	text-decoration: none;
}
.footer .social ul li a i {
	color: #fff;
	border: 1px solid rgba(0, 165, 255, 0.74);
	background-color: rgba(0, 165, 255, 0.74);
}
.footer .social ul li a:hover i {
	background-color: rgba(0, 165, 255, 0);
	color: rgba(0, 165, 255, 0.74);
}

@media (min-width: 200px) and (max-width: 767px) {
.main-title {
	padding: 40px 0px 0px;
}
.main-title h2 {
	font-size: 40px;
}
.pull-left {
	float: none !important;
	text-align: center !important;
}
.social {
	padding-top: 20px;
}
.social .pull-right {
	float: none !important;
	text-align: center !important;
}
.main-title p {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	width: 100%;
}
#countdown {
	margin: 30px 0px 45px;
}
#countdown > div {
	width: 20%;
	margin: 0px 1%;
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
#countdown span {
	font-size: 9px;
}
desc p {
	font-size: 15px;
}
.footer-title p {
	font-size: 15px;
}
.footer-title h3 {
	font-size: 24px;
}
.subscribe_form .subscribe {
	width: 100px;
	font-size: 15px;
}
}
