
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,body {
	height: 100%;
	font-size: 100%;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	color: #000301;
}

#home {
	background-size: cover;
	background-image: url('../img/UDSolutionArt_logo.jpg');
    background-position: center top;
   -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header {
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: table;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

#header .header-content {
    display: table-cell;
    vertical-align: bottom;
    padding: 50px 0 10px 0;
    text-align: center
}

.countdown {
	color: #020000;
	background: rgba(233, 233, 231, 0.916);
	padding: 20px 0;
	margin-top: 100px;
}
.countdown-number {
	 font-size: 40px; 
	line-height: 1;
	 font-weight: 400;
	text-shadow: none;
	text-align: center;
}
.countdown-label {
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.hero-text {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
}
.copyright {
	font-size: 20px;
}

a {
	font-weight: bold;
	color: #100f0f;
}
a:hover {
	text-decoration: underline;
	color: #121111;
}

p{
	 border: 0; 
	 font-size: 100%; 
	 font: inherit; 
}
