@font-face {
  font-family: 'Gotham-XLight';
  src: url('Gotham-XLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family:'Gotham-XLight';
  font-weight: 300;
  color: #ffffff;
  background: #00584c;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
p {
  font-weight: 300;
}
button, input, optgroup, select, textarea {
  color: black;
}
a:link, a:visited, a:active, a:hover {
  color: #ffffff;
  text-decoration: none;
}
.bg {
  background-image: url('background.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.section {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.hr1 {
  border-top: 1px solid #ffffff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 -15px;
}
.hr3 {
  border-top: 1px solid #ffffff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 200px;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.piment {
  margin-top: 50px;
}
.piment .content {
  margin-left: 0px;
  text-align: center;
}
.piment .content h1 {
  margin-top: 0px;
  font-size: 60px;
}
.piment .content h1 .smaller {
  font-size: 40px;
  color: #ffffff;
}
.piment .content h2 {
  font-size: 25px;
  padding-top: 5px;
}
.piment .content h3 {
  padding-bottom: 5px;
}
.piment .content h4 {
  padding-top: 10px;
}
.piment .content h5 {
  padding-top: 12px;
  padding-bottom: 10px;
}
.piment .content.lead {
  font-size: 25px;
  color: #ffffff;
}
.piment .content .lead .font-normal {
  color: #ffffff;
}
.piment .links {
  float: right;
  right: 0;
  margin-top: 125px;
}
.piment .links ul {
  display: block;
  padding: 0;
  margin: 0;
}
.piment .links ul li {
  list-style: none;
  display: inline;
  margin: 0 10px;
}
.piment .links ul li:first-child {
  margin-left: 0;
}
.piment .links ul li:last-child {
  margin-right: 0;
}
.piment .links ul li.current-version {
  color: #ffffff;
  font-weight: 400;
}
.piment .links ul li a, a {
  color: #ffffff;
  text-decoration: underline;
}
.piment .links ul li a:hover, a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.piment .links ul li .icon-muted {
  color: #eb8b95;
  margin-right: 5px;
}
.piment .links ul li:hover .icon-muted {
  color: #ffffff;
}
.piment .copyright {
  margin-top: 10px;
  font-size: 0.9em;
  color: #ffffff;
  text-transform: lowercase;
  float: right;
  right: 0;
}
@media (max-width: 1199px) {
  .piment {
    margin-top: 50px;
  }
  .piment .content h1 {
    font-size: 45px;
  }
  .piment .content h1 .smaller {
    font-size: 30px;
  }
  .piment .content .lead {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .piment {
    margin-top: 50px;
  }
  .piment .logo {
    margin: 40px auto;
  }
  .piment .content {
    margin-left: 0;
    text-align: center;
  }
  .piment .content h1 {
    margin-bottom: 0px;
  }
  .piment .links {
    float: none;
    text-align: center;
    margin-top: 60px;
  }
  .piment .copyright {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .piment {
    margin-top: 50px;
  }
  .piment .content h1 .smaller {
    font-size: 25px;
    display: block;
  }
  .piment .content .lead {
    font-size: 16px;
  }
  .piment .links {
    margin-top: 40px;
  }
  .piment .links ul li {
    display: block;
    margin: 0;
  }
  .piment .links ul li .icon-muted {
    display: none;
  }
  .piment .copyright {
    margin-top: 20px;
  }
}
