/*    New Theme color */
.nav-item a {
    padding: 15px 12px;
color: white;
   border: none;
    text-decoration: none;
 }
 

.site-title {
 font-family: "Crimson Text", serif;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: .125em;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #085020;
font-weight: 400;
}
header nav .navigation {
    position: relative;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* border-top: 1px solid #dedede; */
    /* border-bottom: 1px solid #dedede; */
    padding: 0;
    margin: 24px 0;
    background-color: #085020;
}
.nav-item a.open {
    background-color: #ffc40e;
    text-decoration: none;
    color: black;
}
a {
    color: #085020;
    text-decoration: none;
}
 
a:hover {
    -webkit-text-decoration: double underline;
     text-decoration: none;
    color: #ffc40e;
}
 
.open.sub-nav ul li {
    padding: 6px;
    background:#d9d9d9;
    color: black;
}
.open.sub-nav ul li a:not(.parent) {
color: black;
}
.sub-nav-group .parent {
  color: black; 
}
.sub-nav .first .open{
   padding: none;
}
.sub-nav {
    border: none;
padding: none;
}

/*-----------------------old CSS   ------------*/



#content .blocks>h2:first-of-type {
    text-align: left;
    font-size: 27px;
}
/*--- media item with image---*/
#itemfiles, .lSSlideOuter .media-render {
     display: none;
  }


/*---logo img---*/
.site-title img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}tl-headline-title {
  font-size: 35px;
  line-height: 40px;
}

/*---Home page featured Items----*/
.item-showcase .resource.item:not(:only-child) img {
  max-height: 40rem;
width: 100%;
padding-bottom: 20px;
} 
 
.about {
font-size: 27px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: normal;
}

.item-showcase {
    margin: 1rem 0;
    border-top: none;
    border-bottom: none;
}
 

/*---Home page tag cloud---*/
.hTagcloud ul {
  line-height: 2em;
}
.hTagcloud a:link {
color: #67676c;
}
.hTagcloud a:hover {
color: #ffc40e;
}

/*-----Heading color strong class red---*/
 .brown-red {
color: #972d07;
}

/*-------Custom header code----*/
.my-header {
    width: 100%;
    height: 250px;
    padding: none;
    background-image: url(https://cdn.pixabay.com/photo/2020/12/05/15/01/books-5806179_960_720.jpg);
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;
}

/*-----Upload your content form---*/
 .field .field-meta {
    padding-right: 1em;
    display: flex;
    align-items: center;
    width:40%;
    padding-right: 7.5px;
  }
.field .inputs {
  width: 60%;
}
.g-recaptcha {
padding-top: 10px;
padding-bottom: 10px;
}
.field-meta {
padding-top: 20px;
}
#collecting_form_1 {
padding: 30px;
border: 1px solid #404e61;
margin: 5px;
border-radius: 30px;
}
.column-equal-50 {
width:49%;
float: left;
}
 
.media-list-toggle {
display: none;
}

  
 html {
    font: 20px/24px "Hind", sans-serif;
    color: #676767;
  }
 .nav-item > a {
    font-size: 20px;
  }


 #wrap {
    max-width: 85%;
    margin: auto;
    padding: 0 5px;
    padding-bottom: 0px;
    position: relative;
}
.tl-timeline a {
  text-decoration: none;
  color: #c34528;
  font-size: 28px;
line-height: 0.5em;
}
 .tl-timeline h2.tl-headline-title {
font-size: 35px;
  line-height: 40px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.item-showcase .resource.item:not(:only-child) {
  width: 100%;
  clear: none;
  padding: 0 ;
}
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
 #wrap {
    max-width: 100%;
}
}
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {

    .column-25-left {
    width: 50%;
     
  }
 #wrap {
    max-width: 85%;
}
.banner img {
  width: 100%;
  height:500px;
  object-fit: contain;
}
}


 /* sub menu */
.sub-nav.first {
    max-width: 100%;
}
.banner img {
  width: 100%;
  height:500px;
  object-fit: cover;
}



figure {
    margin: 0;
}

figure img {
    max-width: 100%;
    height: auto;
}

footer {
    background: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.footer-main {
       background-color: none;
}
footer a {
    color: #fff;
    text-decoration: none;
}

.tl-timeline h2 {
font-family: "Montserrat", sans-serif !important;
}
.tl-timeline p {
font-family: "Hind", sans-serif !important;
font-size: 16px;
line-height: 1.3em;
}
.attribution  {
display: none !important;
}