h1 {
  font-weight: 200;
  font-size: 36px;
  color: #c25412;
  font-family: Lato;
  margin-bottom: 25px;
}

h2 {
  font-weight: 100;
  font-size: 24px;
  color: #c3301e;
  font-family: Lato;
}

p {
  font-weight: lighter;
  font-size: 18px;
  font-family: Lato;
  line-height: 26px;
  color: rgb(128, 92, 92);
}

ul {
  font-family: Lato;
}

a {
  font-family: Lato;
  font-weight: lighter;
}

a.active {
  font-weight: bold;
  opacity: 1;
}

footer {
  width: 100%;
  padding: 20px 40px;
  min-height: 60px;
  background-color: #f2f2f2;
}

.social {
  position: absolute;
  top: 10px;
  right: 20px;
}

.social ul {
  list-style-type: none;
  padding-left: 0;
}

.social ul li {
  float: right;
  display: inline;
}

.social img {
  width: 30px;
  height: 30px;
  color: white;
}

.header-fullheight {
  height: 400px;
}

.btn-default {
  border-radius: 0;
  border: none;
  background-color: #c8341f;
  color: white;
  text-transform: uppercase;
  font-weight: 20px;
  padding: 3% 7%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.landingpage-header {
  width: 100%;
  height: 350px;
  background: url("../img/rose.jpg");
  background-size: cover;
  background-repeat: no;
}

.landingpage-header h1,
.landingpage-header p {
  font-size: 40px;
  display: block;
  margin: 0 auto;
  width: 400px;
  text-align: center;
  padding-top: 140px;
  color: white;
  text-transform: uppercase;
  font-weight: 200;
}

.landingpage-header p {
  padding-top: 20px;
  font-size: 20px;
}

.landingpage-header nav ul {
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-left: 0;
}

.landingpage-header nav ul li {
  display: inline;
  margin-left: 20px;
}

.landingpage-header nav ul li a {
  font-size: 18px;
  color: white;
}

.landingpage-header nav ul li a:active,
.landingpage-header nav ul li a:hover {
  text-decoration: none;
}

.bg-warm {
  background: url("../img/warm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cold {
  background: url("../img/cold.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-middle {
  background: url("../img/middle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-bottom {
  background: url("../img/bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fresh {
  background: url("../img/fresh.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-lightgrey {
  background-color: #f2f2f2;
}

.content {
  width: 100%;
  padding: 80px 20%;
}

.content-teaser {
  width: 100%;
  background-color: red;
  padding: 80px 20%;
  background-color: #f2f2f2;
}

.content-teaser img {
  padding: 20px;
  border-radius: 50%;
}

.content-teaser h1 {
  margin-top: 50px;
}

.content-header p {
  margin-bottom: 50px;
}

.content-row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-nav {
  background-color: none;
}

.fixing-nav {
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #c8341f;
  z-index: 1000;
  padding-bottom: 85px;
  opacity: 0.8;
}

.form-control {
  border: none;
  border-radius: none;
  min-height: 60px;
  font-size: 18px;
  font-weight: 200;
}

h3 {
  font-size: 18px;
  color: #c8341f !important;
}

table {
  margin-top: 25px;
  color: rgb(128, 92, 92);
  font-size: 18px;
}

address {
  color: rgb(128, 92, 92);
  font-size: 18px;
}

.grecaptcha-badge {
  visibility: hidden;
}
