/*!
 * Start Bootstrap - Logo Nav (https://startbootstrap.com/template-overviews/logo-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logo-nav/blob/master/LICENSE)
 */

body {
	padding-top: 56px;
  font-family: 'Lato', sans-serif;
	background-color: #033b52;
  /* old light green: #F9FFF0;; */
/* other colors: #c9d2bc;  #F2FFE2*/
  
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}


h1, h2, h3, h4, h5, h6 {
 /* font-family: 'Oswald', sans-serif; */
	font-family: 'Acme', sans-serif;
	/* text-transform: uppercase; */
}

.bg-color {
  background-color: #7a8768;
}

.dark-bg-color {
  background-color: #545c47;
}

/* styles for headers on gallery pages */
.hero-text>h1 {
      font-size: 2.7rem; 
      letter-spacing: .05rem;
      word-spacing: .5rem;
      font-kerning: normal; /* not being applied to Acme font */
} 

 @media (min-width: 590px) {
    .hero-text>h1 {
      font-size: 3.5rem; 
    } 
 }

 @media (min-width: 768px) {
    .hero-text>h1 {
      font-size: 4rem; 
    } 
 }

 @media (min-width: 992px) {
    .hero-text>h1 {
      font-size: 4.5rem; 
    } 
 }
 /* end styles for headers on gallery pages */

 .chevron {
 	position:relative; top:.02rem;
 }

	.gallery-nav {
		width:100%; 
		display: flex; 
		justify-content: space-between;
	}

 @media (max-width: 576px) {
    .gallery-nav.vert-nav {
      flex-direction: column;
    }
 }

.navbar-brand {
  font-size: 1rem;
}

 @media (min-width: 576px) {
    .navbar-brand {
      font-size: 1.25rem;
    }
 }

/* NAV STYLES */
/* overwriting default colors for nav links */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 1);
}

.active-sub-menu-item {
  font-weight: 700;
}

/* BUTTON STYLES */

.button {
    background-color: #7a8768;
    color: rgba(255, 255, 255, 0.8);
    padding: 4px 8px;
    border: 2px solid #F9FFF0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    /* margin: 4px 2px; */
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
    cursor: pointer;
    /* transition effect code */
    transition: 1s;
}

.button:hover {
    background-color: #545c47;
    color: rgba(255, 255, 255, 0.8);    
    text-decoration: none;
    /* transition effect code */
    /* transform: rotate(5deg); */
}

.round-button {
  background-color: #7a8768;
  border: 2px solid #F9FFF0;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  /* transition effect code */
  transition: 1s;
}

/* Misc styles */

.sub-header {
  color: #888;
  font-size: 3.0rem
}
/* End Misc styles */

/* The following left/right buttons are to ensure the nav buttons and gallery have the same 
outer margins wehn possible */
 @media (min-width: 992px) {
    .button-left {
      margin-left: 34px;
    }
 }

  @media (min-width: 992px) {
    .button-right {
      margin-right: 34px;
    }
 }


.round-button:hover {
    background-color: #545c47;
    color: rgba(255, 255, 255, 0.8);    
    text-decoration: none;
    /* transition effect code */
    /* transform: rotate(5deg); */
}

 @media (max-width: 576px) {
    .round-button {
      width: 160px;
    }
 }


/* FOOTER STYLES */ 
/* making footer links look like top nav links */
.footer-link {
  color: rgba(255, 255, 255, 0.8);
}

.footer-link:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-header {
  font-size: 1.25rem; 
  color: #ffffff;
}

.icon {
    font-size: 2.25rem;
} 

.footer-text {
  color: rgba(255, 255, 255, 0.6);
}

.dark-footer {
  height:70px;
}


.dropdown-menu {
  background-color: #dee1d9;
}
/* #F9FFF0 */

.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #7a8768;
}
  /* This is the line under the nav bar */
.spacer {
  height: .5rem;
}
 @media (max-width: 768px) {
  .spacer {
    height: .3rem;
  }
 }

 /* this is for divs containing big chunks of text */
.text-box {
    font-size: 1.25rem;
    line-height: 1.5;
    background-color: #ddd; 
    border-radius: .5rem;
}

/* Styles for gallery pics */
.thumb {
 display: block; 
 margin: auto;
 border: 2px solid #fff;
 width: calc(600px * .4); /* even though this style is same as the next level up (768) I'm keeping it seperate because it may change */
}

 @media (min-width: 768px) {
  .thumb {
    width: calc(600px * .4);
  }
 }

 @media (min-width: 1200px) {
  .thumb {
    width: calc(600px * .5);
  }
 }

 .thumb-wide {
 display: block; 
 margin: auto;
 border: 2px solid #fff;
 width: calc(600px * .5); 
}

 @media (min-width: 768px) {
  .thumb-wide {
    width: calc(600px * .6);
  }
 }

 @media (min-width: 1200px) {
  .thumb-wide {
    width: calc(600px * .7);
  }
 }

 /* Overriding Baguette Box defaults */


#baguetteBox-overlay .full-image figcaption {
  line-height: 1.3rem;
  background-color: rgba(255,255,255,0);
}

figcaption span {
  background-color: #7a8768;
  color: #fff;
  float: right;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 5px;
}

/* The following raises the info button on mobile only */
 @media (max-width: 576px) {
  figcaption span {
      margin-bottom: 40px;
  }
 }

figcaption span span {
  font-size: .8rem;
  border: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 1.0rem;
  float: left;
  border-radius: 0px;
  text-align: left;
}

