h1.site-title a:link, h1.site-title a:visited {
  color: #100551;
}

.welcome-banner {
  margin-top: -75px !important;
  background-image: url("https://collections.uwindsor.ca/omeka-s/files/asset/0921edd4efb414aa4c8edd01ef158c31e622a6d9.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  min-height: 570px;
  z-index: -999;
  position: relative;
}

.assets.img-home-page .caption {
margin-top: -29px;
font-size: 0.9rem;
z-index: 9999;
position: relative;
color: #eee;
padding-right: 5px;
display: block;
width: 100%;
text-align: right;
background: rgba(88, 88, 91, 0.65);
}

.img-home-page img {
  margin-top: -50px;
}
.img-essay{
  max-width: 23%;
}
.caption {
font-size: 0.68em;
font-style: italic;
margin-top: -5px;
line-height: 1.5;
}
.slick-dots li button::before {
   font-size: 12px;
}

.carousel-block h2 {
  margin-bottom: 5px;
}

.mapping-map {
  min-height: 600px !important;
}

#content{
  min-height: 540px;
}

#content .welcome-blurb {
  max-width: 1700px !important;
  margin: 0 auto;
}

header{
  margin-top: -145px;
  background-color: transparent;
  border-bottom: none;
margin-bottom: 10px;
}

.banner{
height: 175px !important;
margin-top: -50px;
}

a.banner-top {
     display: block;
}

.banner-top:active, .banner-top:hover {
  color: unset;
  opacity: unset;
  text-decoration: underline;
}

h1.site-title{
     font-size: 3.6rem;
     margin-top: 5px;
     font-family: 'Special Elite';
     line-height: 30px;
}

h1.site-title a::after{
     content:"Documenting Windsor's McDougall Street Corridor";
     font-size: 0.6em;
     display: block;
     margin-top: 15px;
     margin-bottom: 20px;
}

.navigation li a{
   color: #5c5854 !important;
   font-size: 1.1em;
}

.navigation li {
/*   width: 22%;  */
}

header nav ul.navigation {
  margin-left: 0px;
padding-bottom: 5px;
padding-top: 5px;
}

.nav-container {
  width: 1570px;
}

header nav {
  position: relative;
  padding: 0;
  background: #E5E5E5;
  display: flex;
  justify-content: center;
}

header > nav {
  max-width: unset;
}
/*
header nav ul li:last-child {
  text-align: right;  
  width: 15%; 
  padding-right: 5px;
}
 */
/*
header nav ul li:nth-child(6), header nav ul li:nth-child(7), header nav ul li:nth-child(8) {
  text-align: center;
}
*/
footer{
  background-color: #C3CFA1;
  max-width: unset;
  height: auto;
padding-bottom: 10px;
padding-top: 10px;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-icons{
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 89%;
   padding-left: 0;
   gap: 8.9em;
   margin-bottom: 5px;
}

.footer-icons img{
     max-height: 90px;
}

.footer-icons li{
    margin: 0 10px;
}

ul.footer-icons li:nth-child(3) img {
   width: 210px;
}

.footer-icons a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;
    border-radius: 50%;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}

.copyright {
  text-align: center;
}

.item-showcase {
   clear: none;
   width: 40%;
   border: none;
   float: right;
}

.item-showcase .resource.item:not(:only-child) {
   width: 33%;
}

.item-showcase .resource.item:not(:only-child) img {
   max-height: 10rem;
}

.carousel-block{
   clear: both;
}

#search {
   position: relative;
   width: 25%;
}

@media screen and (min-width: 800px){
header nav ul.navigation{
gap: 57px;
gap: 3.65%;
flex-flow: row wrap;
}
}

@media screen and (max-width: 800px){
   #search {
      top: unset;
      width: 100%;
   }
   h1.site-title{
      font-size: 2rem;
   }
   .banner img{
      display: none;
   }
   header {
       margin-top: -220px;
       padding-top: 20px;
       background-image: url('https://collections.uwindsor.ca/omeka-s/files/asset/da4df63cde5156a09138eabe35deb28891a27a40.png');
   }
}

li a:link, li a:visited {
  color: #000099;
}