@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Roboto);
body {
	color:#FFF; 
	font-family: 'Roboto', sans-serif;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0; 
	padding: 0 0 20px 0;
	background-size:cover;
}
.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
h1 {
	font-size:59px;
	letter-spacing:-2px;	
	line-height:40px; 
	text-align:center; 
	font-family: 'Lobster', cursive;
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:12px;	
}
h2 { 
}
.ie h2 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
	font-size:30px;
	margin:2em 0 1em; 
	text-align:center;
	color:#000;
}
.ie h3 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
	margin-bottom:5px;	
}
p, pre {
	margin:0 0 10px 0; 
}
code {
	text-transform:uppercase !important;
	color:#EEE;	
	border-bottom:1px dotted #666;
}
small {
	background:url(../images/alpha.png);
	background:rgba(0, 0, 0, 0.8) url();	
	border:1px solid #111;
	font-size:15px;
	padding:0 5px;
}
strong{
text-align: center;
display: block;
font-family: 'Lobster', cursive;
font-size: 28px;
font-weight: normal;
color:#be854c;
}
a {
	color:gray;
	text-decoration:none;	
}
a:hover {
	color:#BBB;	
} 
.topSection{
background:#004712;
padding-bottom:50px;
}
#Header {
margin-bottom: 52px;
position: relative;
width: 100%;
height: 119px;
line-height: 118px;
z-index: 1;
padding-top: 30px
}
.logo{
width: auto; 
margin: 0 auto;
padding: 16px;
height: 130px;
width: 200px;
border-radius: 180px;
}
.dglm-logo {
width: auto; 
margin: 0 auto;	
width: 200px;
}
.wrapper {
margin: 0 auto;
position: relative;
width: 100%;
z-index: 1;
}
#socialIcons {
display:block;
margin-top: 25px;
}
#socialIcons ul {
margin: 0px; 
padding:0px;
text-align: center;
}
#socialIcons ul li {
margin-right: 5px;
height: 35px;
line-height: 40px;
list-style-type: none;
display: inline-block;
background: rgba(224, 224, 224, 1);
border-radius: 47px;
padding: 5px;
}
#socialIcons ul li a{
width:34px;
height:34px; 
display: inline-block;
}
.twitterIcon, .facebookIcon, .linkedInIcon, .pintrestIcon{
background: url('../images/social-icons.png') -74px 0px;
}
.facebookIcon{
background-position: 10px 0px;
}
.linkedInIcon{
background-position: -245px 0px;
}
.pintrestIcon{
background-position: -331px 0px;
}
.tempBy{
display:block;
text-align:center;
margin-top:40px;
color: #8A8A8A;
}
#Content h2 {
margin: 0px;
padding: 0px;
text-align: center;
font-size: 42px;
font-weight: 300;
color:#fff;
}

#Content h3 {
text-align: center;
font-size: 24px;
font-weight: normal;
display: block;
clear: both;
}
.countdown-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 40px;
}

.big-text {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
	margin: 1rem 2rem;
}

.countdown-el {
    text-align: center;
}

.countdown-el span {
	font-size: 1.3rem;
	color: #be854c;
}
.contact {
	font-size: 20px;
	text-align: center;
	color: #000;
}
.footer {
	margin: 0 0 50px 0;
}

@media(max-width:768px){
	body {
	min-width: initial !important;
	}
	.wrapper{width:100%;}
}
@media(max-width:420px){
	h1{
	float:initial;
	text-align: center;
	margin-left:0px;
	margin-bottom:0px;
	}
	
	#Content h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 29px;
	font-weight: 300;
	}
	
}
