* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* default: content-box */
	--brand_color: #05A8AA;
	--section_color: darkgray;
	--anchor_color: gainsboro;
	--hover_color: #FFFFFF;
	--accent_color: gray;
	--accent_hover: darkgray;
	--sementic_color: orange;
	--default_white: #FFFFFF;
	--tint_white: whitesmoke;
	--tint_gray: gray;
	--default_gray: darkgray;
	--default_balck: black;
	--background_color: #FFFFFF;
}
@font-face {
	font-family: 'Corbel';
	src: url('../fonts/corbel.ttf') format('truetype');
}
@font-face {
	font-family: 'Corbel Bold';
	src: url('../fonts/corbel_bold.ttf') format('truetype');
}
.sideways_gradient {
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: var(--brand_color);
	/* SVG fallback for IE 9 (data URI or filter) */
	background-image: url(fallback-gradient.svg);
	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-gradient(linear, left bottom, right top, from(var(--brand_color)), to(var(--background_color)));
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, var(--brand_color) 20%, var(--background_color) 90%);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(left, var(--brand_color) 20%, var(--background_color) 90%);
	/* Opera 11.1 - 12 */
	background-image: -o-linear-gradient(left, var(--brand_color) 20%, var(--background_color) 90%);
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image: linear-gradient(3deg, var(--brand_color) 20%, var(--background_color) 90%);
}
.downwards_gradient {
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: var(--background_color);
	/* SVG fallback for IE 9 (data URI or filter) */
	background-image: url(fallback-gradient.svg);
	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-gradient(linear, top, bottom, from(var(--background_color)), to(var(--brand_color)));
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(bottom, var(--background_color) 90%, var(--brand_color) 100%);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(bottom, var(--background_color) 90%, var(--brand_color) 100%);
	/* Opera 11.1 - 12 */
	background-image: -o-linear-gradient(bottom, var(--background_color) 90%, var(--brand_color) 100%);
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image: linear-gradient(to bottom, var(--background_color) 90%, var(--brand_color) 100%);
}
html {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
body,
header,
footer {
	font-family: Corbel, Roboto, Helvetica, sans-serif;
	background-color: var(--brand_color);
}
main {
	font-family: Roboto, Helvetica, sans-serif;
	background-color: var(--background_color);
}
header {
	min-width: 375px;
	height: 100px;
	padding: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 99;
	opacity: 0.98;
	box-shadow: -1px 2px 4px gray;
}
#header_row {
	height: 80px;
	margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	transition: font-size 0.25s ease;
	font-weight: 700;
}

/*------------------------------------------*/


/*----------- DEVICE OPTIONS ---------------*/


/*------------------------------------------*/

@media only screen and (max-width: 575px) {
	/* XS for low tier devices */
	html {
		font-size: 12px;
	}
	#header_div_logo_large,
	#header_div_logo_medium,
	#header_text_large,
	#header_text_medium,
	#header_text_small,
	#outer_separator,
	#center_separator {
		display: none;
	}
	.header_logo_small {
		height: 6.5rem;
		width: auto;
	}
	nav a {
		font-size: 2.2rem;
	}
	.jumbotron {
		height: 38rem;
	}
	#home_jumbo {
		height: 41rem;
	}
	#home_h1 {
		margin: 16rem auto;
		font-size: 5rem;
		text-align: center;
	}
	#news_h1 {
		margin-top: 7rem;
		font-size: 6rem;
		text-align: left;
	}
	#services_h1 {
		margin: 14rem auto;
		font-size: 4rem;
		text-align: left;
	}
	#team_row_mobile {
		margin: auto;
		padding: 5.1rem;
	}
	#team_h1 {
		margin: 0rem auto;
		font-size: 3.4rem;
		text-align: center;
	}
	#contact_h1 {
		margin-top: 5rem;
		margin-right: 0rem;
		font-size: 5rem;
		text-align: right;
	}
	#security_h1 {
		margin-top: 13rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 5rem;
		text-align: center;
	}
	#imprint_h1 {
		margin: 14rem auto;
		font-size: 5rem;
		text-align: center;
	}
	.std_text_container,
	.image_container,
	.contact_text_container,
	.map_container {
		min-width: 300px;
	}
	.content h1 {
		font-size: 2.6rem;
	}
	.content h2 {
		font-size: 2.4rem;
	}
	.content h3 {
		font-size: 2.2rem;
	}
	.content p,
	li {
		font-size: 1.4rem;
	}
	.extra_text_container {
		width: 95%;
	}
	.extra_text_container h2 {
		font-size: 2.2rem;
	}
	.extra_text_container h3 {
		font-size: 1.6rem;
	}
	#sec_overview li {
		font-size: 1.4rem;
	}
	.extra_text_container h4 {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.extra_text_container p,
	li {
		font-size: 1.2rem;
	}
	#togo_div {
		position: relative;
		right: -6rem;
		top: -0.6rem;
	}
	#footer_services,
	#footer_infos,
	#footer_address {
		float: inherit;
	}
	footer h4 {
		font-size: 2.6rem
	}
	footer a {
		font-size: 1.7rem;
	}
	#address_heading,
	#address_text {
		text-align: center;
	}
	#address_text {
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	/* SM for low to mid tier devices */
	html {
		font-size: 14px;
	}
	#header_div_logo_large,
	#header_div_logo_medium,
	#header_text_large,
	#header_text_medium,
	#team_row_mobile {
		display: none;
	}
	.header_logo_small {
		height: 5.7rem;
	}
	header h1 {
		font-size: 2.8em;
	}
	nav a {
		font-size: 2.2rem;
	}
	.jumbotron {
		height: 41rem;
	}
	#home_jumbo {
		height: 44rem;
	}
	#home_h1 {
		margin-top: 15rem;
		margin-left: 0rem;
		font-size: 6rem;
		text-align: left;
	}
	#news_h1 {
		margin-top: 7rem;
		font-size: 6rem;
		text-align: left;
	}
	#services_h1 {
		margin-top: 13rem;
		font-size: 5rem;
		text-align: left;
	}
	#team_h1 {
		margin-top: -1rem;
		font-size: 3rem;
		text-align: center;
	}
	#contact_h1 {
		margin-top: 4rem;
		margin-right: 5rem;
		font-size: 5rem;
		text-align: right;
	}
	#security_h1 {
		margin-top: 12rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 6rem;
		text-align: center;
	}
	#imprint_h1 {
		margin-top: 11rem;
		font-size: 6rem;
		text-align: left;
	}
	.std_text_container,
	.image_container,
	.contact_text_container,
	.map_container {
		width: 90%;
	}
	.content h2 {
		font-size: 2.4rem;
	}
	.content h3 {
		font-size: 2rem;
	}
	.content p,
	li {
		font-size: 1.6rem;
	}
	.extra_text_container {
		width: 95%;
	}
	.extra_text_container h2 {
		font-size: 2.4rem;
	}
	.extra_text_container h3 {
		font-size: 2.0rem;
	}
	.extra_text_container h4 {
		margin-top: 2rem;
		font-size: 1.6rem;
	}
	#sec_overview li {
		font-size: 1.4rem;
	}
	.extra_text_container p,
	li {
		font-size: 1.2rem;
	}
	#togo_div {
		position: relative;
		right: -10rem;
		top: -0.6rem;
	}
	#footer_services,
	#footer_infos,
	#footer_address {
		float: inherit;
	}
	footer h4 {
		font-size: 2.4rem
	}
	footer a {
		font-size: 1.8rem;
	}
	#address_heading,
	#address_text {
		text-align: center;
	}
	#address_text {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* MD for mid range tablets/smartphones */
	html {
		font-size: 16px;
	}
	#header_div_logo_large,
	#header_div_logo_small,
	#header_text_large,
	#header_text_medium,
	#outer_separator,
	#center_separator,
	#team_row_mobile {
		display: none;
	}
	.header_logo_medium {
		height: 5rem;
	}
	header h1 {
		font-size: 2.4em;
	}
	nav a {
		font-size: 2.2rem;
	}
	.jumbotron {
		height: 41rem;
	}
	#home_jumbo {
		height: 55rem;
	}
	#home_h1 {
		margin-top: 20rem;
		margin-left: 0rem;
		font-size: 6rem;
		text-align: left;
	}
	#news_h1 {
		margin-top: 7rem;
		font-size: 6rem;
		text-align: left;
	}
	#services_h1 {
		margin-top: 13rem;
		font-size: 5rem;
		text-align: left;
	}
	#team_h1 {
		margin-top: -1rem;
		font-size: 3.2rem;
		text-align: center;
	}
	#contact_h1 {
		margin-top: 4rem;
		margin-right: 5rem;
		font-size: 5rem;
		text-align: right;
	}
	#security_h1 {
		margin-top: 12rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 6rem;
		text-align: center;
	}
	#imprint_h1 {
		margin-top: 8rem;
		margin-left: 4rem;
		font-size: 6rem;
		text-align: left;
	}
	.std_text_container,
	.image_container,
	.contact_text_container,
	.map_container {
		width: 90%;
	}
	.content h1 {
		font-size: 2.8rem;
	}
	.content h2 {
		font-size: 2.6rem;
	}
	.content h3 {
		font-size: 2.0rem;
	}
	.content p,
	li {
		font-size: 1.6rem;
	}
	.extra_text_container {
		width: 95%;
	}
	.extra_text_container h2 {
		font-size: 2.4rem;
	}
	.extra_text_container h3 {
		font-size: 2.0rem;
	}
	.extra_text_container h4 {
		margin-top: 2rem;
		font-size: 1.6rem;
	}
	#sec_overview li {
		font-size: 1.5rem;
	}
	.extra_text_container p,
	li {
		font-size: 1.4rem;
	}
	#togo_div {
		position: relative;
		right: -12.5rem;
		top: -0.6rem;
	}
	#footer_services,
	#footer_infos,
	#footer_address {
		float: inherit;
	}
	footer h4 {
		font-size: 2rem;
	}
	footer a {
		font-size: 1.5rem;
	}
	#address_heading,
	#address_text {
		text-align: right;
	}
	#address_text {
		font-size: 1.1rem;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* LG for computers and high tier devices */
	html {
		font-size: 16px;
	}
	#header_div_logo_medium,
	#header_div_logo_small,
	#header_text_large,
	#header_text_small,
	#center_separator,
	#team_row_mobile {
		display: none;
	}
	.header_logo_medium {
		height: 5rem;
	}
	header h1 {
		font-size: 3.0rem;
	}
	header p {
		font-size: 1rem;
	}
	nav a {
		font-size: 1.8rem;
	}
	.jumbotron {
		height: 36.2rem;
	}
	#home_jumbo {
		height: 37rem;
	}
	#home_h1 {
		margin-top: 12rem;
		margin-left: 1rem;
		font-size: 6rem;
		text-align: left;
	}
	#news_h1 {
		margin-top: 3rem;
		margin-left: 3rem;
		font-size: 6rem;
		text-align: left;
	}
	#services_h1 {
		margin-top: 10rem;
		margin-left: 3rem;
		font-size: 6rem;
		text-align: left;
	}
	#team_h1 {
		margin-top: 4rem;
		font-size: 5rem;
		text-align: center;
	}
	#contact_h1 {
		margin-top: 1rem;
		margin-right: 11rem;
		font-size: 6rem;
		text-align: right;
	}
	#security_h1 {
		margin-top: 8rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 8rem;
		text-align: center;
	}
	#imprint_h1 {
		margin-top: 8rem;
		margin-left: 1rem;
		font-size: 6rem;
		text-align: left;
	}
	.std_text_container,
	.image_container,
	.contact_text_container,
	.map_container {
		width: 50%;
	}
	.content h1 {
		font-size: 3.2rem;
	}
	.content h2 {
		font-size: 2.2rem;
	}
	.content h3 {
		font-size: 2rem;
	}
	.content p,
	li {
		font-size: 1.3rem;
	}
	.extra_text_container h2 {
		font-size: 2.4rem;
	}
	.extra_text_container h3 {
		font-size: 2.0rem;
	}
	.extra_text_container h4 {
		margin-top: 2rem;
		font-size: 1.6rem;
	}
	#sec_overview li {
		font-size: 1.4rem;
	}
	.extra_text_container p,
	li {
		font-size: 1.2rem;
	}
	#togo_div {
		position: relative;
		right: -26rem;
		top: -9rem;
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	#footer_services,
	#footer_infos,
	#footer_address {
		float: inherit;
	}
	footer h4 {
		font-size: 1.8rem
	}
	footer a {
		font-size: 1.4rem;
	}
	#address_heading,
	#address_text {
		text-align: center;
	}
	#address_text {
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	/* XL for computers and tablets up to 8k */
	html {
		font-size: 18px;
	}
	#header_div_logo_medium,
	#header_div_logo_small,
	#header_text_medium,
	#header_text_small,
	#team_row_mobile {
		display: none;
	}
	.header_logo_medium {
		height: 4.4rem;
	}
	header h1 {
		font-size: 2.6rem;
	}
	nav a {
		font-size: 1.4rem;
	}
	.jumbotron {
		height: 31rem;
	}
	#home_jumbo {
		height: 33rem;
	}
	#home_h1 {
		margin-top: 10rem;
		margin-left: 1rem;
		font-size: 6rem;
		text-align: left;
	}
	#news_h1 {
		margin-top: 1rem;
		margin-left: 4rem;
		font-size: 6rem;
		text-align: left;
	}
	#services_h1 {
		margin-top: 7rem;
		margin-left: 4rem;
		font-size: 6rem;
		text-align: left;
	}
	#team_h1 {
		margin-top: 4rem;
		font-size: 5rem;
		text-align: center;
	}
	#contact_h1 {
		margin-top: 1rem;
		margin-right: 12rem;
		font-size: 5rem;
		text-align: right;
	}
	#security_h1 {
		margin-top: 5.5rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 8rem;
		text-align: center;
	}
	#imprint_h1 {
		margin-top: 6rem;
		margin-left: 1rem;
		font-size: 6rem;
		text-align: left;
	}
	.std_text_container {
		width: 40%;
	}
	.content h1 {
		font-size: 3.2rem;
	}
	.content h2 {
		font-size: 2.2rem;
	}
	.content h3 {
		font-size: 1.6rem;
	}
	.content p,
	li {
		font-size: 1.3rem;
	}
	.extra_text_container h2 {
		font-size: 2.6rem;
	}
	.extra_text_container h3 {
		font-size: 1.8rem;
	}
	.extra_text_container h4 {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	#sec_overview li {
		font-size: 1.4rem;
	}
	.extra_text_container p,
	li {
		font-size: 1.1rem;
	}
	#togo_div {
		position: relative;
		right: -23rem;
		top: -7rem;
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	#footer_services {
		float: right;
	}
	#footer_infos {
		float: inherit;
	}
	#footer_address {
		float: left;
	}
	footer h4 {
		font-size: 1.8rem
	}
	footer a {
		font-size: 1.2rem;
	}
	#address_heading {
		text-align: center;
	}
	#address_text {
		text-align: center;
	}
	#address_text {
		font-size: 1.25rem;
	}
}
@media only screen and (min-width: 1400px) {
	/* XXL for computers and tablets up to 8k */
	html {
		font-size: 18px;
	}
	#header_div_logo_medium,
	#header_div_logo_small,
	#header_text_medium,
	#header_text_small,
	#team_row_mobile {
		display: none;
	}
	.header_logo_medium {
		height: 4.4rem;
	}
	header h1 {
		font-size: 3.6rem;
	}
	nav a {
		font-size: 1.4rem;
	}
	.jumbotron {
		height: 44em;
	}
	#home_jumbo {
		height: 48rem;
	}
	#home_h1 {
		margin-top: 17rem;
		margin-left: 3rem;
		font-size: 7rem;
		text-align: left;
	}
	#news_h1 {
		margin-top: 4rem;
		margin-left: 8rem;
		font-size: 9rem;
		text-align: left;
	}
	#services_h1 {
		margin-top: 13rem;
		margin-left: 9rem;
		font-size: 7rem;
		text-align: left;
	}
	#team_h1 {
		margin-top: 7rem;
		font-size: 6.4rem;
		text-align: center;
	}
	#contact_h1 {
		margin-top: 3rem;
		margin-right: 20rem;
		font-size: 7rem;
		text-align: right;
	}
	#security_h1 {
		margin-top: 9.8rem;
		margin-right: auto;
		margin-left: auto;
		font-size: 11.2rem;
		text-align: center;
	}
	#imprint_h1 {
		margin-top: 10rem;
		margin-left: 2rem;
		font-size: 8rem;
		text-align: left;
	}
	.std_text_container {
		width: 40%;
	}
	.content h1 {
		font-size: 3.2rem;
	}
	.content h2 {
		font-size: 2.8rem;
	}
	.content h3 {
		font-size: 2.4rem;
	}
	.content p,
	li {
		font-size: 1.6rem;
	}
	.extra_text_container h2 {
		font-size: 3.2rem;
	}
	.extra_text_container h3 {
		font-size: 2.2rem;
	}
	.extra_text_container h4 {
		margin-top: 2rem;
		font-size: 1.8rem;
	}
	#sec_overview li {
		font-size: 1.7rem;
	}
	.extra_text_container p,
	li {
		font-size: 1.3rem;
	}
	#togo_div {
		position: relative;
		right: -36rem;
		top: -11rem;
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	#footer_services {
		float: right;
	}
	#footer_infos {
		float: inherit;
	}
	#footer_address {
		float: left;
	}
	footer h4 {
		font-size: 2.2rem
	}
	footer a {
		font-size: 1.4rem;
	}
	#address_heading {
		text-align: center;
	}
	#address_text {
		text-align: center;
	}
	#address_text {
		font-size: 1.4rem;
	}
}

/*------------------------------------------*/


/*---------------- HEADER ------------------*/


/*------------------------------------------*/

#header_div_logo_large,
#header_div_logo_medium,
#header_div_logo_small {
	margin: auto 0px;
	padding: auto 5px;
	float: right;
}
.header_logo_small,
.header_logo_medium {
	margin: auto 0rem;
	align-self: baseline;
}
header h1 {
	margin: auto auto;
	align-self: baseline;
	color: ghostwhite;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
#header_text_large,
#header_text_medium,
#header_text_small {
	margin: auto 0px;
	padding: auto 5px;
	text-align: center;
}
header p {
	margin: auto 0px;
	color: var(--default_white);
	letter-spacing: 3px;
}
#nav_botton_column {
	margin: auto 0px;
	padding: auto 5px;
}

/*-------------- nav button top -----------------*/

button {
	align-self: center;
	float: right;
	margin: 0px 0px;
	margin-right: 10px;
	padding: 0px 12px;
	height: 70px;
	width: 90px;
	border: 2px solid var(--default_gray);
	border-radius: 16px;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.3);
	transition: 0.5s ease;
}
button:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
}
button:focus {
	outline: 0;
}
#nav_botton_bars {
	margin-bottom: 10px;
	padding: auto 0px;
}
.nav_botton_horbar {
	margin-top: 6.6px;
	height: 8px;
	width: 100%;
	border-radius: 18px;
	background-color: whitesmoke;
}
#nav_botton_cross {
	position: relative;
	top: 3px;
}
.nav_botton_sidebar {
	height: 8px;
	width: 100%;
	border-radius: 18px;
	background-color: whitesmoke;
}

/*-------------- nav menu top -----------------*/

#top_navigation {
	position: absolute;
	right: 25px;
	top: 90px;
	border-radius: 16px;
	box-shadow: 4px 4px 12px;
}
#top_navigation span {
	display: block;
	padding: 2px 12px 2px 120px;
	text-align: right;
	background-color: var(--background_color);
	opacity: 0.8;
}
#top_span {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
#bottom_span {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#top_navigation span:hover {
	cursor: pointer;
	text-decoration: none;
	color: snow;
	background-color: black;
	opacity: 0.5;
}
#top_navigation span:hover * {
	cursor: pointer;
	color: snow;
}
#top_navigation span:active {
	opacity: 0.7;
}
#top_navigation .span_current_page {
	color: snow;
	background-color: darkgray;
	opacity: 0.5;
}
#top_navigation .span_current_page:hover {
	cursor: default;
	background-color: gray;
	opacity: 0.5;
}
#top_navigation .span_current_page:hover * {
	cursor: default;
	background-color: gray;
	opacity: 0.5;
}
#top_navigation a {
	font-weight: bold;
	letter-spacing: 2px;
	color: slategray;
}
#top_navigation a:hover {
	text-decoration: none;
}

/*------------------------------------------*/


/*-------------- JUMBOTRON -----------------*/


/*------------------------------------------*/

.jumbotron {
	min-width: 375px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
	box-shadow: 0px 2px 5px;
}
#home_h1 {
	color: #54727F;
	opacity: 0.9;
}
#news_h1 {
	color: #AFC2F0;
	opacity: 0.95;
}
#services_h1 {
	color: #6E767A;
	opacity: 0.95;
}
#team_h1 {
	color: #A8A597;
	opacity: 0.95;
}
#contact_h1 {
	color: #BFB7AC;
	opacity: 0.95;
}
#security_h1 {
	color: snow;
	opacity: 0.95;
}
#imprint_h1 {
	color: #243F45;
	opacity: 0.95;
}
.banner h1 {
	font-weight: bolder;
	letter-spacing: 0.1rem;
}

/*------------------------------------------*/


/*--------------- CONTENT ------------------*/


/*------------------------------------------*/

.content {
	display: flex;
	flex-flow: column nowrap;
	margin: auto auto;
	padding: 1rem 0;
	width: 100%;
}
.placebo_space {
	margin: auto auto;
	padding: 3rem 0;
}
.contained_left,
.contained_right,
.contained_center {
	margin: 2rem auto;
	padding: 0.5rem 1rem;
	width: 85%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: var(--section_color);
	box-shadow: 5px 5px 5px gray;
}
.contained_left {
	flex-flow: row wrap;
}
.contained_right {
	flex-flow: row wrap-reverse;
}
.contained_center {
	flex-flow: column nowrap;
}
.uncontained_left,
.uncontained_right,
.uncontained_center {
	margin: 4rem auto;
	padding: 0.5rem 2rem;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: var(--section_color);
	box-shadow: inset 0px 10px 8px -10px #CCC, inset 0px -10px 8px -10px #CCC;
}
.uncontained_left {
	flex-flow: row wrap;
}
.uncontained_right {
	flex-flow: row wrap-reverse;
}
.unconrained_center {
	flex-flow: column nowrap;
}
.std_text_container,
.extra_text_container,
.contact_text_container,
.map_container {
	margin: 1rem auto;
	color: var(--default_white);
	font-family: Roboto, Helvetica, sans-serif;
}
.std_text_container,
.contact_text_container,
.map_container {
	line-height: 2.0rem;
	text-align: left;
}
.map_container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.extra_text_container {
	max-width: 90%;
	line-height: 2.5rem;
	letter-spacing: 1px;
}
.std_text_container h2,
.std_text_container h3,
.std_text_container h4,
.contact_text_container h2,
.contact_text_container h3,
.contact_text_container h4,
.extra_text_container h2,
.extra_text_container h3,
.extra_text_container h4 {
	font-family: 'Cobel Bold', sans-serif;
	letter-spacing: 3px;
	margin-bottom: 2rem;
}
.extra_text_container h3,
.extra_text_contaienr h4 {
	margin-top: 3rem;
}
.std_text_container a,
.contact_text_container a,
.extra_text_container a {
	color: var(--anchor_color);
	letter-spacing: 2px;
}
.std_text_container a:hover,
.contact_text_container a:hover,
.extra_text_container a:hover {
	color: var(--hover_color);
	text-decoration: none;
}
.std_text_container a:active,
.contact_text_container a:active,
.extra_text_container a:active {
	color: var(--accent_color);
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.image_container {
	margin: 1rem auto;
	width: 30%;
	height: auto;
	min-width: 280px;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	flex-direction: column;
}
.content_image {
	margin: 1rem auto;
	width: 100%;
	min-width: 280px;
	max-width: 450px;
	max-height: 550px;
}
.personal_image {
	margin: 1rem auto;
	width: 100%;
	min-width: 280px;
	max-width: 450px;
	max-height: 550px;
}
#togo_button {
	margin: 1rem auto;
	padding: 0.5rem 1rem;
	border: 2px solid white;
	border-radius: 0.5rem;
	background-color: var(--brand_color);
	font-size: 1.5rem;
	font-weight: 700;
	color: ghostwhite;
}
#togo_botton:hover {
	cursor: pointer;
	color: FFFFFF;
}
#togo_botton:active {
	color: grey;
	opacity: 0.6;
}
#getup_div {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	z-index: 50;
}
#getup_button {
	margin: auto auto;
	padding: 2px 18px;
	font-size: 22px;
	font-weight: bold;
	color: gray;
	border: solid 1px gray;
	border-radius: 4px;
	background-color: ghostwhite;
}
#map {
	height: 500px;
	max-height: 500px;
	width: 700px;
	max-width: 700px;
	min-width: 360px;
	border: solid;
	border-radius: 8px;
	flex: 1 1;
}

/*------------------------------------------*/


/*---------------- FOOTER ------------------*/


/*------------------------------------------*/

footer {
	margin-top: 2rem;
	padding: 1rem;
	height: 18rem;
}
footer .row {
	margin: auto 0;
	padding: auto 0;
}
.top_anchor_container {
	margin: 0 auto;
	padding: 0 auto;
	display: flex;
	justify-content: center;
}
.top_anchor {
	margin-bottom: 1.6rem;
	padding: 0rem 1.6rem;
	padding-top: 0.2rem;
	border: solid 2px;
	border-radius: 6px;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2rem;
}
footer h4 {
	margin: 0.5rem 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: white;
}
footer p {
	color: aliceblue;
}
footer ul {
	list-style: none;
	text-align: center;
}
footer li {
	margin: 1rem 0px;
}
#address_text {
	margin: 1rem 0;
}
footer a {
	color: var(--anchor_color);
}
footer a:hover {
	text-decoration: none;
	color: var(--hover_color);
}
#author {
	margin: auto 0;
	padding: 1rem 0rem;
	float: left;
	text-align: left;
}
