@font-face {
    font-family: 'Fulbo-Premier';
    src:url('/fonts/Fulbo-Premier.ttf.woff') format('woff'),
        url('/fonts/Fulbo-Premier.ttf.svg#Fulbo-Premier') format('svg'),
        url('/fonts/Fulbo-Premier.ttf.eot'),
        url('/fonts/Fulbo-Premier.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avancement';
    src: url('/fonts/avancement2020-black-webfont.woff2') format('woff2'),
         url('/fonts/avancement2020-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

div.ccm-page h1.camp {
  font-family: 'Fulbo-Premier';
  color: #f6852a;
  font-size: 3.5em;
  line-height: 1em;
}

div.ccm-page h2.camp {
  font-family: 'avancement';
}

div.stakeYMCamp {
  position: relative;
  top:0px;
  left: 0px;
  width: 100vw;
  background: #bfeff8;
  background-size: cover;
}
div.stakeYMCamp div.padding {
  background: #bfeff8 no-repeat bottom center url(/application/files/3317/4771/4153/tent-bg.jpg);
  background-size: cover;
  height: calc(100vw * .45);
}

div.actionButtonArea {
  text-align: center;
  margin: 15px;
}
div.actionButtonArea div button {
  background-color: #1c3e42;
  font-family: 'Fulbo-Premier';
  font-size: x-large;
  font-weight: bold;
  color: #FFF;
  border: none;
  border-radius: 15px;
  padding: 2px 21px 3px;
  margin-bottom:10px;
}

div.actionButtonArea div button:hover {
  background-color: #f6852a;
  color: #1c3e42;
}

div.campMap {
  text-align: center;
}
div.campMap iframe {
  width: 90vw;
  height: 450px;
  max-height: 90vh;
}
