@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Lora|Playfair+Display:700i,900');

@media screen and (min-width: 800px) {
	img:not(.cover):hover{
	  color: #424242;
	  -webkit-transition: all .3s ease-in;
	  -moz-transition: all .3s ease-in;
	  -ms-transition: all .3s ease-in;
	  -o-transition: all .3s ease-in;
	  transition: all .3s ease-in;
	  opacity: 1;
	  transform: scale(2.0);
	  -ms-transform: scale(2.0); /* IE 9 */
	  -webkit-transform: scale(2.0); /* Safari and Chrome */
	}
}

.container {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

.teaser {
  flex: 1 1 50%;
  display: block;
  vertical-align: top;
  padding: 20px;
}

@media (max-width: 800px) {
  .container {
    display: block;
  }

  .teaser {
    display: block;
    width: 100%;
  }
}


.post-title-wrapper {
    text-align: center;
}

.post-title {
    text-align: left;
    display: inline-block;
}

a:active, a:focus {
    outline: none !important;
    border: none !important;        
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

/*
People be uptight. :(

body {
    cursor:url(/images/fish.png), auto;
}

a:hover {
    cursor:url(/images/fish-link.png), auto;
}*/

#mc_embed_signup label {
    padding: 20px !important;
    font-family: "avenir next", avenir, sans-serif !important;
    font-weight: normal !important;
    font-size: 1.3em !important;
    text-align: left !important;
    padding-left: 40px !important;
}

#mc_embed_signup .button {
    border: 2px solid rgb(52,0,255) !important;
    color: black !important;
    background-color: white !important;
    vertical-align: center !important;
    font-size: 1.3em !important;
    font-family: "avenir next", avenir, sans-serif !important;
    font-weight: normal !important;
    border-radius: 1px !important;    
    line-height: 0px !important;    
}

#mc_embed_signup .button:hover {
    border: 2px solid rgb(41,255,0) !important;
    background-color: white !important; 
}

p::selection{background-color: lavender}

p { 
   font-size: 22px;
   color: #010101;
}

h1,
h2,
h3 {
   font-family: "Lato";
}
