@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700);

.zerop{
    padding-left: 0;
    padding-right: 0;
}
.bgcomingsoon {
    background-image: url(../images/landing.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
   
   
}

.coming p{
    font-size: 50pt;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color:white;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 3px solid white;
    margin-top: 100px;
    padding: 10px;
}


.comingcontact {
    background-color: rgba(255,255,255,0.8);
    margin-top: 200px;
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
    width: 100%;
    
}
.comingcontact p{
    color: #4a2600;
    font-weight: 600;
    font-family: 'Josefin Sans';
}

p.titlecontact {
 font-size: 20pt;
 margin-bottom: 0;
 margin-top:10px;
 font-family: 'Josefin Sans';
 font-weight: 600;
}

.comingcontact hr {
    border-color: #4a2600;
    width: 95%;
}


@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.coming p{
    font-size: 30pt;
        
}
}
.coming {
    text-align: center;
}

.comingcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
}
