html, body {
    height: 100%;
}

body {
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: arial;
}

.header_btn {
	text-decoration: none;
  display: inline-block;
	color: white;
	user-select: none;
	transition: color 0.2s ease-in-out;
}

.header_btn:hover {
	color: #a4e65a;
	user-select: none;
  text-decoration: none!important;
}

.header_btn_dropdown {
  position: static;
  display: inline;
  transition: 0.2s ease-in-out;
}

.header_btn_dropdown .btn {
  transition: color 0.2s ease-in-out!important;
  vertical-align: inherit!important;
  font-weight: bold;
  text-align: center;
  padding: 0!important;
  text-decoration: none;
  color: white;
  user-select: none;
  background-color: transparent!important;
  border: none!important;
  word-spacing: normal!important;
}

.header_btn_dropdown .btn:hover {
  color: #a4e65a!important;
	user-select: none;
}

.header_btn_dropdown .btn:focus {
  box-shadow: 0 0 0 0!important;
}

#header {
  position: static;
	line-height: 1!important;
}

#header-nav {
  position: static;
  line-height: 1!important;
}

@media (min-width: 600px) {
  #header_title {
    font-size-adjust: auto;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block;
    text-align: center;
    padding-top: 1.5em;
    margin: 0!important;
    color: #89bd4d;
  }

  div#header_title_container {
    height: auto;
    width: 33%;
    display: inline-block;
    background-color: #ebebeb!important;
    font-weight:bold;
  }
}

#footer {
	min-height: 2em;
	background-color: #89bd4d;
	color: #6c963c;
	font-size: 1.2vw;
	padding: 0.25em;
	margin-top: 0;
	display: flex;
}

#footer p {
	margin: 0;
	padding: 0.5em;
}

#footer a {
	margin: 2em;
	text-decoration: none;
	color: white;
	transition: color 0.2s ease-in-out;
}

#footer a:hover {
	color: #a4e65a;
}

#footer_author {
	width: 50%;
	text-align: center;
	color: #a4e65a;
}

@media (min-width: 10px) and (max-width: 600px) {
	#footer {
		display: block;
		height: auto;
		padding-bottom: 4em;
	}

	#footer p {
		font-size: 3vw;
		margin: 0;
		text-align: center;
		padding: 0.5em;
	}

	#footer a {
		display: block;
		width: inherit;
	}

	#footer_author {
		width: inherit;
		display:  block;
		text-align: center;
	}
}

@media (min-width: 10px) and (max-width: 600px) {
	#header {
		background-color: #89bd4d;
		width: 100%;
		height: auto;
		display:  block;
    line-height: 1!important;
	}

	#header_title {
    margin: 0px!important;
		background-color: white;
		text-align: center;
		padding: 0.5em 0;
		color: #89bd4d;
		width: 100%;
		height: auto;
		display: block;
    line-height: 1!important;
	}

	#header_nav {
		font-weight: bold;
		color: white;
		margin: 0;
    margin-top: 1rem;
        line-height: 1!important;
		text-align: center;
		word-spacing: 14px;
		word-wrap: normal;
		word-break: keep-all;
	}

	.header_btn {
		display:  block;
		margin: 0 auto;
    margin-top: 1rem;
		padding: 0.2em;
		transition: background-color 0.2s ease-in-out;
	}

	.header_btn:hover {
		background-color: white;
	}

  .header_btn_dropdown {
    margin-top: 1rem;
    display: block;
  }

  .header_btn_dropdown:hover {
    background-color: white;
  }

  .header_btn_dropdown .btn {
      width: 100%;
  }

	#language_btn {
		display: block;
	}
	a#language_btn img {
    box-sizing: content-box!important;
		padding: 20px;
		display: block;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {

	#header {
		background-color: #89bd4d;
		display: flex;
		height: 4em;
		padding: 0;
		overflow: hidden;
	}

	#header_nav {
		font-weight: bold;
		color: white;
		padding: 25px 0px;
		padding-left: 2em;
		margin: 0;
		display: inline-block;
		width: 67%;
		text-align: center;
		word-spacing: 14px;
	}

	#language_btn {
		margin-top: 20px;
		padding-right: 1em;
		user-select: none;
	}


}
@media (min-width: 901px) and (max-width: 1200px) {

	#header {
		background-color: #89bd4d;
		display: flex;
		height: 4em;
		padding: 0;
		overflow: hidden;
	}

	#header_nav {
		font-weight: bold;
		color: white;
		padding: 1.5em 0;
		padding-left: 2em;
		margin: 0;
		display: inline-block;
		width: 67%;
		text-align: center;
		word-spacing: 14px;
	}

	#language_btn {
		margin-top: 20px;
		padding-right: 1em;
		user-select: none;
	}
}

@media (min-width: 601px) and (max-width: 900px) {

	#header {
		background-color: #89bd4d;
		display: flex;
		height: auto;
		padding: 0;
	}

  #header_title {
    padding-top: 0.8em!important;
  }

	#header_nav {
		font-weight: bold;
		color: white;
		padding: 25px 0;
		padding-left: 2em;
		margin: 0;
		display: inline-block;
		width: 67%;
		text-align: center;
		word-spacing: 14px;
	}

  .header_btn {
    font-size: 2vw;
  }

  .header_btn_dropdown .btn {
    font-size: 2vw;
  }

	#language_btn {
		margin-top: 20px;
		padding-right: 1em;
		user-select: none;
	}
}

.justified {
	text-align: justify;
}

/* bootstrap overrides */

.dropdown-item:focus {
  background-color: #89bd4d!important;
}

.dropdown-item {
  word-spacing: normal!important;
}

.dropdown-toggle::after {
  border: 0!important;
  content: none!important;
}
