/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

p,
.row p {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:20px;
}

h1,
.row h1 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size:30px;
}

h2,
.row h2 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size:24px;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

/* -------------------------------- 

Alternate Fixed & Scroll Backgrounds - by CodyHouse.co

-------------------------------- */
.rh-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.rh-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.rh-main-header__logo {
  float: left;
  margin: 0 0 0 5%;
  width:80px;
}

.rh-main-header__logo img {
  display: block;
  width:100%;
}

@media only screen and (max-width: 576px) {
  .rh-main-header {
    height: 60px;
  }
  .rh-main-header__logo {
    margin: 0 0 0 5%;
  }
}

/* Navigation */

.nav-link:focus {
outline: none;
border: #ccc solid 2px;
background-color: ;
border-radius: 4px;
color: #000!important;  
}

.nav-link {
border: 2px solid transparent;
}

.navbar-light .navbar-nav .active {
  background-color: #fff;
  border-radius: 4px;
  color:#ccc;
}

.navbar-light .navbar-nav :hover {
  background-color: #fff;
  border-radius: 4px;
  color:#fff;
}
  
.navbar-light .navbar-nav .nav-link {
  color:rgba(0,0,0,.9)!important;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9)!important;
  border-color: rgba(0,0,0,.8)!important;
}

.dropdown-item:focus, .dropdown-item:active, .dropdown-item:hover {
  background-color: #cccccc!important;
  border-radius: 0!important;
}

@media only screen and (max-width: 576px) {
.navbar-light .navbar-nav .nav-link {
  text-align: center;
}
.navbar-light .navbar-nav .nav-item {
  margin-bottom:20px;
}
.navbar-nav {
  margin-top:20px;
}
}

.navbar-collapse {
 max-width: 100%;
}

.nav-item {
  margin: 0 1em;
}

.nav-item a {
  margin: 0;    
  font-size: 1.5rem;
  line-height:1.125rem;    
  font-family: "Oxanium", sans-serif; 
  font-weight: 600;
}

.dropmenuright {
  left:0px!important;
}

@media only screen and (max-width: 756px) {
.dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
  text-overflow: ellipsis;
}
.navbar-nav .dropdown-menu {
  text-align: center;
}
} 

.dropdown-menu .dropdown-item {
  margin: 0;    
  font-size: 1.5rem;
  line-height:1.125rem;   
  font-family: "Oxanium", sans-serif; 
  font-weight: 600;
  margin: 1em 0;
}

.dropdown-item a {
text-overflow: ellipsis;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  outline: none;
  box-shadow: none;
}



.rh-fixed-bg {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.rh-fixed-bg__content, .rh-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 80%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.rh-fixed-bg h1, .rh-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  font-weight: 800;
  font-style: normal;  
}

.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("../img/airpark-denver-entrance.jpg");
}

.rh-fixed-bg.rh-fixed-bg--2 {
  background-image: url("../img/American-Ninja-Warrior-123.jpg");
}

.rh-fixed-bg.rh-fixed-bg--3 {
  background-image: url("../img/soft-play.jpg");
}

.rh-fixed-bg.rh-fixed-bg--4 {
  background-image: url("../img/American-Ninja-Warrior-179.jpg");
}

.rh-fixed-bg.rh-fixed-bg--5 {
  background-image: url("../img/reception.jpg");
}



.rh-fixed-bg.rh-fixed-bg--1:before,
.rh-fixed-bg.rh-fixed-bg--2:before,
.rh-fixed-bg.rh-fixed-bg--3:before,
.rh-fixed-bg.rh-fixed-bg--4:before,
.rh-fixed-bg.rh-fixed-bg--5:before {
    content: "";
    position: absolute;
    width: 100%;
    overflow:hidden;    
    bottom: 0;
    left:0;
    height: 50%;
background: rgb(29,29,29);
background: linear-gradient(180deg, rgba(29,29,29,0) 0%, rgba(29,29,29,0.5018382352941176) 50%, rgba(29,29,29,1) 80%);
    opacity: 1;    
}

.hero-link {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;  
  font-size:16px;
  background-image: linear-gradient(to right, #000000 0%, #333  51%, #000000  100%);
  margin: 10px auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  border-radius: 20px;
  display: block;   
  max-width:180px;
}

.hero-link:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
        
         .btn-grad {
            background-image: linear-gradient(to right, #000428 0%, #004e92  51%, #000428  100%);
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         

@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 4.8rem;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 2em 0;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #111111;
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #99a478;
  color: #3d3536;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #b4d7a8;
  color: #3d3536;
}

.rh-scrolling-bg__content {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 4em 0;
    font-size: 2rem;
    line-height: 2;
    font-weight: 300;
  }
}
