body {
    background: #f8f8f8;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    color: #555;
    font-weight: 400;
    border-top: 2px solid #e75967;
}
::-moz-selection { background: #e75967; color: #fff; text-shadow: none; }
::selection { background: #e75967; color: #fff; text-shadow: none; }

.logo {
    margin-top: 120px;
	margin-bottom: 55px;
  
}
/***** Coming Soon *****/

.coming-soon {
	padding-top: 50px;
	padding-bottom: 175px;
     margin-top: 55px;
	    text-align: center;
    color: #fff;
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,.8);
    -webkit-box-shadow: 0px 5px 15px 2px rgba(0,0,0,.8) ;
    box-shadow: 0px 5px 3px 5px rgba(0,0,0,.8) outset ;
}
.img {
	margin-top: 25px;
	margin-bottom: 25px;
}



/***** Content *****/

/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {

    .logo h1 {
        padding-left: 0;
    }


@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .logo h1 {
        padding-left: 0;
        text-align: center;
    }

  

