

.navbar {
  height: 6rem;
  text-align: left;
    padding: 0rem;
    background-color: white;
    /*border-bottom: 2px solid yellow;*/
}

.fixed-top {
  position: fixed;
}

a.navbar-brand {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #22211f;
  background-color: #facccf;
    padding: 7px;
  transition: color 0.3s ease-in-out;
}

a.navbar-brand:hover {
  color: #34a74d !important;
}

.navbar-nav {
  margin-right: 5%;
}

.navbar-collapse {
  background-color: white;
    text-align: right;
}

i.fa-link {
  color: #facccf;
}

i.fa-link:hover {
  color: #34a74d;
}


/* Hamburger */

.dropdown-menu {
  border: 0px;
  border-radius: 0rem;
}

a.nav-link {
  font-family: 'Roboto Mono', monospace;
  color: black !important;
  font-size: 0.9em;
}

.dropdown-item {
  font-family: 'Roboto Mono', monospace;
  color: rgba(0,0,0,0.9);
  font-weight: 300;
  text-align: right;
  font-size: 0.9em;
  background: transparent;
  transition: background 0.2s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #facccf;
}

div#navbarToggle.navbar-collapse.justify-content-end.collapse.show {
  background: white;
  text-align: center;
}

div.collages img {
  padding: 3% 0%;
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}

div.collages1 img {
  padding: 3% 0%;
}

p.era {
  border-bottom: 2px solid #22211f;
  padding-top: 0%;
}

p.era a {
  font-family: 'Roboto Mono', monospace;
  background-color: #22211f;
  color: #e7dfd4;
  display: inline-block;
  margin-top: 5%;
  padding: 1%;
  transition: color 0.2s ease-in-out;
}

p.era a:hover {
  color: #ff69b4;
  text-decoration: none;
}

a.era1  {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #22211f;
  background-color: #facccf;
    padding: 7px;
  transition: color 0.3s ease-in-out;
}

a.era1:hover {
  color: #34a74d;
  text-decoration: none;
}

a.era2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.25em;
  background-color: #22211f;
  color: #e7dfd4;
  padding: 7px;
  transition: color 0.2s ease-in-out;
}

a.era2:hover {
  color: #ff69b4;
  text-decoration: none;
}

.spacer {
  height: 100px;
    max-height: 25vh;
}

p.imgLink {
  text-align: right;
}



/* ABOUT 
================================================*/

.about {
  margin-top: 20%;
  margin-bottom: 10%;
}

a.aboutLink {
  color: initial;
  transition: color 0.3s ease-in-out;
}

a.aboutLink:hover {
  color: #34a74d !important;
}

a.aboutLink.active {
  color: #34a74d !important;
}

section.aboutSection {
  width: 85%;
  margin: 0 auto;
  font-family: 'Roboto Mono', monospace;
  text-align: justify;
  /*border-bottom: 5px solid #e7dfd4;*/
}

h2.aboutVC {
  font-family: 'Roboto Mono', monospace;
    font-size: 1.25em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
    padding-bottom: 2%;
    font-weight: 400;
}

  p.line {
    text-align: left !important;
  }

@keyframes vcAbout {
   /* 0%    {color: #479ec2;}*/
    0%   {color: #e7dfd4;}
    70%  {color: #ff69b4;}
}

span.vcColor {
    color: #e7dfd4;
    font-weight: 500;
    background-color: white;
    animation-name: vcAbout;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.about a {
  color: #facccf;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.about a:hover {
  color: #34a74d;
}


/* MODAL
============================ */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 30%;
  padding-bottom: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
/*  padding: 3% 0%;*/
  width: 80%;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: #ff69b4;
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 35px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #34a74d;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: -6px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */

.prev {
  color: #ff69b4 !important;
  left: -10%;
}
.next {
  color: #ff69b4 !important;
  right: -10%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

/*.janSlides img:hover, .febSlides img:hover {
  transition: transform .2s ease-in-out; 
  transform: scale(1.5);
}*/


/* SINGLE PERMALINK IMAGES
=============================================== */

.single {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}


/* MAILCHIMP
================================================= */

#mc_embed_signup {
  background:#fff; 
  clear:left; 
  font-family: 'Roboto Mono', monospace;
  width:100%;
  margin: 3% 0%;
}

input.email {
  float: left;
  border: 1px solid #80808066;
  border-radius: 0px;
}

input.button {
  color: black;
  background: #facccf;
  transition: color 0.2s ease-in-out;
  border-radius: 0px;
  border: none;
}

input.button:hover {
  color: #34a74d;
}


/* NAVBAR TOGGLE 
============================================== */

.navbar-light .navbar-toggler {
  border-color: transparent;
}








/* Queries
===================================================================================================================*/


@media (min-width: 768px) {


a.navbar-brand {
  font-size: 1.65em;
}

.navbar-nav {
  margin-right: 10%;
}


/* Hamburger */

a.nav-link {
  font-size: 1em;
}

.dropdown-item {
  font-size: 1em;
}

p.era {
  padding-top: 5%;
}

.spacer {
    height: 0px;
}



/* ABOUT 
================================================*/

.about {
  margin-top: 10%;
}

section.aboutSection {
  width: 65%;
}

h2.aboutVC {
    font-size: 1.75em;
}


/* MODAL
============================ */

.modal {
  padding-top: 8%;
}

.modal-content {
  padding: 3% 0%;
  width: 40%;
}

.prev,
.next {
  font-size: 40px;
}

.prev {
  left: -35%;
}
.next {
  right: -35%;
}

.janSlides img:hover, .febSlides img:hover, .marSlides img:hover, .aprSlides img:hover, .maySlides img:hover, .juneSlides img:hover,
.augSlides img:hover, .sepSlides img:hover, .octSlides img:hover, .novSlides img:hover, .decSlides img:hover  {
  transition: transform .2s ease-in-out; 
  transform: scale(1.5);
}

}



@media (min-width: 768px) and (max-width: 960px) {
  p.era {
    padding-top: 10%;
  }

  .modal-content {
    width: 70%;
  }

  .prev {
    left: -15%;
  }

  .next {
    right: -15%;
  }

  .janSlides img:hover, .febSlides img:hover, .marSlides img:hover, .aprSlides img:hover, .maySlides img:hover, .juneSlides img:hover,
  .augSlides img:hover, .sepSlides img:hover. .octSlides img:hover, .novSlides img:hover, .decSlides img:hover   {
  transition: transform .2s ease-in-out; 
  transform: scale(1);
}

.about {
  margin-top: 20%;
}

}

@media (max-width: 414px) {

  a.navbar-brand {
    font-size: 1.15em;
  }

  .about {
    margin-top: 30%;
  }

  input.email {
    width: 60%;
    border: 1px solid #80808066;
    padding: 2px;
  }
}

