/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

body {
  background-image: url(images/backgroundpink.png);
  padding-bottom: 5px;
}

.whitebox {
  background-color: rgba(255,255,255,0.4);
  padding-bottom: 100px;
}

.banner {
display: inline;
margin: auto;
}

/* nav bar */

.topmenu {
	display:block;
    margin: 0 auto;
	justify-content: space-around;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ff6acd;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: x-large;
    font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

ul li a:hover {
  background-color: #d44ab8;
}


ul {
  display: flex;
  gap: 260px;
  justify-content: center;
}


/* end of nav bar */

.gamecover {
    width: 500px;
    padding-left: 50px;
    padding-top: 35px;
    float: left;
}

h1{
    font-size: xx-large;
    padding-left: 580px;
    color: rgb(172, 44, 102);
    font-weight: bold;
}

.dashed {
    color: rgb(192, 126, 13);
    padding-left: 570px;
}

/* google font */

.playwrite-no-font {
  font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

/* end of google font thing */


.clickhere {
  color: rgb(231, 7, 85);
  text-decoration: none;
}

.location {
  width: 550px;
  height: 333px;
  padding-left: 20px;
  padding-right: 10px;
}

h2{
  font-size: x-large;
  text-align: center;
  color: rgb(172, 44, 102);
  padding-top: 7px;
  font-weight: bold;
}

.playwrite-nz-font {
  font-family: "Playwrite NZ", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: large;
  line-height: 30px;
  color: rgb(172, 44, 102);
  padding-left: 570px;
  padding-right: 30px;
}

.hrdashed {
  color: rgb(239, 194, 194);
  border-width:1px;
  border-style: dashed;
}

.footer {
  color: rgb(149, 74, 108);
  padding-top: 4px;
}

.fancyleft {
  width: 670px;
  height: 100px;
  float: left;
}

.fancyright{
  width: 670px;
  height: 100px;
  float: left;
}

.map {
  width: 450px;
  height: 333px;
  padding-right: 10px;
}

.arrowleft {
  width: 70px;
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}

.arrowright {
  width: 70px;
  float: left;
  padding-top: 20px;
}

.border {
  width: 1521px;
  height: 50px;
}

h3 {
  font-size: larger;
  font-weight: bold;
  color:rgb(172, 44, 102);
  text-align: center;
  padding-top: 10px;
}

a{
  color: rgb(236, 51, 122);
  text-decoration: none;
  font-weight:400;
}

.newtabmessage {
  font-size: small;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 5px;
  font-family: "Playwrite NZ", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 30px;
  color:rgba(236, 62, 149, 0.229);
}

.banner {
  width: 100%;
}

.streetpass {
  color: rgb(180, 32, 89);
  font-weight: bold;
  font-size: large;
}





/* ------------------------------------------------------------ media queries ------------------------------------------------------------- */





@media screen and (max-width: 640px) {
  .banner {
  display: inline;
  margin: auto;
  width: 100%;
  }

  .border {
    width: 100%;
    height: 20px;
  }

  .fancyleft {
  width: 260px;
  height: 50px;
  float: left;
}

.fancyright{
  width: 260px;
  height: 50px;
  float: left;
}

.map {
  width: 250px;
  height: 133px;
  padding-right: 5px;
}

.arrowleft {
  width: 40px;
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}

.arrowright {
  width: 40px;
  float: left;
  padding-top: 20px;
}

.footer {
  
  font-size: x-small;
}

/* nav bar */

.topmenu {
	display:block;
    margin: 0 auto;
	justify-content: space-around;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ff6acd;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font-size: medium;
    font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

ul li a:hover {
  background-color: #d44ab8;
}


ul {
  display: flex;
  gap: 60px;
  justify-content: center;
}


/* end of nav bar */

.gamecover {
    width: 200px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
}

h1{
    font-size: large;
    padding-left: 230px;
    color: rgb(172, 44, 102);
    font-weight: bold;
}

.dashed {
    color: rgb(192, 126, 13);
    padding-left: 220px;
    font-size: x-small;
}

/* space */

.location {
  width: 150px;
  height: 103px;
  padding-left: 80px;
  padding-right: 20px;
}

h2{
  font-size: medium;
  text-align: center;
  color: rgb(172, 44, 102);
  padding-top: 7px;
  font-weight: bold;
}

.playwrite-nz-font {
  font-family: "Playwrite NZ", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: large;
  line-height: 20px;
  color: rgb(172, 44, 102);
  padding-left: 30px;
  font-size: small;
}

.whitebox {
  background-color: rgba(255,255,255,0.4);
  padding-bottom: 60px;
}

h3 {
  font-size: small;
  font-weight: bold;
  color:rgb(172, 44, 102);
  text-align: center;
  padding-top: 5px;
}


.newtabmessage {
  font-size: xx-small;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 3px;
  font-family: "Playwrite NZ", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 15px;
  color:rgba(236, 62, 149, 0.229);
}

.map {
  width: 150px;
  height: 103px;
  padding-right: 20px;
}


}