h1, h2, h3, h4, p {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

h1 {
  font-family: "Open Sans", sans-serif;
  color: #A0734B;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #A0734B;
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 30px;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #A0734B;
  font-size: 16px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

a {
  text-decoration: none;
}

p a {
  color: #457F83;
  text-decoration: none;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.small {
  font-size: 12px;
  line-height: 24px;
}

.large {
  font-size: 30px;
  line-height: 34px;
}

.uppercase {
  text-transform: uppercase;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.justified {
  text-align: justify;
}

html {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}

.break {
  width: 100%;
  height: 40px;
}

.clear {
  clear: both;
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

::-webkit-selection {
  background: #ccc;
}

.center {
  margin: auto;
}

.none {
  display: none;
}

img {
  border: none;
}

.no-bottom {
  margin-bottom: 0;
}

.relative {
  position: relative;
}

.desktop-hide {
  display: none;
}

.full-image {
  width: 100%;
}

.main-section {
  width: 60%;
  margin: 100px auto;
  text-align: center;
}
.main-section img {
  width: 300px;
  margin: auto;
}

.main {
  width: 70%;
  margin: 150px auto;
}

.terms {
  text-align: center;
}
.terms h1 {
  color: #A0734B;
  font-size: 36px;
}
.terms h3 {
  color: #A0734B;
  font-size: 22px;
  margin-bottom: 10px;
}
.terms p {
  color: #A0734B;
  margin-bottom: 30px;
  line-height: 30px;
}

.link-wrapper {
  width: 80%;
  margin: auto;
  text-align: center;
}
.link-wrapper p {
  display: inline-block;
  margin: 0 20px;
}
.link-wrapper p a {
  color: #A0734B !important;
}
.link-wrapper p a:hover {
  color: #A0734B !important;
}

.background {
  background: #fff;
  height: 100vh;
  -webkit-animation: hero-bg-animation 2s;
  -moz-animation: hero-bg-animation 2s;
  -o-animation: hero-bg-animation 2s;
  animation: hero-bg-animation 2s;
}

.content {
  width: 800px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.content .logo {
  width: 80%;
  display: block;
  margin: auto;
  -webkit-animation: logo-animation 4s;
  -moz-animation: logo-animation 4s;
  -o-animation: logo-animation 4s;
  animation: logo-animation 4s;
}
.content p {
  -webkit-animation: logo-animation 4s;
  -moz-animation: logo-animation 4s;
  -o-animation: logo-animation 4s;
  animation: logo-animation 4s;
  margin-top: 30px;
  color: #A0734B;
  font-size: 20px;
}
.content p a {
  color: #A0734B;
  transition: 0.5s all;
}

@-webkit-keyframes hero-bg-animation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes hero-bg-animation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes hero-bg-animation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-bg-animation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo-animation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes logo-animation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes logo-animation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo-animation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cookieMain {
  width: 100%;
  height: auto;
  background-color: #8B5E3D;
  position: relative;
  z-index: 9999;
}

.cookiePolicy {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #8B5E3D;
  opacity: 0.75;
  font-family: "Arial", sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cookiePolicy a {
  color: #fff;
  transition: color 0.5s ease;
}

.cookiePolicy a:hover {
  color: #fff;
  text-decoration: underline;
}

.cookie-form {
  display: inline;
  margin: 0;
}

.cookie-form input[type=submit] {
  font-size: 10px;
  font-family: sans-serif;
}

.cookie-button {
  font-weight: bold;
  background-color: #C3B59B;
  color: #fff;
  border: 0;
  margin-left: 5px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.cookie-button:hover {
  background-color: #C3B59B;
}

@media only screen and (max-width: 900px) {
  .content {
    width: 460px;
  }

  .logo {
    margin-bottom: 30px;
    display: block;
    width: 300px;
  }

  .email {
    position: relative;
    float: left;
    transform: initial;
    width: 130px;
  }
  .email img {
    display: none;
  }

  .phone {
    position: relative;
    float: right;
    transform: initial;
    width: 130px;
  }
  .phone img {
    display: none;
  }

  .mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 700px) {
  .content {
    width: 80%;
  }

  p {
    font-size: 16px;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
