body {
  background-color: #1C1B1B;
}

nav {
  position: absolute;
  top: 5%;
  right: 1%;
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.round-image {
  border-radius: 30%;
  width: 100%;
  height: auto;
}

nav li {
  font-size: larger;
  font-family: initial;
  font-weight: bolder;
  float: right;
  text-indent: 1vw;
  letter-spacing: .25vw;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 1vh 2vw;
  text-decoration: none;
  font-size: 1.5vh;
}


.home p {
  color: White;
  top: 0%;
  left: 5%;
  position: absolute;
  font-weight: bolder;
  text-decoration-line: underline;
  font-size: 2vh;
}

.home a {
  color: white;
}

.home {
  position: relative;
  width: 100%;
  height: auto;
}

.home img {
  display: block;
  width: 100%;
  height: auto;
}

.home h4 {
  position: absolute;
  top: 35%;
  left: 30%;
  color: white;
  font-weight: bolder;
  font-style: italic;
  font-size: 1vh;
}

.home h1 {
  position: absolute;
  top: 40%;
  right: 35%;
  left: 35%;
  color: white;
  font-weight: bolder;
  letter-spacing: .25vh;
  line-height: normal;
  font-size: 2.2vw;
}

.home h3 {
  position: absolute;
  top: 90%;
  right: 10%;
  color: white;
  font-size: 1vw;
}

.home .img2 {
  position: absolute;
  top: 92%;
  right: 5%;
  width: auto;
  height: 3vw;
}

.home .ban {
  background-color: #1C1B1B;
}

.info {
  display: grid;
  padding-top: 40px;
  grid-template-columns: [leftside] 15% [Picture] 30% [space] auto [text] 30% [rightside] 15%;
  transition: opacity 1s ease-in-out;
}

.info2 {
  display: grid;
  padding-top: 40px;
  grid-template-columns: [leftside] 25% [space] auto [rightside] 25%;
  transition: opacity 1s ease-in-out;
  padding-top: 5%;
}

.info2 p {
  color: white;
  font-size: 2.5vh;
}

.info img {
  width: 100%;
  display: block;
  height: auto;
}

.info p {
  color: white;
  font-size: 3vh;
  font-weight: bold;
}

.info a {
  color: white;
}

h1 {
  color: white;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4vh;
}

.round-image {
  border-radius: 30%;
}

.banner-history {
  height: 5%;
  width: auto;
}

iframe {
  height: 350px;
  width: 100%;
  resize: both;
  overflow: auto;
}

footer {
  color: white;
  background-color: black;
  padding-bottom: 20px;
  width: 100%;
  font-size: 2vh;
}

footer p {
  padding-top: 5vw;
  padding-left: 20%;
}

footer a {
  color: gray;
}