/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


 /* Yeah, I know. I'll organize it someday. */

.max-width{max-width:100%;} 

.exhibit-item-caption p{line-height:1.2rem;}

table, th, td {
    border: 1px solid black;
}

#slide-out > ul > li:nth-child(2) > a{display:none;}

nav.pagination-nav{background-color:white;color:black;box-shadow:0 0 0 0;}

strong{font-weight:600;}

body.simple-page .primary-content a{text-decoration:underline;}
body#browse.simple-page .primary-content a{text-decoration:none;}


.container{width:75%;}

@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
  
  #featured-exhibit{text-align:center;}
  .center-img {
    display: block;
    margin: 0 auto;
  }
  body.exhibits.show h2{font-size:2.5rem;}
  
  .layout-file-text .exhibit-items {
    max-width: 100%;
	}
	
	.layout-gallery .gallery-showcase, .layout-gallery .gallery.with-showcase, .layout-gallery .gallery.left, .layout-gallery .gallery.right {
    width: 100%;
}
}


ul.side-nav li a{font-size:24px;margin-left:15px;margin-right:15px;margin-bottom:10px;border-bottom:1px solid #efefef;}

.mobile-menu-header{color:#230707;margin-left:15px;}
 
.red-text{font-color:#660000;}
 
.body{
display: flex;
min-height: 100vh;
flex-direction: column;
} 
.wrap{flex:1 0 auto;}

.addthis_inline_share_toolbox{
margin:10px;
}
 
nav{
 height:100px;
 padding-top:20px;
}

.card-description{
line-height:1.5rem;
}

.nav-row{margin-bottom:0px;}

.grad-red{
 background-color:#230707 !important;
}

nav ul a,
nav .brand-logo {
  color: #fff;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #660000;
    -webkit-box-shadow: 0 1px 0 0 #660000;
    box-shadow: 0 1px 0 0 #660000;
}

body.exhibits.show .parallax-container {
  min-height: 275px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
   background: none; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(35,7,7,1),rgba(35,7,7,0.1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(35,7,7,1),rgba(35,7,7,0.1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(35,7,7,1),rgba(35,7,7,0.1)); /*Fx 3.6-15*/
  background: linear-gradient(rgba(35,7,7,1), rgba(35,7,7,0.1)); /*Standard*/
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
   background: none; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(35,7,7,1),rgba(35,7,7,0.1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(35,7,7,1),rgba(35,7,7,0.1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(35,7,7,1),rgba(35,7,7,0.1)); /*Fx 3.6-15*/
  background: linear-gradient(rgba(35,7,7,1), rgba(35,7,7,0.1)); /*Standard*/
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}


@media only screen and (min-width: 601px) {
.row .col.m9 {
    width: 75%;
	max-width:850px !important;
    margin-left: auto;
    left: auto;
    right: auto;
	}
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* Color Styling for LDHI */

.red.darken-5 {
  background-color: #660000 !important;
}

.materialize-red.darken-5 {
  background-color: #660000 !important;
}

a {
  color: #660000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.card-title a {
  color: #660000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.tabs .tab a:hover, .tabs .tab a.active, .tabs .tab a, .tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  background-color: transparent;
  color: #660000;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #660000;
    will-change: left, right;
}

nav ul a, nav .brand-logo {
    color: #fff;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: black;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

/* Font Sizing for LDHI */

.homepage-logo{
font-size:9em;
text-align:left;
}

nav ul a{
font-size:18px;
}
.card .card-title {
  font-size: 18px;
  font-weight: 300;
}

.card .card-content .card-title {
  line-height: 20px;
  color:#660000;
}

.card .card-image .card-title {
    color: #;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align:center;
}

h1,h2,h3,h4,h5,h6,nav, ul.show-pages-list li{
font-family: 'Raleway', sans-serif;
}

.lightHeader{font-weight:lighter;}

html{
font-family: 'Raleway', sans-serif;
font-weight:normal;
}

.oswald{
font-family: 'Oswald', sans-serif;
font-weight:normal;
}

.oswald-bold{
font-family: 'Oswald', sans-serif;
font-weight:bold;
}

.cofcAccent{background-color:#beb9a6;}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #beb9a6;
    margin: 0 auto;
    white-space: nowrap;
}
/* Image Formatting */

body > nav.white > div > a:nth-child(1) > img{max-height:100%;max-width:100%;}


/* Exhibit Navigation Styling */
ul.show-children li.not-current-child{display:none;}
ul.show-pages-list li.current-page-top h6{font-weight:bold}
ul.show-pages-list li.current-group-top ul.show-children li.current-page-child{font-weight:bold;}
ul.show-children{padding-left:10px;}
ul.show-pages-list > li{border-bottom:1px solid #efefef;}
li.current-group-top ul.show-children li.not-current-child{display:block;}
.menuHeader {  
font-family: 'Oswald', sans-serif;
font-size: 1.64rem;
}

.exhibitPadding{padding:20px;}

/* Contact Form Styling */

input:focus:not([type]):not([readonly]), input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #660000;
    box-shadow: 0 1px 0 0 #660000;
}

fieldset {
    border: 0px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

