/*
Add your custom CSS below.
*/

.clock-progress {
    display: none;
}

.flip-clock-wrapper {
    margin-top: 50px;
}

.sub-title {
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 0.73333;
	margin-top:5px;
}

.main-wrapper h1 {
    font-weight: 300;
}
.main-logo{
	width:450px;
}
.site-front {
	
	padding-top:75px;
	margin-top:175px
}
.logo-container {
	max-width:450px;
}
.logo-container .sub-title{
	
    text-align: left;
    margin-left: 17px;
}
@media only screen and (max-width: 590px) {
   
 .main-logo{
	width:250px;
}  
  .sub-title {
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 0.73333;
	font-size:15px;
} 
.site-front {
	
	padding-top:5px;
	margin-top:15px
}
.logo-container {
	max-width:250px;
}
.logo-container .sub-title{
	
    text-align: left;
    margin-left: 10px;
} 
.main-wrapper h1 {
    font-weight: 300;
	font-size:30px;
	line-height:35px;
}
}

@media only screen and (min-width: 590px) {
    .site-page {
       
        max-width: none;
    }
}