@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html, body, header {
	font-family: "Nunito", sans-serif;
}

body {
	
	background-color: #FFFFFF;
	background-position: center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0px;
}

h3 {
	font-weight: 700;
}

.topbar {
	height: 9rem;
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 999;
}

.main {
	padding-top: 10rem;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    font-size: 1.5vw;
    
}

.headerbuttons{
	position: absolute;
	top: 50%;
	left: 10%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.headerlogo{
	position: absolute;
	top: 50%;
	right: 10%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

#BBEPhorizontal{
    width: 300px;
    height: 150px;
}

.headerbutton {
	background-color: white;
	font-size: 1vw;
	font-weight: 600;
	padding: 2rem;
	text-decoration: none;
    color: #0f304c;
}

.flush img{
	width: 100%;
	height: auto;
}

.flush {
	position: relative;
}



.socialcont {
	width: 100%;
	display: flex;
}

.social {
	position: relative;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 5vw;
}

.social a{
	padding: 2vw;
	color: white;
}

.tandccont {
	width: 100%;
	display: flex;
}

.tandc {
	position: relative;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 0;
	padding-bottom: 5vw;
}

.tandc a{
	padding: 2vw;
	text-decoration: none;
	color: #0f304c;
}

#last {
    text-align: center;
    font-size: 1.5vw;
    color: #0f304c;
}

.bottombar {
	padding-top: 4vw;
	padding-bottom: 5vw;
	background: #EBEBEB;
}

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

.copyright {
    padding: 2vw;
}