*{
     margin: 0;
     padding: 0;
}
 *, *:before, *:after {
     box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #3a403d;
    background-color: #f4e7cf;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
}
 img{
     max-width: 100%;
     height: auto;
}
 h2{
     font-size: 46px;
     margin-bottom: 20px;
     line-height: 58px;
}
 h4{
     font-size: 21px;
     line-height: 28px;
}
 header.header-area {
     padding: 25px 0;
}
 .text-center{
     text-align: center;
}
 .header-area p{
     margin-bottom: 6px;
}
 .header-area ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .header-area ul li {
     display: inline;
     margin: 0 6px;
}
 .header-area ul li a {
     display: inline-block;
}
 .comingsoon-area{
     padding: 20px 0;
}
 .comingsoon-area .col-lg-5{
     margin-top: 100px;
}
 .newsletter {
     margin-top: 38px;
     margin-bottom: 20px;
}
 .newsletter p {
     margin-bottom: 10px;
}
.response{
	margin-top: 15px;
}
.succ{
	color: #00aa00;
}
.err{
	color: #ff0000;
}
 input[type="email"] {
     width: 100%;
     border: 1px solid #d5d9d7;
     border-radius: 10px;
     padding: 12px 14px;
     margin-bottom: 16px;
     font-size: 17px;
}
 input[type="submit"] {
     background-color: #355045;
     height: 48px;
     border: 0 solid;
     color: #ffffff;
     font-size: 17px;
     width: 109px;
     border-radius: 25px;
}
 input[type="submit"]:hover {
     background-color: #bc6f71;
}
/*
@media (max-width: 992px) {
 	.comingsoon-area .col-lg-5 {
		text-align: center;
	}   
}*/
 @media (max-width: 992px) {
     h4 {
         font-size: 20px;
         line-height: 24px;
    }
     h2 {
         font-size: 28px;
         margin-bottom: 15px;
         line-height: 36px;
         max-width: 270px;
         margin-left: auto;
         margin-right: auto;
    }
	header.header-area{
		padding: 10px 0;
	}
     .header-area ul li {
         margin: 0 4px;
    }
     .comingsoon-area .col-lg-5{
         margin-top: 0;
    }
	 .newsletter {
		 margin-bottom: 0;
		 margin-top: 30px;
		 text-align: left;
	}
	.comingsoon-area {
		background-image: url(img/twisted-sm.png);
		background-repeat: no-repeat;
		background-position: center top;
		padding-top: 48%;
		background-size: 100% auto;
	}
	.comingsoon-area .col-lg-5 {
		text-align: center;
	}	
	.dsm-none{
		display: none;
	}
	 input[type="submit"] {
		 width: 100%;
	}	
}

 @media only screen and (min-width: 769px) and (max-width: 993px) {
     h4 {
         font-size: 16px;
         line-height: 22px;
    }
     h2 {
         font-size: 28px;
         margin-bottom: 15px;
         line-height: 32px;
    }
     .comingsoon-area{
         
    }
     input[type="email"] {
         width: 100%;
         border-radius: 8px;
         padding: 10px 14px;
         font-size: 15px;
    }
}
 @media only screen and (min-width: 993px) and (max-width: 1200px) {
     h4 {
         font-size: 18px;
         line-height: 24px;
    }
     h2 {
         font-size: 40px;
         margin-bottom: 15px;
         line-height: 48px;
    }
}
