@font-face { 
    font-family: 'MyGothic';
    src: url('./gothic.otf') format('opentype'); 
}

#bgvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#bgvideo_small {
  position: fixed;
  right: 0;
  top: -990px;
  min-width: 100%;
}

body {
    font-family: 'MyGothic', 'Helvetica', sans-serif;
    letter-spacing: 1px;
    font-size: 1em;
    background-color: #111;
    margin: 0px;
}

div.content {
  position: absolute;
  border: solid 1px #000;
  top: 100px;
  background: rgba(0, 0, 0, 0.4);
  color: #f1f1f1;
  width: 100%;
  min-height: 100%;
  padding: 30px;
  z-index: 5;
}

div.content p {
    line-height: 2.0em;
    font-size: 0.8em;
    width: 85%;
    margin-left: 40px;
    margin-right: 30px;
    color: #a6a6a6;
}
h1 {
    margin-top: 40px;
    font-family: 'MyGothic', 'Helvetica', sans-serif;
    font-size: 1.2em;
    letter-spacing: 5px;
    color: #a6a6a6;
    margin-left: 20px;
}
h2 {
    margin-top: 30px;
    font-family: 'MyGothic', 'Helvetica', sans-serif;
    font-size: 1.0em;
    letter-spacing: 4px;
    color: #a6a6a6;
    margin-left: 30px;
}
h3 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    height: 2em;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-family: 'MyGothic', 'Helvetica', sans-serif;
    font-size: 0.9em;
    letter-spacing: 3px;
    color: #a6a6a6;
    margin-left: 25px;
}

ul {
    line-height: 2.0em;
    font-family: 'MyGothic', 'Helvetica', sans-serif;
    letter-spacing: 1px;
    font-size: 0.8em;
    color: #a6a6a6;
    margin-left: 30px;
}

.footer {
  padding-top: 10px;
  bottom: 0;
  letter-spacing: 5px;
  width: 100%;
  font-family: 'MyGothic', sans-serif;
  font-size: 0.6em;
}

.footer a {
  letter-spacing: 5px;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0);
  color: #a6a6a6;
  font-size: 1em;
  text-decoration: none;
}

.footer a:hover {
  border-top: 4px solid #a6a6a6;
  padding: 6px 0;
}



.header {
  position: fixed;
  bottom: 25%;
  background: rgba(0, 0, 0, 0.6);
  color: #f1f1f1;
  width: 100%;
  height: 100px;
  padding: 10px;
}

.header_up {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #f1f1f1;
  width: 100%;
  height: 70px;
  padding: 10px;
  z-index: 10;
}

nav {
  margin-top: 10px;
  padding-top: 14px;
  text-align: center;
  font-family: 'MyGothic', sans-serif;
}

.link-1 {
  letter-spacing: 2px;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0);
  color: #a6a6a6;
  font-size: 1em;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 10px;
}
.link-1:hover {
  border-top: 4px solid #a6a6a6;
  padding: 6px 0;
}

