/*======Header Stuff=====*/
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header>nav{
visibility:hidden;
height:0;
}

header {
border:none;
margin-bottom: 10px;
}

/*=====card displays=====*/
.card-img-top {
    width: 100%;
    height: 15vw!important;
    object-fit: cover;
}

.card-container {
    padding: 0 3.38983% 30px;
}
/*========Banner Resize=====*/
img  {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*======NavBar=====*/
.navigation{
    position: absolute;
    left: 0px;
    height: 40px;
    width: 100%;
    display: flex;
   justify-content: center;
text-transform:uppercase;
font-size:1.5em;
padding-left:0;
}
.spacing{
  display:flex;
  list-style:none;
}
 nav ul.navigation>li:not(:last-child) {
    margin-right: 90px;
}
.navigation {
    position: absolute;
    left: 0px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.5em;
}
nav>ul>li>a {
    margin: 7.5px;
    height: 30px;
}
.active{
font-weight:bold;
}
ul.resource-list .resource .description:after {
    content: "";
    position: absolute;
    top: 52.5px;
    left: 0;
    right: 0;
    height: 37.5px;
    background: linear-gradient(to top, #f8f8f8, rgba(248,248,248,0));
}


@media screen and (max-width: 500px){
.closed {
    font-size: 2vw;
  }
}
/*for the stupid dumb sub-menu stuff*/
@media screen and (max-width: 475px){
.sub-menu li {
    font-size: 2vw!important;
  }
}

.sub-menu{
	border:none!important;
display:none;

}
.sub-menu li{
	border:none!important;
}
.sub-menu ul{
	border: none;
}


/* Dropdown Button */
.dropbtn {
  
color: #046A38;
      padding: 0!important;
    background: transparent;
    text-transform: uppercase!important;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {text-decoration:underline;}
/*======Search Bar=====*/


#search form input[type="text"], #search form button[type="submit"] {
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 25px;
}



/*======button=====*/
button, a.button, [type="submit"] {
    background-color: white;
    border-radius: 2px;
    padding: 7.5px;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    cursor: pointer;
}

/*======Font From EMU Website=====*/
body.page {
font-family: 'Poppins', sans-serif;
}
/*======card shadow=====*/
.shadow {

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
/*====body container====*/
#content{
padding-left:15px;
padding-right:15px;
}
/*================Card Stack Gap====================*/

@media screen and (max-width: 991px){
div.card {
   height:auto!important;
  }
}



/*=========================== Branded box on bottom ================ */
.frame-bottom{
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	
margin-left:0;
margin-right:0;
}

.frame-bottom .col-lg-12 p{
font-family: system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color:#717171;
        padding: 0;
}
footer{
padding-bottom: 0;
}
div#content>h3{
visibility:hidden;
}
/*======For hiding labels, not in use yet======*/
.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.breadcrumbs{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
/*======Browse controls and advanced search spacing=====*/

.title{
display: block;
margin-top: 100px;
}
div#content>h2 {
	padding-top: 100px;
}
h2+h3 {
	visibility: hidden;
}
body.media.resource{
flex-direction: column!important;
display: inline;
}
span.media{
display:inline-flex;
}


.my-hvr-class{
	-webkit-appearance: none!important;
    color: white!important;
    opacity: 1!important;
}
.my-hvr-class:hover{ background-color:#046A38!important;}
.btn-primary {
    color: #fff;
    background-color: #027b30!important;
    border-color: #027b30!important;
}
.page-header {
	text-align:center; margin-top: 10px; paddig-top: 10px;
}
.page-sub-header {
	text-align: center; font-size: 1.5em;
}

.small-arrow {

    color: #046A38;
    font-size: small;
    vertical-align: middle;
             
}
.small-arrow:hover{
	text-decoration:none!important;
}

@media screen and (max-width: 744px) {
    .small-arrow {
        visibility: hidden!important;
    }
}
h2.page-header+h3 {
    visibility: visible!important;
}
.small-arrow {

    color: #046A38;
    font-size: small;
    vertical-align: middle;
             
}
.small-arrow:hover{
	text-decoration:none!important;
}

@media screen and (max-width: 744px) {
    .small-arrow {
        visibility: hidden!important;
    }
}
nav+h2{text-align:center; margin-top: 10px; paddig-top: 10px;}
nav+h2~p{text-align: center; font-size: 1.5em;}
ul.resource-list .resource img {
float:left;
margin-right: 15px;
margin-left:0px!important;
}

.blocks>nav.closed {
    padding-bottom: 40px!important;
}



div.media-render img[src$="thumbnail.jpg"]
	{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

h2>span.title{
margin-top:0px!important;
}
li.item.resource{
    	padding-bottom:0px;
margin: 35px 0
    }
    li.item.resource>div.description{
    	border-radius:3px;
line-height:2;
    }
  ul.resource-list .resource .description:after{
    	border-radius:3px;
    	top:2rem;
    }

 li.item.resource> h4{
    	line-height: 1em;
    }
li.item.resource img[src$=".jpg"]
	{border-radius:7px;
	height:5.6rem;
object-fit:cover;
object-position:top;}
ul.resource-list .resource {
    border-bottom: none}
    li.item.resource> div.description{
    	border-bottom:1px #dedede solid;
    	height: 3.7rem;
    }

ul.preview.resource-list li:first-of-type{
border-top:none;
padding-top:0;
margin-top:0;}
ul.resource-list{
list-style-type: disc;
}

ul.resource-list .resource {
    border-bottom: none}
    li.item.resource> div.description{
    	border-bottom:1px #dedede solid;
    	height:4.2rem;
    }

ul.preview.resource-list li:first-of-type{
border-top:none;
padding-top:0;
margin-top:0;}
input.page-input-top{
	border:none
}
h2>span.title{
	position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

div.browse-controls+ ul.resource-list .resource:first-child {
	padding-top: 10px;
border-top:none;
}
select{
	border-radius:7px;
}
/*suppress the header*/


/*new spacing for menu top*/
nav ul.navigation>li:not(:last-child) {
    margin-right: 2rem;
}
/*new font size*/
.navigation{
font-size:1.25rem;
position:static;
}
/*closed element, must be overriding some defaults*/
.closed{
 border-top-width: 15px;
 margin-top: 0px;
 padding-top:2px;
 POSITION: sticky;
 top: 0;
 z-index: 1;
 background: white;
 height: 2.5em;
}

/*suppress the header banner*/
header>h1{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

/*bring header to the top of the page*/
header{
	height:0;
	padding:0;
	margin:0;
position:sticky;
top:0;
z-index:5;
}

/*Attempt to center the new nav bar*/
.menu-section{
	margin-right:27em;
}

/*placement of the stupid omeka search bar*/
#search {
    position: absolute;
    z-index:4;
    left: auto;
    right: 0;
    background-color: #fff;
    padding-top:.2em;
    border-style: none;
    width:25em
}


#search {
	position: absolute;
	z-index: 4;
	left: auto;
	right: 0;
	background-color: #fff;
	padding-top: .2em;
	border-style: none;
	width: 25em
}

img[alt="Emu Green Box Logo"] {
	width: 100%;
	height: auto;
	margin-left: 0;
}
a[href="/s/emuarchives/page/home"]{
	max-width: 15%;
	height: 18%;
	z-index:4;
}

ul.navigation.spacing {
	position: absolute;
}


/*mobile logo*/

#mobilelogo {
	visibility: hidden;
}

#hamnav {
	width: 100%;
}

@media screen and (min-width: 1023px) {
	#mobilemenu {
		display: none;
	}
}

#hamnav label,
#hamburger {
	display: none;
}


/* dictates when the hamburger menu shows or hides */

@media screen and (max-width: 1023px) {
	/* Show Hamburger Icon */
	#hamnav label {
		display: inline-block;
		color: white;
		background: white;
		font-style: normal;
		font-size: 1.2em;
		background-color: none;
		z-index: 3;
		background: none;
	}
	/* Break down menu items into vertical */
	#hamitems a {
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-top: 1px solid #333;
	}
	/* Toggle Show/Hide Menu */
	#computermenu {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
#search form button[type="submit"]{
	margin-left:2%;
}
	#search {
		LEFT: 0;
		padding-top: .45em
	}
	div#softtarget>a {
		visibility: hidden;
		width: 0
	}
	#mobilelogo {
		visibility: visible;
		width: 100%
	}
	label[for="hamburger"] {
		font-size: 4em;
	}
	img[alt=mobilelogo] {
		width: 4%;
		margin-right: 0;
		position: absolute;
		right: 0;
		padding-top: .2em;
	}
	#mobilemenu {
		position: absolute;
		width: 80%px;
		margin: 2.5em 0 0 -50px;
		padding: 50px;
		padding-top: 175px;
		background: #ededed;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		/* to stop flickering of text in safari */
		min-height: 100em;
                height:100%;
		transform-origin: 0% 0%;
		transform: translate(-100%, 0);
		z-index: 2;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}
	#mobilemenu li {
		padding: 10px 0;
		font-size: 5vw;
	}
	#softtarget input:checked~ul {
		transform: none;
	}
}

/*really small screens*/
@media screen and (max-width: 320px){
	#search{width:50%;height: 1.8em;}
	img[alt=mobilelogo]{ width:8%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
/*Mediumish screens*/
@media screen and (max-width: 375px){
	#search{width:50%;height: 1.8em;}
	img[alt=mobilelogo]{ width:8%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
/*Mediumish screens*/
@media screen and (max-width: 425px){
	#search{width:50%;height: 1.8em;}
	img[alt=mobilelogo]{ width:6%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
@media screen and (min-width: 425px) and (max-width:500px){
	#search{width:50%;height: 1em;}
	img[alt=mobilelogo]{ width:6%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 
@media screen and (min-width: 500px) and (max-width:768px){
	#search{width:50%;height: 1em;}
	img[alt=mobilelogo]{ width:4%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 

@media screen and (min-width: 768px) and (max-width:1023px){
	#search{width:50%;height: 1em;}
	img[alt=mobilelogo]{ width:3%}
	#content{padding-left:2%;
	padding-right:2%;}
	#search form input[type="text"]{
		height:1.8em
	}
	
		#search form button[type="submit"]:before {line-height:1.875em;
	}
	#mobilemenu li {
		font-size:10vw
	}
	#mobilemenu{
		padding-top:5%;
	}
	.col-lg-8.left.frame-bottom{
		max-width:100%;
		text-align:center;
	}
	footer>div.row{
		margin-left:0;
		margin-right:0;
	}
#mctriple{
		line-height:110%;

	}
	label#mctriple{
		font-size:2.2rem;
	}
} 


@media screen and (min-width: 1024px){
	#search{    
	width:25%}
}

@media screen and (min-width: 668px) and (max-width:950px){

	#mobilemenu li {
		font-size:7vw
	}
}
@media screen and (min-width: 950px) and (max-width:1023px){
	#mobilemenu li { 
	font-size: 6vw;}
}

input[type="text"]{
padding: 0 1.62492% 1% 1.62492%
}
