/* ======================
COMING SOON PAGE
House of Jupiter
====================== */


.coming_soon{

min-height:600px;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

padding:140px 20px 80px;

}




.coming_content{

max-width:600px;


background:

rgba(255,255,255,.88);



padding:50px 40px;


border-radius:30px;



border:

1px solid rgba(181,138,58,.55);



box-shadow:

0 15px 40px rgba(90,38,51,.15);



}



.coming_logo{


width:100px;


height:auto;


margin-bottom:25px;



}



.coming_content h1{


font-family:"Playfair Display",serif;


font-size:48px;


color:#5A2633;


margin-bottom:10px;



}



.coming_content h2{


font-family:"Playfair Display",serif;


font-size:24px;


font-weight:400;


color:#B58A3A;



}



.coming_content p{


font-family:"Lato",sans-serif;


font-size:18px;


line-height:1.8;


color:#3A2A2A;


margin:25px 0;



}




.home_button{


display:inline-block;


background:#5A2633;


color:#F8F3E8;


padding:12px 30px;


border-radius:30px;


transition:.3s;



}



.home_button:hover{


background:#7A3B48;



}




@media(max-width:800px){


.coming_content{


padding:40px 25px;


}



.coming_content h1{


font-size:38px;


}



.coming_content h2{


font-size:22px;


}



}