#title {
    display: flex;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    background: #4F5D75;
    background-position: center center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

#back { /*background*/
    display: block;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #4F5D75;
    color: #bfc0c081;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0%;
}

#focus { /*flashlight*/
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4F5D75;
}

#hero {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@font-face{ 
	font-family: 'american_captainregular';
	src: url('americancaptain-mdey-webfont.eot');
	src: url('americancaptain-mdey-webfont.eot?#iefix') format('embedded-opentype'),
	     url('americancaptain-mdey-webfont.woff') format('woff'),
	     url('americancaptain-mdey-webfont.ttf') format('truetype'),
	     url('americancaptain-mdey-webfont.svg#webfont') format('svg');
}

#hero span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-size: 0px; */
    color: white;
    height:100%;
    /* width: 0%; */
    font-size: 6vw; 
    width: 100%;
    font-family: 'american_captainregular';
}

#hero span::before,
#hero span::after {
    content: '';
    border-top: 2px solid white;
    height:0px;
    flex: 1 0 1px;
}