/*
Theme Name:		Future Shades
Author:			Casey Frechette
Template:		wp-bootstrap-starter
Text Domain:	futureshades
*/

body {
	background-color: #fff !important
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #111 !important
}

a.site-title {
	font-family: Oswald;
	text-transform: uppercase
}

#menu-primary-menu li a {
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase	
}

h2 {
	font-size: 2rem !important;
	margin-top: 10px !important;
	font-weight: bold !important
}

h1.entry-title {
  font-size: 1.8rem
}

h5, .h5 {
font-size: 1.25rem !important;
margin-top: 30px !important;
margin-bottom: 10px !important;
}

section.col-md-2 a {
    margin-top: 10px;
    display: inline-block;
    font-size: .9rem;
}

p {
    font-size: .9rem;
    color: #222;	
}

.start-date, .end-date, .memo-date {
	background-color: #007bff40;
    color: #222;
    padding: 6px 8px
}

img.img-fluid {
	width: 100%;
}

blockquote {
padding-left: 20px;
border-left: 15px solid #1d7097;
font-family: Georgia;	
}

.media-column img {
	margin-bottom: 20px
}

.img-caption {
	color: #555;
	margin-top: -15px;
	margin-bottom: 20px;
}

ol li,
ul li {
	color: #111;	
}

ul li a {
font-size: 1rem !important
}

/*
p:first-child:first-letter {
  color: #2A9FD6;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
*/












/* Setting fade transition and default settings */
body {
  color: #000;
  background-color: #f4f4f4;
  font-family: Roboto;
  transition: background-color 1s ease;
}

/* panel styles */
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

/* colours */
.color-violet {
  background-color: #2F8FED;
}
.color-indigo {
  background-color: #2F8FED;
}
.color-blue {
  background-color: #2F8FED;
}
.color-green {
  background-color: #4DCF42;
}
.color-yellow {
  background-color: #FAEB33;
}
.color-orange {
  background-color: #F19031;
}
.color-red {
  background-color: #F2293A;
}



.img-effect {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important  
}


.timeline-entry-year {
  border-radius: 0px;
  display: inline-block;
  width:12.5%;
  vertical-align: top;
  white-space: normal;
}



.timeline-entry {
  border-radius: 0px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
    width:100%;

}


@media only screen and (min-width: 300px) {
  .timeline-entry {
    width:100%;
  }
}
@media only screen and (min-width: 650px) {
  .timeline-entry {
    width:50%;
  }
}
@media only screen and (min-width: 850px) {
  .timeline-entry {
    width:33.333333%;
  }
}


body.search h1.page-title {
    background-color: #007bff40;
    font-size: 1rem;
    display: inline-block;
    padding: 6px 10px;
}


#footer-widget div.col-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}


.inner-shell {
  background-color: rgba(255,255,255,.48);

  padding: 30px;
  margin: 0 5px;

}


.tLNav {
  cursor: pointer;
}
.tLNav svg {
  width:  2em;
  height:  2em;
}


.inner-shell p,
.inner-shell h3,
.inner-shell h4,
.inner-shell img

{
  cursor: grab;
  user-select: none
}



.inner-shell h3 {
    font-size: 1.5rem;
    height: 90px;
}

.inner-shell h4 {
    font-size: 1rem;

}

.inner-shell img {
  padding-top: 15px !important
}

#caroNav {
  margin-top:  10px;
  text-align: center
}

#navYearsRight {
  float:  right
}

#te3 {

}

/* styling for demo, can ignore */
body {
  text-align: center;
  font-size: 120%;
  line-height: 1.618;
}
h1, h2 {
  font-size: 3em;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

h2 {
  font-size: 2rem;
  margin-top:75px;
}
p {
  font-size: .9rem;
  /*max-width: 30em;*/
  margin-top: 30px;
  margin-bottom: 1.618em;
}
a {
  color: #4332CF;
}

#displayAllWrapper {
    text-align: center;
}
#displayAll {
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  letter-spacing: 1px 
}

form label span {
  font-size: 1.2rem !important;
  margin-bottom: 0.5rem !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #000 !important;
}
}

h4 {
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: normal;
font-size: 1rem;  
}

h3 {
margin-top: 0;
font-size: 1.1rem;

}

a h3,
a h4 {
  color: #111;
}



.years {
  background-color: rgba(255,255,255.8);
  padding: 5px 0;
}
.years h2 {
  display: inline-block;
  margin: 0 10px;
    font-size: 1.1rem
}
.years a {
  cursor: pointer;
}

.carousel,
.yearCarousel {
  overflow: hidden;
  white-space: nowrap;
}
.carousel p {
  color: black;
  font-family: 'Open Sans';
}
.carousel h3 {
    font-weight: bold;
    margin-top: 10px; 
}
.carousel a.link {
  font-size: .9rem;
  color: black;
    background-color: #71cff9;
    border-radius: 4px;
    border: none; 
    padding: 5px 10px;
    cursor: pointer; 
}








  .disable {
    color: #999;
  }
  .active {
    font-weight: bold;
  }



span.year-label {
  background-color: black;
  color: white;
  cursor: pointer !important;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
div.item-count {
  background-color: #71cff9;
  text-align: center;
  font-size: 80%;
  padding: 5px;
  color: #fff;  
  width: 100%;
  margin: 0;  
}
.timeline-entry-year .inner-shell {
    margin: 0;
    padding: 0;
    width: 100%;
}


.years {
 overflow: hidden;

white-space: nowrap; 
}
  .years > div {
    color: #fff;
    display: inline-block;
    margin: 0;
    background-color: #444;
  }

  .years span {
    padding: 10px 20px;
  }

  div.active {
    border-top: 10px solid #d8048b;
  }

  div.noitems {
    background-color: #ccc;
  }

  .years div div {
    background-color: #71cff9;
    padding: 5px 10px;
    color: black;
  }



.category-archival-documents.hentry {
  margin-bottom: 1rem;
}
