@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}
body {
    font-family: 'Verdana';
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
textarea, input, select {
    line-height: 30px;
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #ebeaea;
    font-family: 'Verdana';
    color: #000000;
    outline: none;
    border-radius: 3px;
}
textarea:focus, input:focus, select:focus {
    background-color: #FFF;
    color: #111;
    outline: none;
    border-color: #30C352;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:1200px) {
 .container {
  width:1170px
 }
}
@media (min-width:768px) {
 .container {
  width:750px
 }
}
@media (min-width:992px) {
 .container {
  width:970px
 }
}
.field {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
/* Coming soon */
.text-center{
    text-align: center;
}
.comingsoon-logo,
.comingsoon-content{
    max-width: 720px;
    margin: 0 auto;
}
.comingsoon-logo{
    margin-top: 130px;
    margin-bottom: 70px;
}
.comingsoon-form{
    max-width: 405px;
    margin: 0 auto;
}
.comingsoon-content h2 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 62px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.comingsoon-content p {
    font-size: 16px;
    max-width: 578px;
    margin: 0 auto;
}
.comingsoon-form {
    max-width: 405px;
    margin: 60px auto;
}
.comingsoon-form input:hover, .comingsoon-form input:focus{
    border-color: #fd7f64;
}
.comingsoon-form #submit{
    background-color: #000000;
    text-transform: none;
    border-color: #000000;
    color: #fff;
}
.comingsoon-form #submit:hover{
    background-color: #fd7f64;
    border-color: #fd7f64;
}
.comingsoon-footer{
    margin-top: 175px;
    margin-bottom: 100px;
}
.comingsoon-footer p{
    font-size:16px;
}
.comingsoon-footer p a{
    color: #000000;
}
.comingsoon-footer p a:hover{
    color: #000000;
}