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

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

body {
  background: ghostwhite;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

#wrapper {
  width: 850px;
  margin: 0 auto;
  background: #ffffff;
  border-left: 2px solid rgb(7, 193, 255);
  border-right: 2px solid rgb(7, 193, 255);
  border-bottom: 2px solid rgb(7, 193, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
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;
}

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

.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: space-between;
}

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

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

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

.footer h2 {
  text-align: center;
}

.navlist {
  margin: 3rem;
  /* list-style-image: url("../img/highlightdot2.gif"); */
  line-height: 1.9;
  list-style-type: none;
}

.navlist a {
  display:block;
   padding:0.7em 1.4em;
   margin:0 0.3em 0.7em 0;
   border-radius:0.15em;
   box-sizing: border-box;
   font-weight:400;
   background-color:#3369ff;
   box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
   text-align:center;
   position:relative;
   cursor: pointer;
   color:#FFFFFF;
}

.navlist a:hover,
.navlist a:active {
  color: #f1f1f1;
  top:0.1em;
}

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

#logo {
  position: relative;
}

#logo img {
  display: block;
  margin: auto;
  width: 100%;
}

#logo .language-link {
  position: absolute;
  left: 0px;
  top: 0;
  box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-size: 1.6rem;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}

#logo .language-link:hover {
  background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
}

#logo .language-link:active {
	top: 0.6px;
}

.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: fixed;
  right: 20px;
  bottom: 10px;
}

.hr {
  border-top: 5px solid rgb(32, 136, 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: 992px) {
  #wrapper {
    display: block;
    margin: auto;
    width: 100%;
  }

  .body {
    padding: 0;
  }

  .navlist {
    margin: 2rem 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  .google-translate {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 3rem;
  }

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

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

  .googleSearchTop {
    width: 60%;
  }

  #logo img {
    width: 100%;
  }

  h1 {
    padding-top: 2rem;
    text-align: center;
  }

  article {
    margin-left: 0;
  }

  #logo .language-link {
    font-size: 1.2rem;
    padding: 2px 8px;
  }
}

.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;
}
