@import url('https://fonts.googleapis.com/css?family=Roboto:300|Waiting+for+the+Sunrise&display=swap');

a:link {
  color: #FFFFFF;
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: "Waiting for the Sunrise", "Cambria", "Times", "Times New Roman", "serif";
}

body.with_background_image {
  background-size: 100%;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url('img_website/wb_hg.jpg');
  min-width: 360px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.header_container {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  border: 0px;
  border-color: #FF0000;
  border-style: solid;
}

.navi_container {
  width: 96%;
  border: 0px;
  border-color: #00FFFF;
  border-style: solid;
  display: flex;
  line-height: 40px;
}


.navi_container a:hover {
  font-weight: bold;
}

.homelink_container {
  border: 0px;
  border-color: #00FF00;
  border-style: solid;
  display: block;
  margin-right: 5%;
}

.indexlink
{
  font-size: 4em;
  color: #FFFFFF;
}

.otherlink_container {
  width: 90%;
  text-align: right;
  width: 100%;
  border: 0px;
  border-color: #0000FF;
  border-style: solid;
}

.otherlink
{
  width: auto;
  padding-left: 20px;
  font-size: 2em;
  color: #FFFFFF;
}

.content_container {
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  justify-content: center;
  border: 0px;
  border-color: #FFFFFF;
  border-style: solid;
  text-align: left;
}

footer {
  font-family: Roboto, Helvetica, Arial, "sans-serif";
  font-size: 1.3em;
  color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 10px;
  height: 30px;
  position: fixed;
  justify-content: center;
  text-align: center;
  left: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #000000;
  line-height: 30px;
}

.footer_content {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: auto;
  min-width: 380px;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 5px;
  border: 0px;
  border-color: #FFFFFF;
  border-style: solid;
}

footer p, footer a {
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1em;
}

footer .sm_logo {
	max-width: 32px;
	max-height: 32px;
	min-width: 16px;
	min-height: 16px;
  padding-left: 1vw;
  padding-right: 1vw;
}
