@font-face {
  font-family: 'bankgothicmedium';
  src: url('BankGothicBT-Medium.woff2') format('woff2'), url('BankGothicBT-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  font-size: 16px;
  font-family: 'bankgothicmedium', Arial, sans-serif;
  box-sizing: border-box;
}

#update p
{
	font-size: 0.8em;
	text-align: left;
}
html, body,
[class*="wrapper"] {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
a {
  color: #FFF000;
}
a:active {
  color: #FF0000;
}
a:visited {
  color: #FFFF00;
}
.nav {
  display: flex;
  flex-direction: row;
}
.nav-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}
.nav-menu a {
  font-size: 0.8em;
  color: #FF9900;
  text-decoration: none;
}
.home-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.home-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('rc_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-layout h1 {
  text-align: center;
}
.home-layout #update {
  flex: 1 1;
  overflow-y: auto;
  min-height: 200px;
  max-height: 50vh;
  text-align: center;
}
.home-layout #info {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.home-layout .layout-column {
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  max-width: 1200px;
}
.left-info a {
  color: rgb(0,0,0);
}
.right-info h3 {
  padding: 0;
  margin: 0;
}
.footer-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;  
  justify-content: center;
  overflow-x: auto;
}
.footer-menu > li {

  padding: 5px 10px;
}
.footer-menu a {
  font-size: 0.75em;
}
#contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#contact > p {
  margin: 0;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  * {
    font-size: 18px;
  }
  .home-layout #update {
    justify-content: center;
    text-align: center;
  }
  .home-layout .layout-column {
    text-align: center;
  }
  #contact {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1080px) {
  * {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1733px) {
  * {
    font-size: 26px;
  }
}

