/*body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
}*/

.timer-container {
    text-align: center;
	background-color: #e1fb00;
}

#countdown, #countdown2, #countdown3 {
    display: flex;
    justify-content: center;
}

#countdown span, #countdown2 span, #countdown3 span{
	font-family: InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	padding-top: 12px;
	font-size: 18px;
	line-height: 20px;
	padding-right: 5px;
}

.time-segment {
    padding: 5px;
    /*background: linear-gradient(
    to top,
    #002e46 0%,
    #002e46 30%,
    #4d707f 70%,
    #4d707f 100% );
	background-color: #b4f2ff;*/
	background-color: #e1fb00;
    color: #0a12cd;
    border-radius: 5px;
    margin: 0 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 1rem;
	font-family:InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 16px;
}
#days, #hours, #minutes, #seconds, #days2, #hours2, #minutes2, #seconds2, #days3, #hours3, #minutes3, #seconds3{
	background-color: #FFFFFF;
	padding: 7px 5px 0px;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
}

.label {
    margin-top: 0px;
    font-size: 0.7rem;
    color: #000000;
	font-family:'Graphik';
	line-height: 16px;
}

.time-segment:last-child {
    margin-right: 0;
}

.dots {
  font-size: 18px;
  color: #0a12cd;
  margin: 2px 0.5px;
  padding: 0;
}

#countdown2, #countdown3{
	display: none;
}

@media screen and (max-width:1080px) and (min-width: 601px){
	#countdown3{
		display: flex;
    	justify-content: center;
		flex-direction: row;
	}
}

@media screen and (max-width:600px) and (min-width: 250px){
	#countdown2{
		display: flex;
    	justify-content: center;
		flex-direction: row;
		margin-top: -10px;
		padding-bottom: 10px;
	}
	#countdown2 span{
		padding-top: 12px;
		font-size: 14px;
	}
}
