@charset "utf-8";
.countdown {
  margin: 0 auto;
  max-width: 70%;

  text-align: center;
}
.countdown .header {
  color: #c61d1d;
  text-align: center;
  font-weight: normal;
  margin: 5px 0 10px 0;
}
.countdown .square {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.countdown .digits {
  background: #606060;
  color: #FFF;
  padding: 40px 20px;
  border-radius: 15px;
	border: 5px solid #000;
	font-size: 90px;
	letter-spacing: -1px;
	line-height: 69px;
	font-weight: 900;
	font-family: "Poppins", sans-serif;
}


.countdown .text {
  margin-top: 10px;
	color: #B3B3B3;}

.digits {
  background: #606060;
  color: #FFF;
	width: 30%;
  padding: 30px 30px;
  border-radius: 15px;
	border: 5px solid #000;
	font-size: 90px;
	letter-spacing: 5px;
	line-height: 69px;
	font-weight: 900;
	font-family: "Poppins", sans-serif;
}

.bgheader {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #000;
}

	
.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #000;
}


.pop {
	font-family: "Poppins", sans-serif;
}


.mont {
	font-family:'Montserrat', sans-serif;
}

.flex {
	display: flex;
	justify-content: space-between;}
	
.twocol {
	width:48%}
	
.threecol {
	width:32%}
	
.onefour {
	width:20%;
	}
	
.threefour {
	width:79%;
	}
	
.onethree {
	width:40%;
	}
	
.twothree {
	width:60%;
	}
	
.colrev {
	flex-direction: none;}

.w900 {
	font-weight: 900;
}

.w200 {
	font-weight: 300;
}
.h120 {
	font-size: 110px;
	letter-spacing: -1px;
	line-height: 120px;
}
.h90 {
	font-size: 80px;
	letter-spacing: -1px;
	line-height: 86px;
}

.h70 {
	font-size: 65px;
	letter-spacing: -1px;
	line-height: 69px;
}

.h55 {
	font-size: 53px;
	line-height: 60px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
}
	
.h25 {
	font-size: 25px;
	line-height:32px;
}
	
.h20 {
	font-size: 19px;
	line-height:25px;
}

.h15 {
	font-size: 14px;
	line-height:20px;
}

.h10 {
	font-size: 11px;
	line-height:13px;
}

	
.wh {
	color: #fff;}
	
.red {
	color: #F00;
}
	
.bl {color: #000;}

.btn {
	background:#cc0000;
	border: none;
	border-radius: 110px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
	box-sizing: border-box;
	}

.btn span:hover {
	transition: 1s}
	
.btn span:hover {
	color: #FFF;}
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.digits {
  background: #606060;
  color: #FFF;
	width: 50%;
  padding: 30px 30px;
	font-size: 60px;
}
	
	.countdown {
  max-width: 100%;
}
	
.countdown .digits {
  
  padding: 10px 10px;
  border-radius: 15px;	
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 39px;
}
	
	.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.h55, .h120, .h70, .h90 {
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 55px;
}	
		
.h40 {
	font-size: 30px;
	line-height: 35px;
}
	
.h30 {
	font-size: 25px;
	line-height:35px;
}
	
.h25 {
	font-size: 18px;
	line-height:25px;
}
	
.h20 {
	font-size: 17px;
	line-height:25px;
	letter-spacing: 0px;
}
	
.h17 {
	font-size: 15px;
	line-height:22px;
}
.h15 {
	font-size: 13px;
	line-height:20px;
}
	
.colrev {
	flex-direction: column-reverse;}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
