@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #89CFF0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

#wrapper {
  width: 850px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #5299b8;
  position: relative;
}

h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

.h2 {
  text-align: center;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

a {
  word-break: break-word;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  font-size: 1.6rem;
}

p {
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
}

.header {
  color: navy;
  font-size: 2.6rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0;
}

.header-title {
  text-align: center;
  padding: 2rem 0;
  color: #fff;
}

.body {
  padding: 15px;
}

a:link {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a:visited {
  color: #000099;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.in {
  margin-left: 7%;
}

.in2 {
  margin-left: 5%;
  font-size: 98%;
}

.indexlist {
  margin-left: 9%;
}

.google-search {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
  justify-content: center;
}

.gsc-control-cse {
  width: 600px !important;
}

.footer-icons {
  margin: 1rem;
  display: flex;
  justify-content: center;
}

.footer-icons a {
  margin-left: 0.5rem;
}

.footer h2 {
  text-align: center;
}

.navlist {
  margin: 0 0 1em 2.5em;
  list-style-image: url("../img/highlightdot2.gif");
  line-height: 1.9;
}

.content p {
  margin-bottom: 0;
  margin-top: 0;
}

.googleSearchTop {
  width: 50%;
  float: right;
  margin: 1rem 0;
}

.jump-letter {
  width: 100%;
  clear: both;
  padding: 1rem 0 1rem 15px;
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
  font-size: 1.6rem;
}

.jump-letter a {
  color: darkblue;
  font-weight: 700;
}

#logo img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}


.not-found {
  display: block;
}

.footer {
  padding: 20px;
}

.footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  padding: 20px;
}

.footer img {
  width: 24px;
  height: 24px;
  margin-right: 0.6rem;
}

.brian {
  margin-top: 2rem;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
}

.google-translate {
  position: absolute;
  right: 0;
  top: 0;
}

.hr {
  border-top: 5px solid rgb(73, 112, 196);
}

.wrong-link {
  font-size: 60px;
  text-align: center;
}

.nth-0n p,
.nth-2n p,
.nth-3n p,
.nth-4n p,
.nth-5n p {
  margin-top: 0;
  margin-bottom: 0;
}

.nth-2n p:nth-child(2n),
.nth-3n p:nth-child(3n),
.nth-4n p:nth-child(4n),
.nth-5n p:nth-child(5n) {
  margin-bottom: 1.7rem;
}

article {
  margin: 2rem;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    display: block;
    margin: auto;
    width: 100%;
    border: none;
    border-radius: 0;
  }

  .navlist li {
    margin-bottom: 8px;
  }

  h1 {
    font-size: 2rem;
  }

  p,
  a {
    font-size: 1.3rem;
  }

  .google-search {
    flex-wrap: wrap;
  }

  .brian {
    letter-spacing: 0;
    font-size: 14px;
  }

  .googleSearchTop {
    width: 60%;
  }

  #logo img {
    width: 100%;
  }

  .header-title {
    padding: 1rem 0;
    line-height: 1.2;
  }

  article {
    margin: 2rem 1rem;
  }

  .footer-section {
    flex-direction: column;
    text-align: center;
  }

  .gsc-control-cse {
    width: 300px !important;
  }
}

@media only screen and (min-width: 992px) {
  #logo img {
    height: 167px;
  }
}

a:hover {
  color: darkblue;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/* width */
::-webkit-scrollbar {
  width: 15px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  height: 4em;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
  height: 40px;
}