html {
  height: 100%;
}

a {
	cursor: pointer;
}

body{
	text-align: center;
	background: #00ECB9 url(../images/Realtree-Camo-HD-Widescreen-Image.jpg) no-repeat;
	background-size: cover;
  	font-family: sans-serif;
  	font-weight: 100;
  	position: relative;
  	margin: 0;
  	min-height: 100%;
}

h1{
  	color: #efefef;
  	font-weight: 500;
  	text-shadow: 2px 2px 5px #000000;
  	font-size: 2.5rem;
  	margin: 0px 0px 20px;
    padding-top: 40px;
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 2rem;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

.credits {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	padding: 2%;
	background: white;
	text-align: center;
}

.credits img {
	max-width: 200px;
}

@media all and (max-width: 1023px) {
  h1 {
    	font-size: 2rem;
    	padding-top: 40px;
    	margin: 0 0 30px;
    	background: rgba(0, 0, 0, 0.8);
    	padding-bottom: 40px;	
}

  #clockdiv {
	width: 100%;
	margin-bottom: 100px;
}

  #clockdiv > div {
    	padding: 2%;
    	border-radius: 3px;
    	background: #00BF96;
    	display: inline-block;
    	width: 17%;
	}

  .credits {
	position: relative;
}
}

.message span {
	font-size: 2rem;
	color: #383838;
	margin-bottom: 20px;
	display: block;
}
