
/* Menu */
#top_bar {
	position: fixed;
	top: 0;
	width: 100%;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 16%);
	/* border: solid 1px black; */
}
#navbarToggler {
	background-color: transparent;
}
#navbarToggler ul {
	padding-left: 12px;
}
#navbarToggler ul:first-child {
	padding-top: 15px;
	/* border: solid 1px black; */
}
#navbarToggler ul li {
	/* color: red; */
    transition: all 0.2s;
}
#navbarToggler ul li a {
	color: black;
}
#logo {
	height: 100px;
}
.nav-link {
    font: 700 22px Open Sans, Arial, Helvetica, sans-serif;
}
.nav-link.current_menu_item {
    color: #777777 !important;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #777777;
}
.nav-link:not(.current_menu_item):hover {
    /* border-top: solid 0.3em green; */
}
.nav-link {
    /* padding: 1.2em !important; */
}
.current_menu_item {
    color: #108633;
}
.band {
	/* height: 400px; */
	/* border: solid 1px red; */
}
/* Tablet */
@media all and (min-width: 600px) {
	.band {
		margin-top: 40px;
		/* border: solid 1px red; */
	}
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	.nav-link.current_menu_item {
		color: #000000 !important;
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #777777;
	}
	.nav-link:not(.current_menu_item):hover {
		text-decoration: underline;
		/* text-decoration-style: dashed; */
		text-decoration-thickness: 0.2em;
		text-decoration-color: #777777;
	}
	.nav-link {
		padding: 1.2em !important;
	}
	.current_menu_item {
		color: #ffffff;
	}
}

/* home */
#home_content {
	display: flex;
	flex-direction: column;
	/* border: solid 1px blue; */
}
#hero {
	margin-top: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: solid 1px green; */
}
.hero_box {
	width: 50%;
	/* border: solid 1px red; */
}
#hero_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: solid 1px pink; */
}
#logo_accessibility img {
	width: 300px;
	height: 300px;
	/* background: green; */
}
#hero_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: solid 1px blue; */
}
#logo_qda {
	/* width: 200px; */
	/* height: 200px; */
	/* background: blue; */
}
/* Tablet */
@media all and (min-width: 600px) {
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	#home_content {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	#hero {
		flex-direction: row;
	}
}

/* products */
#products_content {
	display: flex;
	flex-direction: column;
	/* border: solid 1px blue; */
}
#products_column_left {
	/* width: 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: solid 1px blue; */
}
#products_column_left img {
	width: 55%;
	padding-top: 30px;
}
#products_column_right {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: solid 1px blue; */
}
#products_texts h1 {
	font-size: 50px;
	/* border: solid 1px green; */

}
#products_texts p {
	font-size: 20px;
}
/* Tablet */
@media all and (min-width: 600px) {
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	#products_content {
		display: flex;
		flex-direction: row;
	}
	#products_column_left {
		width: 50%;
	}
	#products_column_right {
		width: 50%;
	}
}
/* accessibility */
#accessibility_content {
	display: flex;
	flex-direction: column-reverse;
	/* border: solid 1px green; */
}
#accessibility_column_left {
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: solid 1px green; */
}
#accessibility_texts {
	/* border: solid 1px green; */
}
#accessibility_column_right {
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: solid 1px green; */
}
#accessibility_column_right img {
	width: 55%;
	padding-top: 30px;
	/* border: solid 1px pink; */
}
#accessibility_texts h1 {
	font-size: 50px;
	padding-left: 30px;
	/* border: solid 1px green; */
}
#accessibility_texts p {
	font-size: 20px;
	padding-left: 30px;
}
/* Tablet */
@media all and (min-width: 600px) {
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	#accessibility_content {
		flex-direction: row;
	}
	#accessibility_column_left {
		width: 50%;
	}
	#accessibility_column_right {
		width: 50%;
	}
	
}

/* education */
#education_content {
	display: flex;
	flex-direction: column;
	/* border: solid 1px blue; */
}
#education_column_left {
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: solid 1px blue; */
}
#education_column_left img {
	width: 55%;
	padding-top: 30px;
}
#education_column_right {
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: solid 1px pink; */
}
#education_texts {
	/* border: solid 1px green; */

}
#education_texts h1 {
	font-size: 50px;
	/* border: solid 1px green; */

}
#education_texts p {
	font-size: 20px;
}

/* Tablet */
@media all and (min-width: 600px) {
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	#education_content {
		flex-direction: row;
	}
	#education_column_left {
		width: 50%;
	}
	#education_column_right {
		width: 50%;
	}
}

#contact_content {
	margin-top: 30px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Footer */
#footer {
    width: 100%;
    height: 80px;
    /* margin: 0 auto; */
	display: flex;
	flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #1b1b1b;
    text-align: center;
    color: #777777;
}
#copyright_big { display:none; padding-top: 20px;}
#copyright_medium { display:none; }
#copyright_small { display:block; }

/* Tablet */
@media all and (min-width: 600px) {
	#copyright_big { display:none; }
	#copyright_medium { display:block; }
	#copyright_small { display:none; }
}
/* Desktop */
@media all and (min-width: 900px) {
	.copyright {
		height: 60px;
	}
	#copyright_big { display:block; }
	#copyright_medium { display:none; }
	#copyright_small { display:none; }
}