.is-scrolled #header .nav-container.desktop-sticky, .is-scrolled #header .search-expand {
 -webkit-backdrop-filter: saturate(180%) blur(20px);
 -moz-backdrop-filter: saturate(180%) blur(20px);
background-color: rgba(0, 45, 114, 1.)
}

.button {
  display: inline-block;
  padding: 6px 50px;
  border-radius: 5px;
  border: 0;
	font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  background: #0096c8;
  color: #fff;
}

.button:hover,
.button:focus,
.button:active {
  background: #00a9e1;
  color: #fff;
}
.entry.excerpt, .entry {
	color: #000000 !important;
}
.widget, .widget a {
	color: #000000 !important;
}
.site-description {
font-family: impact, "Impact", Fantasy, sans-serif;
    font-style: normal;    
    font-size: 56px;
	  font-weight: bold;
	  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
text-shadow: 2px 2px black;
}

#nav-topbar .nav li a {
	color: rgba(255, 255, 255, 1);
		font-weight: bold;
	font-size: 1em;
}
.site-title a img {
	max-width: 70%;
	max-height: 100%;
	height: auto;
}

.post-thumbnail img {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	z-index: 999;
}
.post-thumbnail img:hover { 
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	transform: scale(0.99);
	z-index: 999;
}

#mc_embed_signup input.email {
display: block;
padding: 6px 0;
margin: 0 4% 15px 0;
text-indent: 5px;
width: 58%;
min-width: 650px;
margin-left: 6px;
line-height: 14px;
border-radius: 3px;
}

#mc_embed_signup {
background: none;
clear: left;
font: 24px;
width: 650px;
max-width: 650px;
border-radius: 3px;
}

#mc_embed_signup input.button {
display: block;
margin: 0 0 11px 0;
width: 264px;
min-width: 279PX;
margin-left: 1px;
}

#mc_embed_signup .button {
clear: both;
background-color: #0096c8;
border: 0 none;
border-radius: 4px;
color: white;
font-size: 24px;
font-weight: bold;
height: 34px;
line-height: 31px;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
}

#mc_embed_signup input {
border: 1px solid grey;
font-size: 24px;
-webkit-appearance: none;
}

#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 20px 0 8px 3%;
}

#mc_embed_signup label {
display: block;
font-size: 24px;
padding-bottom: 5px;
font-weight: bold;
color: black;
margin-right: 10px;
}

img.animated-gif{
  width: 300px;
  height: auto;
}

body {
background: url('secondary_background') ;
}