body {
    margin:0;
    font-family:'Open Sans', sans-serif;
    line-height:150%;
    color:#333;
    font-size:16px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000000;
	font-family:'Open Sans',sans-serif;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.herowrap {
    height:28em;
    position:relative;
}

.herowrap .imgwrap {
    width:100%;
    height:28em;
    position:absolute;
}

.herowrap .imgwrap img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.herowrap .textwrap, .logowrap {
    position:relative;
}

.logowrap {
    position:absolute;
    z-index:1;
    top:1em;
    right:1em;
    height:10em;
    width:7em;
}

.logowrap img {
    width:100%;
    height:100%;
    object-fit:contain;
}

.textwrap {
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3em;
    text-shadow: #000 0 0 4px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
     /* Prefix required. Even Firefox only supports the -webkit- prefix */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
    line-height:1.2em;
    text-align:center;
    padding-top:1em;
}

h1 {
    background: #000;
    margin: 0;
    padding: 1em;
    color: #fff;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
}

.btnwrap {
    position:absolute;
    bottom:1em;
    left:1em;
    z-index:50;
}

.btnwrap a {
    background:#2F5795;
    color:#fff;
    text-decoration:none;
    padding:0.5em 1em;
    border-radius:2em;
    box-shadow:rgba(0,0,0,0.7) 2px 2px 4px;
    cursor:pointer;
}

@media screen and (min-width:48em){
    .herowrap {
        height:36em;
    }
    .herowrap .imgwrap {
        height:36em;
    }
    .herowrap .imgwrap img {
        object-position:top right;
    }
    .textwrap {
        padding-top:0;
    }
    .btnwrap {
        bottom:2em;
        left:2em;
    }
}

@media screen and (min-width:64em){
    .logowrap {
        top:2em;
        right:10%;
    }
    .btnwrap {
        bottom:4em;
        left:4em;
    }
}