/*full screen homepage*/
#zone-branding-wrapper.zone-wrapper.zone-branding-wrapper.clearfix {
    background: url(https://library.medicine.yale.edu/sites/default/files/shadedmedical_historical_library_light.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-color: #000;
}

.zone-topper-wrapper {
    background-color:#007c85 !important;
    line-height:1.2;
}


@media (max-width: 979px) {
.region-banner-menu-inner {
    margin-top:2em;
}}
    
/* prevent mobile menu from appearing */
.region-inner .region-topper-first-inner {
    display:none;
}
    
    
/* to prevent page title from displaying on middle 'block' */
h1#page-title {
   display: none;
}

/*hide CWML sitename*/
h2.site-name {
    display: none;
}


#region-sidebar-first {
    padding-left: 1%;
}


#zone-content h2 {
    color: #000;
}


main h3, article h3 {
    font-family:'Mallory', sans-serif;
    text-transform: uppercase;
    font-weight:700;
    font-size: 1.1em;
}

div#zone-postscript-wrapper.zone-wrapper.zone-postscript-wrapper.clearfix {
    padding-top:2em;
}

.region-postscript-first {
    padding-left:1%;
}

@media (min-width: 740px) {
#zone-preface {
padding-bottom: 2em;
}
}

.hist-top-nav {
    float:right;
    padding-top:1.5em;
}

.hist-top-nav a {
    color:#fff;
    text-shadow: 4px 3px 5px black;
    font-weight:700;
}



/*sitename (med hist lib)*/
@media (min-width: 1191px) {
.hist {
    color:#fff;
    text-shadow: 4px 3px 5px black;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, 150%);
}
.hist-top-nav ul {
    list-style:none;
}

.hist-top-nav ul li {
    display:inline-block;
    padding: 0 1em;
}
}

@media (min-width: 769px) and (max-width: 1190px) {
    .hist {
        transform: translate(10%, 100%);
    }
    .hist-top-nav ul {
    list-style:none;
}

.hist-top-nav ul li {
    display:inline-block;
    padding: 0 1em;
}

.block-plain ul li {
    margin-left:1em;
}
#zone-topper {
display:none;
}
}

@media (max-width: 768px) {
    .hist {
        transform: translate(0%, 25%);
        padding-left:2em;
    }
    
    .hist #site {
        font-size:2em !important;
        width:75%;
    }
    
    .hist #medical {
        line-height:1;
        font-size:11pt;
        width:75%;
        background-color:#00000061;
    }
    
    .hist-top-nav {
        float:left;
        width:100%;
    }
    
    /*stack nav in mobile*/
    .hist-top-nav ul {
    list-style:inherit;
}

.hist-top-nav ul li {
    display:block;
}
.block-plain ul li {
    margin-left:1em;
}
#zone-topper {
display:none;
}
}
    

.hist #site {
    font-family: 'Mallory', Verdana, sans-serif;
    font-size:3em;
    color: #fff;
    line-height:1;
}
.hist #medical {
    color: #fff;
    font-style: italic;
    font-size: 15pt;
    font-family:"YaleNew",Georgia,"Times New Roman",serif;
}

.hist a {
    color:#fff;
}


h2.block-title {
    font-family: 'Mallory', Verdana, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}



/*for special collections areas*/

.column-6 {
  float: left;
  width: 16%;
  padding:0px 10px 0px 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column-6 {
    width: 100%;
  }
}


/*remove standard yalesites blue line*/
.yale-standard-menu {
    border-top:0px;
    padding-bottom:0;
}

/*for blog post padding*/
.blog-padding {
    padding-bottom:2em;
}
