@charset "utf-8";
/* CSS Document */

/* Top Colour Bar */

.topbar {
	width: 100%;
	position: absolute;
	margin: 0 auto;
}

.topbar1 {
	width: 100%;
	float: left;
	height: 10px;
}

body {
	left: 0;
	margin: 0 auto;
}

.content {
	min-height: 100vh;
	margin-left: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.content1 {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

iframe {
	margin-top: 10px;
	height: calc(100vh - 14px);
	width: 100dvw;
	
}