@import url('https://fonts.googleapis.com/css?family=Nunito:200, 300,700');

html,
body {
  margin: 0;
  padding: 0;
}

.wmsg {
  background-color: #e5ecee;
  min-height: 600px;
}

.navbar {
  padding: 20px;
}

.slogan {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #363f41;
}

.slogan-desc {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  color: #363f41;
}

.slogan-btn {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.text-thin-big {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 2.2rem;
  color: #363f41;
}

.text-thin-medium {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  color: #363f41;
}

.text-thin-small {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: #555;
}

.text-heavy-medium {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #363f41;
}

.w-150 {
  width: 150px !important
}

.footer-link {
  color: #666;
}

.footer-link:hover {
  color: #222;
  text-decoration: none;
}

.text-terms-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #363f41;
}

.terms-desc {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: #363f41;
  margin-top: 30px;
  margin-bottom: 100px;
}

.terms-desc h5,
.terms-desc h4 {
  font-size: 1.1rem;
}
.form-contact-holder{
  background-color: #e5ecee;
  border-radius: 3px;
  padding: 3vw 5vw;
}
.form-contact-holder h3{
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #363f41;
}
.form-contact-holder label{
  display: block;
}
.form-contact-holder input{
  display: block;
}