/* Banner */


		#hero_banner {
			background: rgba(52, 27, 43, 0.95);
			color: #fcfbf8;
			display: inline-block;
			padding: 3em;
			text-align: center;
      box-shadow: 0 0 1em black;
      margin-top: 0.5em;
		}

			#hero_banner header {
				display: inline-block;
				border-bottom: solid 3px;
				border-top: solid 3px;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

      #hero_banner h2 {
        border-bottom: solid 3px;
        border-top: solid 3px;
        font-size: 2.5em;
        font-weight: 400;
        margin: 0;
        padding-left: 0.05em;
        position: relative;
        text-transform: uppercase;
      }

			#hero_banner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

      #hero_banner a {
        color: inherit;
        font-weight: 400;
        text-decoration: none;
      }

@media screen and (max-width: 736px) {

			#hero_banner {
				background: none;
				display: block;
				padding: 0 1.5em;
				box-shadow: none;
			}

        #hero_banner h2 {
          font-size: 1.25em;
          letter-spacing: 0.1em;
        }

				#hero_banner p {
					text-align: center;
				}
}

/* Mail Chimp Embedded Subscribe Form */
#mc_embed_signup {
	display:flex;
	justify-content: center;
}


#mc_embed_signup input[type=text], #mc_embed_signup input[type=password], #mc_embed_signup input[type=email] {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    color: #646e7c;
    width:100%;
    max-width:30;
    margin-bottom: 0.5em;
}

#mc_embed_signup label {
    font-weight: 400;
    margin: 0;
    display:block;
}

#mc_embed_signup input[type="submit"] {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: inherit;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    background: #0090D9;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    height:auto;
    margin-top: 0.8em;
}