@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway&display=swap');

#strap {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: calc(95vh - 200px);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 6;
    flex-direction: column;
    justify-content: center;
}
 
.slide {
	background-size: cover;
	background-position: center;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
}
 
.slide  .strapline {
	opacity: 0;
	font-size: 18px;
	color: white;
	margin: auto;
	background: rgb(0 0 0 / 69%);
	height: 100%;
	display: flex;
	/* padding: 120px; */
	/* line-height: 31px; */
	align-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
.strapline p {
    max-width: 700px;
    font-size: 40px;
    margin: auto;
}

.slide  .intro {
    position: relative;
    opacity:0;
    font-family: 'Oswald', cursive;
    color:white;
    font-size: 30px;
    box-sizing: border-box;
    /* max-width: 650px; */
    /* margin: auto; */
    text-shadow: 3px 3px 2px #171717;
}

.slide  .action a {
    padding: 15px 40px 15px 40px;
    color: white;background: green;
    border-radius: 50px;border: 3px solid white;
    -webkit-box-shadow: 0 2px 2px 2px #242424;
    box-shadow: 0 2px 7px 1px #242424c7;
}
.smallSlides {
    height: 45vh !important;
}
.strapline span {
    font-size: 50px;
    /* font-weight: bold; */
    letter-spacing: 2px;
}

@media (max-width: 906px) 
{
    
    .smallSlides {height: 70vh !important;}
    
.slide {
	padding:0;
	}
.slide  .strapline {
	position: relative;
	top: 9px;
	opacity: 0;
	font-size: 36px;
	color: white;
	padding-bottom: 30px;
	box-sizing: border-box;
	/* border-bottom: 3px solid white; */
	max-width: 90%;
	margin: auto;
	text-transform: uppercase;
	text-shadow: 4px 4px 2px #171717;
	font-weight: bold;
	font-size:32px;
}	
 
}