* {
  margin: 0;
  padding: 0px;
  font-family: 'Playfair Display', serif;}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;}

h2 {
    font-weight: 800;
    color: #105F55;
    font-size: 4em}

      @media (max-width: 768px) {
  h2 {
      font-size: 3em;}}

h3 {
    color: #105F55;
    font-size: 2.5em}

p {
  padding: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 26px;
  color: #513417;
  margin-top: 10px;}

li {
  font-size: 1.3em;
  margin-left: 20px;}

html, body {
  height: 100%;}


.mt {
  margin-top: 50px;}

.mb {
  margin-bottom: 50px;}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;}

.testimonial {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EAE1D4;}

.testimonial p {
  font-style: italic;
  color: #105F55;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;}

.offer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #105F55;}

.offer h1 {
  font-style: italic;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;}

.offer h2{
  font-style: italic;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;}

.social {
  font-size: 3em;
  padding-right: 10px;
  padding-left: 10px;
  color: #105F55;}

  
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #4183D7;}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;}

.nopadding {
  padding: 0px !important;
  margin: 0px;}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 25px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;}


/*Buttons Configuration */

.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px 12px 28px;
  margin-top: 20px;}


header {
  background: url(../img/header_spring.jpg) no-repeat center top;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center top;
  min-height: 800px;
  width: 100%;
  color: white;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

header h1 {
  font-weight: 800;
  font-size: 7.2em;
  line-height: .8em;}

  @media (max-width: 768px) {
  header h1 {
      font-size: 4.3em;}}

header h2 {
  font-size: 3em;
  color: #fff;
  font-weight: 400;}
  
  @media (max-width: 768px) {
    header h2 {
    font-size: 2em;}}

header h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;}


/* Contact Form */

.contact-form {
  padding-top: 50px;
  padding-bottom: 50px;}

#contact h2 {
  margin-bottom: 20px;}

.contact-form label {
  color: #999;}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.3em;
  height: auto;}

.contact-form .form-send {
  text-align: center;}

.contact-form button{
  background: #105F55;
  border: 0;
  padding: 14px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50px;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 40px;}

.contact-form .form-send button:hover {
  background: #d9ead3;
  color: #000;}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #105F55;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #105F55;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;}

/* Copyrights */

#copyrights {
  background: #083A2B;
  padding: 20px 0;
  text-align: center;}

#copyrights p {
  font-size: 1em;
  margin-bottom: 5px;
  color: #fff;}

#copyrights a {
  color: #d9ead3;}

.credits {
  color: #fff;}
