	.break {
	display: block;
	}

	nobr {
	background-color: rgba(255, 237, 41, 0.40);
	border-style: none none solid none;
	border-color: #aaaa00;
	padding-left: 4px;
	padding-right: 4px;
	}
	
	a {
	color: #23BBDD;
	text-decoration: none;
	}


@media screen and (min-width: 801px)
{
	body {
	margin-top: 10vh;
	margin-bottom: 10vh;
	background-color: #eee;

	}

	#wrapper {
	margin-left: 16vw;
	margin-right: 16vw;
	max-width:1280px;
	}

	#logo {
	position: relative;
	background-image: url("../images/logo_nam-h.svg");
	background-repeat: no-repeat; 
	width: 100%;
	height: 64px;
	}

	#headline {
	width: 60%;
	font-family: "Poppins", sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 48px; 
	letter-spacing: -0.96px;
	background: linear-gradient(99deg, #BE2222 0.01%, #30F 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	float: left;
	padding-top: 80px;
	}

	#copy {
	width: 60%;
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px; 
	float: left;
	}


	#heroimage {
	padding-top: 0px;
	width: 40%;
	float: right;
	}



}

@media screen and (max-width: 800px)
{
	body {
	margin-top: 48px;
	background-color: #eee;
	}

	#wrapper {
	margin-left: 24px;
	margin-right: 24px;
	}

	#logo {
	background-image: url("../images/logo_nam-v.svg");
	background-repeat: no-repeat; 
	background-size: auto 128px;
	width: 100%;
	height: 128px;

	background-position: center;
	}

	#headline {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 48px; 
	letter-spacing: -0.96px;
	background: linear-gradient(99deg, #BE2222 0.01%, #30F 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	}

	#copy {
	color: #717070;
	font-family: "Poppins", sans-serif;
	font-size: 18x;
	font-weight: 500;
	line-height: 21px; 
	text-align: center;
	margin-bottom: 80px;
	}


	#heroimage {
	width: 100%;
	text-align: center;
	}



}