body,
html {
    height: 100%;
}

.damion{
    font-family: 'Damion', cursive;
}

#navbar {
    height: 105px;
    background: white;
    width: 100%;
    transition: top 0.3s;
    /* Transition effect when sliding down (and up) */
    top: 0px;
    z-index: 2;
}


.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav li {
    float: right;
}

.nav li a {
    display: block;
    color: #000000;
    text-align: center;
    font-size: .9rem;
    margin: 14px 16px;
    font-weight: bold;
    position: relative; 
    text-decoration:none;
}

.nav a:after {
    position: absolute;
    content: '';
    height: 2px;
      /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    bottom: -5px; 


   /****** 
   optional values below 
   ******/
    
    /* center - (optional) use with adjusting width   */
    margin: 0 auto;
      left: 0;
    right: 0;
    width: 100%;
     background-color: white;
     width: 0%;

       /* optional animation */
		  -o-transition:.5s;
          -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition:.5s;
  }
  .nav .active:after {
     background-color: rgba(204, 18, 63, 0.8);
     width: 100%;

  }

  .nav a:hover {
    color: rgba(204, 18, 63, 0.8);
  }
  	 /* optional hover classes used with anmiation */
       .nav a:hover:after {
        width: 100%;
        background-color: rgba(204, 18, 63, 0.8);
  }

.nav .active {
    color: rgba(204, 18, 63, 0.8);
}

.parallax {
    /* The image used */
    background-image: url("../img/765A1193cropped.jpg");
  
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.slogan {
    margin: auto;
    width: 60%;
    position: relative; top: 30%; transform: translateY(-30%);
    text-align:center;
     font-size:2.8rem;
      font-weight:bold;  color:white;
}
.slogan .small{
    font-size:2.6rem;

}

#featuredWrap {
    height: calc(100vh - 105px);
    position: relative;

    /* margin-top: 105px;*/
}

#featuredWrapFooter {
    height: 150px;
    background-color: rgba(204, 18, 63, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
}


.highlightsWrapper{
    margin: 50px 0;
}
.highlightsBoxWrap{
    
}
