@font-face {
  font-family: 'Helvetica-regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/HelveticaNeueLTStd-67-MdCn.otf');
}

.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
  pointer-events: none;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.navbar {
  padding: 1.5em;
}

footer {
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
  background: #333333;
}

.bl-rn-content {
  /*margin-top: 5vh;
  sam*/
  margin-top: 7vh;
}

.blc-rn-clio {
  width: 70%;
  margin: auto;
}

.blc-rn-jkh56 {
  font-size: 40px;
  text-align: initial;
}

.blc-rn-09jkI {
  margin-top: 35px;
}

.blc-rn-09jkI > p {
  float: left;
  width: 21%;
  background: #ffcc33;
  padding: .1em;
  font-size: 25px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 9px;
  /*sam
  height:100px;
  padding-top: 30px;
  padding-bottom: 29px;*/
  
}
/*
.blc-rn-09jkI > p.hvr-pulse {
  background: green;
  color: #fff;
}
*/
.blc-rn-09jkI > p:not(:last-child) {
  margin-right: 50px;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse.active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color:#ffffff;
}

.blc-rn-j78jd {
  float: left;
}

.blc-rn-er78j {
  float: right;
  width: 45%;
  margin-left: 15px;
  margin-top: 10px;
}

.blc-rn-er78j > p {
  background: #ffcc33;
  padding: .5em;
  font-size: 18px;
  width: 100%;
  //sam
  height:100px;
  padding-top: 30px;
  padding-bottom: 29px;
}

.blc-rn-er78j > p:not(:last-child) {
  margin-bottom: 60px;
}
/*
.blc-rn-er78j > p.hvr-pulse {
  background: green;
  color: #fff;
}
*/
.blc-rn-j78yd {
  margin-bottom: 50px;
  width: 50%;
}

.blc-rn-jed76 {
  float: left;
  width: 21%;
}

.blc-rn-jed76:not(:last-child) {
  margin-right: 30px;
}

.blc-rn-ayeIP {
  background: #ffcc33;
  padding: .5em;
  font-size: 25px;
  /*sam*/
  margin-top:330px;
}

.blc-rn-kldj6 {
  margin-bottom: 0;
}
/*
.blc-rn-ayeIP.active {
  background: green;
  color: #fff;
}
*/
.blc-rn-kjd08 {
  width: 100%;
  float: left;
}

.blc-rn-jed78 {
  float: left;
  width: 21%;
}

.blc-rn-jed78:not(:last-child) {
  margin-right: 25px;
}

.blc-rn-56hII {
  width: 60%;
}

.blc-rn-GHY76 {
  background: #ffcc33;
  padding: .5em;
  border: 1px solid #ffcc33;
  border-radius: 4px;
  width: 20%;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 15px;
}

.blc-rn-hj87k {
  margin-top: 150px;
  font-size: 11vh;
}

.blc-rn-76y76 {
  width: 80%;
  margin: auto;
}

.blc-rn-gs89k {
  text-transform: uppercase;
  font-size: 30px;
}
.blc-rn-5rgI8 > ul {
  list-style-type: none;
}

.blc-rn-5rgI8 > ul > li {
  font-size: 30px;
  text-align: initial;
  border-bottom: 1px solid #ccc;
 // padding-bottom: 5px;
 // padding-top: 5px;
 //sam
  padding-bottom: 15px;
  padding-top: 25px;
  padding-left: 10%;
  font-weight: bold;
  text-transform: uppercase;
}

.bl-rn-jg98n {
  float: left;
}

video {
  width: 100%;
}

button.blc-rn-GHY76 {
  font-family: Helvetica-regular, sans-serif;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: 'Read-regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Read-Regular_V1100.ttf');
}

@font-face {
  font-family: 'Read-bold';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Read-Medium_V1100.ttf');
}

body {
  margin: 0;
  font-family: Read-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

header {
  box-shadow: 0 0 10px 0 #ccc;
}

/* Pop */
@-webkit-keyframes hvr-pop {
50% {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
}
@keyframes hvr-pop {
50% {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
}
.hvr-pop {
/*display: inline-block;*/
vertical-align: middle;
-webkit-transform: perspective(10px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop.active, .hvr-pop:hover {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}

.bl-rn-ksjd8 {
  width: 180%;
}