#head {
	display: flex;
	justify-content: space-between;
	padding: 3px 5px;
	margin-bottom: 20px; 
	padding-bottom: 10px;
	border-bottom: 3px solid #a3cd39;
}

#head .logo {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	border: 0;
	background: 0;
}

#head .menuKnap {
	margin: 2px;
	font-size: 13.5px;
	font-weight: 450;
}

.menuKnap:hover {
  background-color: lightgrey;
}

#headMenu{
	display: flex;
	flex-direction: row;
	align-items: end;
}

#head a {
	text-decoration: none;
	color: black;
}

#head .border {
	border: 2px;
	color: black;
}

#logotxt {
	font-size: 42px;
	margin-top: -10px;
}

#logotxtsub {
	font-size: 17px;
	margin-top: -8px;
	margin-left: 3px;
}

#head .sandwich:after {
	display: none;
	font-family: "fontAwesome";
	font-size: 25px;
	content: "\f0c9";
	margin: 10px;
}

#head .logoContainer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.txtBox {
	margin: 10px;

}

.aboutRow {
	display: flex;
	flex-direction: row;
}

.about {
	display: flex;
	flex-direction: column;
}

#footer {
	display: flex;
	flex-direction: row;
	font-size: 10px;
	padding: 10px 5px;
}