body {
  margin-bottom: 50px;
  background-color: white;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  color: white; /*#35544A*/
  font-size: 44px;
  line-height: 58px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}
.h1-home {
  font-size: 52px !important;
  font-weight: 300;
}
h2 {
  margin-right: 0px;
  margin-bottom: 27px;
  margin-left: 0px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}
h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  padding-right: 30px;
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-shadow: none;
}
.w-col {  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fac960;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  opacity: 0.92;
}
.button:hover {
  background-color: #62aeb8;
}
.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid black;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: white;
  box-shadow: transparent 0px 0px 8px 0px inset;
  -webkit-transition: box-shadow 150ms ease;
  -o-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #806732;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.92;
}
.field:focus {
  /*box-shadow: #fac960 0px 0px 0px 2px inset;*/
}
.sign-up-form {
  margin-top: 40px;
}
.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}
.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #b59143;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}
.container {
  padding-right: 40px;
  padding-left: 40px;
}
.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #fac960;
  text-align: center;
}
.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}
.share-wrapper {
  margin-top: 15px;
}
.social-btn {
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.social-btn:hover {
  opacity: 0.7;
}
.social-btn.footer {
  margin-right: 9px;
  margin-left: 9px;
}
.navbar {
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 0px;
  background-color: white;
}
.navbar-webmii {
  margin-bottom: 10px;
  padding-top: 23px;
  padding-bottom: 0px;
  background-color: white;
}
.navbar-webmii-home {
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 0px;
  background-color: white;
}
.right-nav {
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: right;
}
.left-nav-people {
  width: 54%;
}
.brand {
  display: inline-block;
  margin-top: 5px;
  margin-left: -8px;
  padding-left: 0px;
  opacity: 1;
  color: #2e2e2e;
  font-size: 32px;
  line-height: 22px;
  font-style: normal;
  font-weight: 600;
}
.logo {
  margin-top: -10px;
  margin-right: 13px;
  margin-bottom: 4px;
  opacity: 1;
  font-size: 14px;
}
.logo.footer {
  display: block;
  margin: 15px auto 20px;
}
.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 14px;  /*35px;*/
  font-size: 15px;
  text-align: center;
}
.section.hero {
  padding-top: 92px;
  padding-bottom: 92px;
  /*background-color: #fac960;*/ /*#46d4a5*/
  text-align: center;
}
.section.hero.success {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #62aeb8; /*#b9b9b9; /*#fac960;*/
}
.section.grey {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 14px;  /*35px;*/
  background-color: #f2f2f2;
}
.section.blue {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 14px;  /*35px;*/
  background-color: #62aeb8;
}
.grey-heading {
  color: rgba(0, 0, 0, 0.56);
  font-size: 41px;
  font-weight: 300;
  text-shadow: none;
}
.grey-heading.white {
  color: white;
}
.grey-heading-paragraph {
  color: rgba(0, 0, 0, 0.56);
  font-weight: 300;
  text-shadow: none;
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
}
.phone-image {
  width: 381px;
}
.infinite {
  margin-top: -42px;
  margin-bottom: -10px;
  opacity: 0.15;
}
.photo {
  background-image: url('../images/example-bg.png'), -webkit-linear-gradient(black, white);
  background-image: url('../images/example-bg.png'), -o-linear-gradient(black, white);
  background-image: url('../images/example-bg.png'), linear-gradient(black, white);
  background-size: 125px, auto;
}
.small-search {
  height: 38px;
  border-radius: 0px;
}
.signature {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}
.mainphoto {
  border: 1px solid white;
  border-radius: 10px;
}
.brown-paragraph {
  color: #8a6d2f;
  text-shadow: none;
}
a:link {
   color:inherit;
   text-decoration: none;
}
a:visited {
  color:inherit;
  text-decoration: none;
}
a:hover {
  color:inherit;
  text-decoration: underline;
}
.link, a.nothovered {
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.link:hover {
  text-decoration: underline;
  text-shadow: none;
}
.linknamebox:hover, a.hovered {
  text-decoration: none;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  h1 {
    line-height: 44px;
    text-shadow: none;
  }
  .h1-home {
    font-size: 40px !important;
  }
  p {
    text-shadow: none;
  }
  .section.hero.success {
    padding-bottom: 10px;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .grey-heading {
    text-shadow: none;
  }
  .grey-heading-paragraph {
    text-shadow: none;
  }
  .left-nav-people {
    width: 52%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px; /* 36 */
    line-height: 40px; /* 46 */
    text-shadow: none;
  }
  .h1-home {
    font-size: 36px !important;
  }
  h2 {
    font-size: 28px !important; /* 30 */
    line-height: 31px !important; /* 31 */
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .grey-heading {
    text-shadow: none;
  }
  .grey-heading-paragraph {
    text-shadow: none;
  }
  .left-nav-people {
    width: 85%;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 26px; /* 36 */
    line-height: 34px; /* 46 */
    text-shadow: none;
  }
  .h1-home {
    font-size: 30px !important;
  }
  h2 {
    margin-bottom: 5px;
    font-size: 26px !important; /* 30 */
    line-height: 31px !important; /* 31 */
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 20px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section.grey {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section.blue {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .grey-heading {
    text-shadow: none;
  }
  .grey-heading-paragraph {
    text-shadow: none;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .signature {
    font-size: 18px;
  }
  .infinite {
    margin-top: -20px;
    margin-bottom: -10px;
    opacity: 0.15;
  }
  .navbar-webmii {
    margin-bottom: 10px;
  }
  .navbar-webmii-home {
    margin-bottom: 10px;
  }
  .left-nav-people {
    width: 77%;
  }
}
@media (max-width: 320px) {
  h1 {
    line-height: 30px; 
    text-shadow: none;
  }
  .h1-home {
    font-size: 26px !important;
  }
}

