html, body {
	height: 100%;
}

html {
	background-image: url('../img/KC.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

body {
	margin:0px;
	background-color: rgba(44,62,80 , 0.6 );
	background-image: url('../img/pattern.png');
	background-position: center;
	background-repeat: repeat;
	font-family: 'Raleway', 'Arial', sans-serif;
	color: white;
}

.flip-clock-label{
	font-family: 'Raleway', 'Arial', sans-serif !important;
	color: white !important;
}

.flip-clock-wrapper .clock{
    display: inline-block;
    width: auto !important; 
}

.flip-clock {
    display: inline-block;
    width: auto;
}


.clock-container {
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	transform: translateY(-40%);

}