/* *************************************************************************
General
************************************************************************** */
.wrap {
  width: 95%; /* Content is 90% of the width od the hero which is 100%, full screen */
  max-width: 1400px;
  margin: 0 auto;  /** Setting margin auto, centers content **/
  padding-bottom: 0px;
}


.body-text a {
  color: blue;
}

.bluebg {
    background-color: rgba(68, 114, 169, 0.31);
  }

h2.white {
  color: white;
}

h2.black {
  color: black;
}

.gallery {
  padding: 20px;
}

.button1 {
      background-color: #52a3d8;
}

.card-divider {
    background: #ffff99;
}

.mobile-title {
  background-image:url(../assets/img/background/background-4.png);
  padding:33px 0px;
  height: 120px;
}

.close-button {
    position: absolute;
    color: #000000;
    cursor: pointer;
    background-color: white;
}

.menu>li>a {
    padding: .7rem .9rem;
}


/* *************************************************************************
Orbit Image Slider
************************************************************************** */
.orbit {
  padding-top: 0px;

}
.orbit-container {
  width: 100%;
  height: 100%;
}


.orbit-slides-container {
  width: 100%;
  height: 100%;
}


.orbit-caption {
    background-color: rgba(10, 10, 10, 0.69);
    color: #fefefe;
}


/* *************************************************************************
info Bar
************************************************************************** */

.info-bar {
  background-color: rgb(39,37,37);
  color: white;
}

.info-bar li {
  padding-right: 15px;
  padding-left: 15px;
}
.info-bar i {
  padding-right: 5px;
}

.info-bar a {
  color: white;
}

/* *************************************************************************
Mobile Navigation
************************************************************************** */
.is-drilldown .menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
 line-height: 1;
 }

.title-bar {
  background-color: #FFFF99;
  height: 60px;
  padding-top: 17px;
  color: black;
}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.is-drilldown-submenu-parent>a:after {
    border-color: transparent transparent transparent #000000;
}

/* Menu icon color */

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: "";
}



/* *************************************************************************
Desktop Navigation
************************************************************************** */
.nav-desktop { /* custom top-bar class 4d5b65, EAC67A,*/
    background-color: #FFFF99;
    padding: 0;
    border: black;
    border-bottom: 1px solid;
}

img.site-logo {
  padding-top: 10px;
  padding-left: 10px;

}

.nav-desktop .menu-desktop {
  background-color: transparent;
  line-height: 80px;
}

.menu > li > a { /* makes the a full-height */
    display: inline-block; /* inline block, works like an inline element, one after other, but you can give it padding, which you can't do with inline elements */
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    color: black;
}

.menu .vertical > li > a { /** drop-down menu style, so it stays small **/
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu > li > a:hover { /* sudo class refers to state, like hover, focus, ect. */
  background-color: rgba(255,255,255, 0.5); /* the a stands for alpha or opacity */
}

.top-bar, .top-bar ul { /** Drop-down menu background color **/
    background-color: #FFFF99;
    /** border: transparent; **/
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    border-color: #000000 transparent transparent;
}

/* *************************************************************************
Hero
************************************************************************* */
.hero1 {
  background-color: #999;
  background-image:url(../assets/img/separators/large/Optimized/Final_Separator.jpg);
  padding: 80px 0px;
  height: 250px;
}

.hero2 {
  background-image:url(../assets/img/separators/large/Optimized/Final_Separator2.jpg);
  padding: 80px 0px;
  height: 250px;
}

.hero3 {
  background-image:url(../assets/img/separators/large/Optimized/Final_Separator3.jpg);
  padding: 80px 0px;
  height: 250px;
}

.hero4 {
  background-image:url(../assets/img/separators/large/Optimized/Final_Separator5.jpg);
  padding: 80px 0px;
  height: 250px;
}

.hero5 {
  background-image:url(../assets/img/separators/large/Optimized/Final_Separator4.jpg);
  padding: 80px 0px;
  height: 250px;
}

.hero6 {
  background-image:url(../assets/img/background/background-4.png);
  padding: 60px 0px;
  height: 200px;
}

.hero h2 {
  color: rgba(255,255,255,0.9);
}

.border {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
text-transform: uppercase;
}


.border2 {
border-top: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
color: black;
text-transform: uppercase;
}

.page-title {
  padding-top: 15px;
  padding-bottom: 10px;
}

/* *************************************************************************
Main Section
************************************************************************** */

.main {
    background-image: url("../assets/img/background/background-1.jpg");
    background-repeat: no-repeat;
}

.bg-image {
    background-position: 50% 50%;
    background-size: cover;
}

/* *************************************************************************
footer
************************************************************************** */

footer {
  background-color: #FFFF99;
  padding: 60px 0px 0px;
}

.copyright {
    padding: 10px 10px 0px 0px;
    background-color: #f5f590;
}

footer h4 {
  color: black;
}

footer hr {
  border-color: black; /* hr is a bottom border */
  margin: 10px;
}

footer li span {
  font-weight: bold;
  color: black;
}

footer p span {
  font-weight: bold;
  color: black;
}

footer a {
  color: black;
}


footer a span {
  font-weight: bold;
  color: black;
}

footer a:hover {
  color: #cc4b37;
}

.footer-hours {
  color: black;
}

.footer-hours span {
  font-weight: bold;
  color: black;
}
/* *************************************************************************
Media Query
************************************************************************** */
/* Small only */
@media screen and (max-width: 39.9375em) {
  .sub-title {
    padding-top: 20px;
  }
}


@media screen and (max-width: 39.9375em) {
  .hero6 {
    padding: 35px 0px;
    height: 100px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .reveal.small {
      width: 40%;
  }
}
