@font-face {
  font-family: "HusC_Font"; /* set name */
  src: url("font/husc-default.ttf"); /* url of the font */
}

/********************************** Navigation bar contents **********************************/
.topnav {
  overflow: hidden;

  margin: 0 auto;
  background: rgb(10, 10, 10, 0.9);
  border-radius: 20px;
  margin-bottom: 10px;
  /*Quick guide to box-shadow:
    First two numbers are vertical and horizontal offset.
    Third number is how far to spread the fuzzy effect.
    Fourth number is how much solid border/shadow there should be before the fuzzy effect begins.
  */
  box-shadow: 0px 0px 15px 2px #42c6ff;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #42c6ff;
  color: black;
}

.topnav-pokedex {
  overflow: hidden;

  margin: 0 auto;
  background: rgb(10, 10, 10, 0.9);
  border-radius: 10px;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
  /*Quick guide to box-shadow:
    First two numbers are vertical and horizontal offset.
    Third number is how far to spread the fuzzy effect.
    Fourth number is how much solid border/shadow there should be before the fuzzy effect begins.
  */
  box-shadow: 0px 0px 15px 2px #42c6ff;
}

/* Style the links inside the navigation bar */
.topnav-pokedex a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 12px;
}

.topnav-pokedex a.active {
  background-color: #42c6ff;
  color: black;
}
/********************************** Navigation bar contents **********************************/

/********************************** Static elements **********************************/
a {
  color: #33c1ff;
  }
  
a:hover {
  color: #95dfff;
  }

/********************************** Static elements **********************************/


/********************************** Links **********************************/  
.links {
  border-top: 1px solid #ccc;
  background: rgb(238, 238, 238, 0.05);
  padding-left: 25px;
  padding-right: 25px;
  list-style-type:none;
  text-align: center;
  }
  
.link {
  display: inline-block;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
  
/*For the first link in the links bar*/
.barlink-first {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 2px;
  padding-right: 11px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
  
.barlink {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
  
/*For the last link in the links bar*/
.barlink-last {
  display: inline-block;
  padding: 2px;
  padding-left: 9px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
/********************************** Links **********************************/ 

/********************************** Main **********************************/ 
.main {
  margin: 0 auto;
  width: 500px;
  background: rgb(10, 10, 10, 0.9);
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  /*Quick guide to box-shadow:
    First two numbers are vertical and horizontal offset.
    Third number is how far to spread the fuzzy effect.
    Fourth number is how much solid border/shadow there should be before the fuzzy effect begins.
  */
  box-shadow: 0px 0px 15px 2px #42c6ff;
  }

.notification {
  margin: 0 auto;
  width: 500px;
  background: rgb(10, 10, 10, 0.9);
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 30px 6px #feeb29;
  text-align: center;
  }

.main-inner {
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 150%;
  }
  
/*Prevent image overflow*/  
.main img {
  max-width: 100%;
  height: auto;
  }

.main h1 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.main p {
  font-size: 12px;
}

.main ul {
  padding-bottom: 6px;
}

.main ol {
  padding-bottom: 6px;
}

.index-mainbody {
  background: #222 url("img/img0.jpg"); /*Replace with your own background image.*/
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover;
	color: white;
	font-size: 13.5px;
	font-family: "HusC_Font", "Open Sans", sans-serif;
  }

.credits-mainbody {
  background: #222 url("img/img1.jpg"); /*Replace with your own background image.*/
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover;
	color: white;
	font-size: 13.5px;
	font-family: "HusC_Font", "Open Sans", sans-serif;
  }

.devnews-mainbody {
  background: #222 url("img/img3.jpg"); /*Replace with your own background image.*/
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover;
	color: white;
	font-size: 13.5px;
	font-family: "HusC_Font", "Open Sans", sans-serif;
  }

.technicalities-mainbody {
  background: #222 url("img/img4.jpg"); /*Replace with your own background image.*/
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover;
	color: white;
	font-size: 13.5px;
	font-family: "HusC_Font", "Open Sans", sans-serif;
  }
/********************************** Main **********************************/

/********************************** Credits **********************************/ 
.creditlist {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 120px;
  }

.creditlist img {
  width: 100px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 1px;
  margin-right: 5px;
  float: left;
  }

/********************************** Credits **********************************/

/*Mobile compatibility*/
@media(orientation: portrait) {
    .main {
      width: 80%;
      }
  }