.container {
  max-width: 800px; }
.header {
  margin-top: 6rem;
  text-align: center; }

#footer-meta {text-align:center; border-top:1px solid #ddd; padding:15px 0;}
#footer-meta p {color:#aaa; font-size:12px;}
#footer-meta a {color:#aaa;}

.Lang-Btn:hover {color: #33C3F0;} /* This is the text color inside the BUTTON on hover. */

.Lang-Btn {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;    
  float: right;
  margin-top: 2%;
}
    
.Contact-Btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222;
    margin-top: 2%; }
    
.Contact-Btn.active {
    color: #33C3F0; }

.Content-Area {
  min-height: 130px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%}


/* Validation code for Forms */
fv-form-skeleton .row {
    margin-bottom: 15px;
}

.fv-form-skeleton input,
.fv-form-skeleton select,
.fv-form-skeleton textarea {
    margin-bottom: 0;
}

.fv-form-skeleton .fv-control-feedback {
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.fv-form-skeleton label~.fv-control-feedback {
    top: 29px;
}

.fv-form-skeleton label>.label-body {
    padding-top: 7px;
}

/* Stacked form without label */
.fv-form-skeleton label~.fv-control-feedback.fv-icon-no-label {
    top: 0;
}

/* Horizontal form */
.fv-form-horizontal.fv-form-skeleton label.fv-checkbox~.fv-control-feedback,
.fv-form-horizontal.fv-form-skeleton label.fv-radio~.fv-control-feedback {
    top: 0;
}

.fv-form-skeleton .fv-help-block {
    margin-top: 5px;
}

/* You can customize the color of success and error classes */
.fv-form-skeleton .fv-has-error label,
.fv-form-skeleton .fv-has-error .fv-help-block,
.fv-form-skeleton .fv-has-error .fv-control-feedback {
    color: red;
}
.fv-form-skeleton .fv-has-success label,
.fv-form-skeleton .fv-has-success .fv-control-feedback {
    color: green;
}

/* You can customize the disabled button styles */
.fv-form-skeleton .fv-button-disabled {
    cursor: not-allowed;
    opacity: .65;
}


/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  
