/*Oxygen*/
* { margin: 0; padding: 0; }

body { font-family: "Catamaran", sans-serif; font-size: 32px; line-height: normal; color: #000000; text-align: center; }

body { background: #FEC809 url(../images/bg.png) no-repeat center center; background-size: cover; background-attachment: fixed; }

/*html, body{
        height:100%;
        margin:0;
        }*/

.container { align-items: center; display: flex; justify-content: center; width: 100%; }

img { max-width: 100%; }

h1 { font-size: 40px; font-weight: 400; line-height: 40px; margin-bottom: 20px; }
h1 b { font-weight: 700; }
h2 { font-size: 32px; font-weight: 600; line-height: 40px; margin: 0; }
p { font-size: 32px; font-weight: 400; line-height: 40px; margin: 0; }

.button { text-align: center; margin-bottom: 50px; }
.button a { background: #E20713; color: #FFFCFC; font-size: 32px; font-weight: 300; border-radius: 30px; 
  width: 300px; display: inline-block; }
.button a:hover { text-decoration: none; }
.footer p { font-size: 32px; font-weight: 500; line-height: 40px; margin: 0; }

a { color: #000000; }
a:hover { text-decoration: underline; } 

.contact.logo img { width: 40%; }

.contact .container { max-width: 100%; display: block; }
div.required .control-label::before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.contact-bg .col-sm-3,
.contact-bg .col-sm-9 { display: inline-flex; }
.form-group {
  margin-bottom: 15px; display: flex;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  color: #999999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  font-size: 13px;
  border-radius: 0px;
}
textarea.form-control {
  height: auto;
}
.slider-btn { float: right; margin-top: 30px; }

.btn-danger { background-color: #a82217; border-radius: 0; }

textarea { resize: none; }
.alert { display: none; }

.contact-bg { margin: 0px auto; text-align: left; max-width: 650px; }
.contact-bg fieldset {
  border: 1px solid #eaeaea;
  padding: 20px;
}
legend {
  border-bottom: 1px solid #ededed;
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0 0 12px;
  width: 100%;
  color: #111111;  
}


@media (max-width: 670px) { 
  #mc_embed_signup { width: 100% !important; }
}