html,
body {
  height: 100%;
}

body {
  font-family: "Dosis", sans-serif;
  margin: 0;
  min-height: 100%;
}

/************** GENERAL **************/

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 150px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 15px;
  line-height: 190px;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 6.36px;
  line-height: 44px;
}

h3 {
  font-size: 35px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 6.36px;
  line-height: 44px;
}

h4 {
  font-size: 27px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 10px;
  line-height: 34px;
}

section {
  margin: 100px auto;
  text-align: center;
  padding: 0 10%;
}

.bar {
  border: 1px solid #A2806E;
  margin: 0 auto;
  margin-top: 26px;
  width: 50px;
  margin-bottom: 30px;
}

.body-text-wrapper {
  text-align: left;
  padding: 0 40px;
}

.body-text-wrapper p {
  margin-top: 0;
}

.row {
  display: flex;
  flex-direction: row;
}

.half-img {
  max-width: 50%;
  object-fit: cover;
}

/************** MAIN **************/

.section-main {
  background-image: url("../images/1.jpg");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  margin-top: 0;
  padding: 0;
}

.overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.section-main .main-text h3 {
	margin-top: 30px;
	font-size: 28px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 6.36px;
	line-height: 33px;
	border: 1px solid #FFF;
	text-align: center;
	padding: 25px 10px;
	max-width: 540px;
}

.section-main .main-text h3 span {
	font-weight: bold;
    margin-bottom: 0;
    display: block;
}

.section-main .main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/************** ABOUT **************/

.section-about p {
  line-height: 50px;
}

/************** PRODUCTS **************/

.section-products p {
  display: inline-block;
  text-transform: capitalize;
}

.section-products p:before {
  content: "|";
  padding: 0 10px;
}

/************** CONTACT **************/

.contact-wrapper {
  margin-top: 20px;
  display: block;
  text-decoration: none;
}

.contact-wrapper:nth-child(4) {
  margin-top: 100px;
}

.contact-wrapper img {
  vertical-align: middle;
  margin-right: 20px;
}

.contact-wrapper span {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  line-height: 28px;
  vertical-align: middle;
}

form {
  font-size: 0;
  width: 100%;
  text-align: left;
  margin-top: 90px;
}

form .column {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
}

form .column:first-child {
  margin-right: 20px;
}

form .column:nth-child(2) {
  padding-top: 25px;
}

form .form-group:nth-child(2) {
  margin: 25px 0;
}

/* [type="text"] */
.form-group input {
  background-color: white;
  border: 0;
  border-bottom: 2px solid #A2806E;
  height: 25px;
  width: 100%;
}

form input[type="submit"] {
  background: #A2806E;
  border: none;
  font-weight: 300;
  width: 200px;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
}

.form-group textarea {
  background-color: white;
  border: 2px solid #A2806E;
  width: 100%;
  resize: none;
  height: 175px;
}

.form-group span {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-top: 13px;
}

/************************** GOOLE SECTION **************************/

.section-maps {
  padding: 0;
  margin-bottom: 0;
}

#google-container {
  padding: 0;
  position: relative;
  width: 100%;
  height: 350px;
}

#cd-google-map {
  position: relative;
  min-height: auto;
}

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #A2806E;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #A2806E;
}

/************************** MOUSE SCROLL **************************/

.bottom {
  position: absolute;
  left: 50%;
  bottom: 100px;
}

.scroll-indicator {
  width: 24px;
  height: 24px;
  margin: 16px auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom-right-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
