html, body {
  min-height: 100vh;
  width: 100%;
  line-height: 18px;
  color: #b79359;
  font-size: 16px;
  font-family: "Righteous";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  width: 100%;
  position: relative;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .container.main {
    min-height: 100vh;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-color: rgba(72, 72, 72, 0.2);
    background-blend-mode: color; }
  .container.inner {
    max-width: 850px;
    overflow: hidden;
    display: flex;
    background: white;
    width: 70%;
    margin: 1rem 0; }
    @media only screen and (max-width: 60em) {
      .container.inner {
        width: 80%; } }
    @media only screen and (max-width: 40em) {
      .container.inner {
        width: 95%; } }
  .container.content {
    width: 100%;
    min-height: 92vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    background: #e6e3d9;
    padding: 3.5rem 4rem; }
    @media only screen and (max-width: 40em) {
      .container.content {
        padding: 3.5rem 2rem; } }
    @media only screen and (max-width: 28em) {
      .container.content {
        padding: 3.5rem 1rem; } }

.bttn {
  z-index: 100;
  height: 55px;
  width: 180px;
  color: white;
  background: black;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .bttn a {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.bttn:active {
  box-shadow: 0 0 10px 2px #4e4e4e; }

.error-mssg {
  display: none;
  position: absolute;
  top: 70px;
  color: #E63E30;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px; }

.header {
  font-size: 2.5rem;
  line-height: 3.5rem;
  display: flex;
  flex-flow: column; }
  @media only screen and (max-width: 28em) {
    .header {
      font-size: 2.2rem; } }

.divider {
  width: 100%;
  height: 4px;
  margin-top: 1rem;
  background: #b79359; }

.bottom-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

.box-list {
  width: 100%;
  padding-top: 3rem;
  font-size: 1.5rem; }
  .box-list .item {
    padding-bottom: 1.5rem;
    padding-top: 2rem;
    border-bottom: solid 1px #b79359; }
    .box-list .item a {
      color: #b79359; }

.item .fa-angle-right {
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 0.3rem; }

.video-container {
  width: 100%;
  padding: 2rem 0;
  justify-content: center;
  align-items: center; }
  .video-container iframe {
    width: 100%; }

.copyright {
    font-size: 12px;
    padding: 10px;
    margin: 0;
    text-align: center;
}