/* Vertical Align */

.va-outer {
  display: table;
  width:100%;
  height: 100vh;
}

.va-inner {
  display: table-cell;
  vertical-align: middle;
  width:100%;
}

.section {
  min-height: 100vh;
  overflow: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* fonts */

@font-face 
{ 
  font-family: "MyriadPro", Helvetica; 
  src: url('../fonts/MyriadPro-Regular.otf');
}

* {
  font-family: 'MyriadPro';
}

*, a {
  color: #fff;
}

.container {
  padding: 20px;
}

.green {
  background-color: #0e4d26;
}

.green h1 {
  border-color: #fff;
}

.green p {
  color: #fff;
}

.inner {
  background-color: rgba(255,255,255,0.05);
  padding: 20px;
}

img {
  display: block;
}

/* type */

a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 48px;
  color: #d7983d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #693d16;
}

p {
  font-style: 20px;
  color: #a5a5a5;
  line-height: 27px;
}

.top-contact a,
.top-contact p,
.bottom a,
.bottom p {
  color: #fff;
}

/* columns */

.columns.two {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.columns.last {
  margin-right: 0;
}

.columns img {
  max-width: 100%;
}

.columns .green {
  margin-top: 20px;
  padding: 20px;
}

/* Home */

#home {
  background-position: center top;
  background-size: cover;
  background-image:url("../images/bg.jpg");
  color: #fff;
  height: 100vh;
  position: relative;
  min-height: 850px;
}

#home .top-contact {
  font-size: 20px;
}

#home .home-bottom {
  font-size: 26px;
  position: absolute;
  bottom: 70px;
  text-align: center;
  margin: auto;
  width: 100%;
}

#home .home-bottom div {
  max-width: 50vw;
  margin: auto;
  text-align: center;
  display: inline-block;
  line-height: 31px;
}

/* Treatments */

#treatments {
  min-height: auto;
  margin: 70px;
}

/* Workshops */

#workshops {
  min-height: auto;
  padding: 70px;
}

/* Training */

#training {
  min-height: auto;
  margin: 70px;
}

/* Footer */

#footer {
  padding-top: 50px;
  text-align: center;
  margin: auto;
}

#footer img {
  margin: auto;
  text-align: center;
}

#footer .bottom {
  padding: 70px;
  background-image:url('../images/bottom-bg.jpg');
  background-position: center top;
  background-size: cover;
}