html, body {
	margin: 0;
	padding: 0;
	
	height: 100%;
}
* {
	box-sizing: border-box;
}


body {	
	font-family: 'Dosis', sans-serif;		
	font-size: 25px;		
	background-color: rgba(255, 127, 0, 0.93);
	color: white;	
	background-image: url('images/dmbg1920.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a {
	color: white;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.ac:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
	width: 550px;
	height: 450px;	
	margin: auto;	
	background-color: orange;
	padding: 50px;
	border-radius: 8px;
	background-color: rgba(244, 123, 5, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.28);
	text-shadow: 1px 1px 1px #080200;
	text-align: center;	
}
@media (max-width:550px) {
	.center-wrap {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
	.logo {
		zoom: 85%;
	}
}

.logo {
	font-weight: 700;		
	vertical-align: baseline;			
		
	font-family: 'Courgette', cursive;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	transition: all 200ms ease;
		
	margin: 0 auto;
    width: 400px;
}

.logo .img {		
	float: left;
	font-size: 99px;
}

.logo strong {
	float: left;
    padding-top: 5px;
	padding-left: 15px;			 
    font-size: 51px;
}

.logo span {		
	font-weight: normal;
	float: left;
	font-size: 21px;
	margin-left: 22px;
}
p {
	padding: 0;
	margin: 0;
}
p.coming-soon {
	margin-top: 0.8em;
	line-height: 1.8em;
    padding-top: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
 /*   color: #0AFFFA;*/
    font-weight: 600;
}

.refresh-btn {   
    background-color: #077FB5;
    padding: 0.2em;
    padding-left: 2em;
	padding-right: 2em;
	box-shadow: 0 0 1px 1px #C7C7C7;
    text-shadow: 1px 1px 1px #05374E;
    color: white;
    border-radius: 4px;
}
.refrehs-btn:hover, .refresh-btn:focus {
	background-color: rgb(0, 152, 220);
    border-color: #0061B5;
}




