.bannerwords {
	font-size: 4vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	color: #0f304c;
	width: 100%;
}

.bannerbutton {
    padding-right: 4vw;
    padding-left: 4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2vw;
    text-decoration: none;
    color: #FFFFFF;
    background: #e7523b;
    border-radius: 50px;
    font-weight: 500;
}

.imgleft {
	margin: 0;
	text-align: left;
	flex: 1;
	width: 50%;
	left: 0;
}

.imgleft img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.imgright {
	margin: 0;
	text-align: left;
	flex: 1;
	width: 50%;
	right: 0;
}

.imgright img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#strapcont {
	position: relative;
	left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: flex;
    width: 80%;
}

.twords{
	position: relative;
	padding: 2rem;
	color: #0f304c;
}

#BBEPblocks {
	float: right;
	padding-left: 10%;
	max-width: 50%;
}

.strap{
	float: left;
	max-width: 50%;
}

.bwords{
	position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
    flex: 1;
    color: white;
}

.leftwords {
	width: 50%;
	left: 0;
}

.leftwords a{
	color: #0f304c;
}

.leftwords p{
	padding-bottom: 2vw;
}

.rightwords{
	width: 50%;
	right: 0;
}

.rightwords a{
	color: #0f304c;
}

.rightwords p{
	padding-bottom: 2vw;
}

#two {
	background-color: #e54e37;
}

#three {
	background-color: #2675ae;
}

#four {
	background-color: #3ea36d;
}

#five {
	background-color: #fbbf2d;
}

.twocol {
	position: relative;
	display: flex;
	align-items: center;
}

.contactbutton {
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
	font-size: 1.5vw;
    text-decoration: none;
    background: #FFFFFFFF;
    border-radius: 50px;
    font-weight: 500;
}


