html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: url('../images/bg.jpg') no-repeat;
  background-size: cover;
  background-color: #ffffff;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1b;
  line-height: 1.4;
}
body::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,transparent,rgba(255,255,255,0.5),rgba(255,255,255,0.8),#ffffff);
}
h1,h2 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
h1 {
  font-size: min( 5rem, 12vw );
  color: #006533;
  font-weight: 900;
}
h2 {
  font-size: 1.5rem;
  font-weight: 300;
}
h1 span {
  font-size: initial;
  font-weight: initial;
  color: initial;
  padding-left: 0.2rem;
}
a, a:hover, a:link, a:active, a:visited {
  color: #1d1d1b;
  text-decoration: none;
}
a:hover {
  color: #006533 !important;
}
#container {
  position: absolute;
  top: 2rem;
  z-index: 2;
  width: 80%;
  max-width: 800px;
  min-width: 250px;
  overflow: hidden;
  margin: 8% auto 0;
  left: 0;
  right: 0;
  text-align: center;
}
#logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#logo img {
  width: 100%;
  max-width: 250px;
}
#content {
  text-align: center;
  margin-top: 3rem;
}
#contact {
  margin: 3rem 0 1rem 0;
}
#name {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
