body {
  color: #666666;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.231;
  text-align: center;
}

a {
  color: #16a085;
  text-decoration: none;

}
a:hover {
  color: #1a621e;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */;
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */

  line-height: 1.722169;
  /* 31px */
}

html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #666666;
  line-height: 1.29;
}


}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  min-height: 100%;
}

body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}

a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}

.container {
  position: relative;
  z-index: 2;
  margin: 70px auto;
  width:85%; 
}

.btn-success {
	color: #ffffff;
	background-color: #1a621e;
	margin: 30px 15px 0 15px;
}

.contact {
	margin-top: 30px;
}

.contact a {
	margin-top: 30px;
	margin-right:30px;
	font-weight: bold;
	color: #1a621e;
  	text-decoration: none;
}

.contact a:hover {
  color: #23862a;
  text-decoration: none;
}
