body {
    background-color: #FFFFFF;
    }
    h1 {
      font-size: 48px;
    }
    .jumbotron {
      padding-top: 5px;
      padding-bottom: 5px;
      font-family: "Allerta Stencil";
      max-height: 200px;
      background: rgb(243, 101, 35);
      color:#222;
      font-weight: bold;
    }
    .imgdisplay {
      width: 95%;
      margin: auto;
    }
    img {
      border-radius: 8px;
      width: 300px;
      margin: auto;
    }
    .table-responsive {
      border: none;
      overflow: hidden;
      text-align: center; 
      width: 98%; 
      /*max-width: 800px; */
      margin: auto
    }
    .contactemail {
      margin: auto;
    }
    .paypalcart {
      position: fixed;
      float: right;
      margin-top: 20px;
      max-height: 35px;
    }
    .fbicon {
      margin-top: -5px;
      max-height: 35px;
      max-width: 35px;
    }
    .programselect {
        margin: auto;
        max-width: 250px;
      }
    .btn-primary {
        background-color:#f36523;
        border-color:#f36523;
    }
    .btn-primary:hover {
        background-color:#f36523;
        border-color:#f36523;
    }
    .navbar {
      border-radius: 0px;
    }
    .navbar-inverse {
        border-color: #222
    }
    .hypevid {
      max-width: 1100px;
      max-height: 618px;
    }
    .sticky {
      position: -webkit-sticky;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
    }
    .sticky + .content {
      padding-top: 102px;
    }
    .w3-btn, .w3-button{
        background-color: orange;
    }
    .champimg {
      border-radius: 8px;
      width: 100%;
    }
    .none {border-style: none;}
    .hidden {border-style: hidden;}