* {
  margin: 0;
  padding: 0px;
  /*font-family: 'Courgette', cursive;*/
  font-family: 'Lato', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
  font: 18px 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
}
a{
	text-decoration:none;
	color:#272d29;
}
h1, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
}

h2{
	font-size:inherit;
	font-weight:700;
	line-height:1.5;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

#wrapper {
  position:relative;
  background: url(../index-bg.jpg) no-repeat center top;
  padding-top: 3%;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  color: #2f3729;
  -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;
}

#wrapper h1 bold {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 1px;
}

#wrapper h1 {
  font-size: 28px;
  letter-spacing: 1px;
}

#wrapper h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}
div.content-wrapper{
	max-width:500px;
	padding:15px;
	border-radius:25px;
	background-color:#fffd;
	margin-left:auto;
	margin-right:auto;
	width: 85%;
}
.img-logo{
	width:65%;
}
.img-icon{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:50px;
	height:auto;
}
.email-icon{
	display:inline-block;
	margin-left:5px;
	margin-right:15px;
	max-width:27px;
	height:auto;
	vertical-align: middle;
}
.facebook-link,
.instagram-link,
.map-link,
.whatsapp-link,
.phone-link,
.x-link{
	display:inline-block;
	max-width:18%;
	padding:10px;
	margin:10px;
}
.facebook-icon,
.instagram-icon,
.whatsapp-icon,
.phone-icon,
.map-icon,
.x-icon{
	max-width:65%;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background: #ffffffa8;
}
.hidden-overflow{
	overflow: hidden;
}
.text-center{
	text-align:center!important;
}
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
.text-justify{
	text-align:justify!important;
}

@media (max-width: 768px) {
  #wrapper {
    padding-top: 10%;
  }

  #wrapper h1 {
    font-size: 22px;
  }

  #wrapper h5 {
    font-size: 18px;
  }
  .facebook-icon,
  .instagram-icon,
  .whatsapp-icon,
  .phone-icon,
  .map-icon,
  .x-icon{
	max-width:75%;
  }

}

@media (max-width: 480px) {
  .facebook-icon,
  .instagram-icon,
  .whatsapp-icon,
  .phone-icon,
  .map-icon,
  .x-icon{
	max-width:90%;
  }
}