/* HEADER */

body.search .front,
body.search-results .front,
body.search-no-results .front{
  padding-top: 40px !important;  
}

.site-header {
  margin:0 !important;
  background-color: #fff;
  height:140px;
  text-align: center;
}

.header-link {
  display: block;
  text-align: center;
}

.header-img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: inline-block;
  text-align: center;
}


/* NAV */

.site-nav {
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #505050;
  box-shadow: 0 8px 16px -6px #ddd;
  display: flex;
  justify-content: center; 
  align-items: flex-end;   
  margin: 0;
  padding: 0;
}

.site-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 300px;
}

.site-nav a{
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  padding-bottom: 5px;
}

@media (max-width: 700px){
	.site-nav ul{
	  gap: 50px;
	}
	.site-nav {
	  height: 40px;
	}
}
