/*FONTS*/

@font-face {
    font-family: "shadok"; 
    src: url("/fonts/shadok.ttf") format("truetype");
}

@font-face {
    font-family: "funnytype"; 
    src: url("/fonts/funnytype.ttf") format("truetype");
}



/*LAYOUT*/

header {
  padding-top: 10px;
  text-align: center;
  text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000, -4px 0 0 #000, 4px 0 0 #000, 0 4px 0 #000, 0 -4px 0 #000;
  margin: 0px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  
  background-color: #ffcf00;
  border-bottom: 10px solid black;
  background-image: url("/banner.gif");
  background-repeat: no-repeat;
  background-position: center;
  
}

body {
  background-color: #bf9300;
  background-image: url("bgpattern.png");
  
  
  text-align:center;
  font-size: 100%;
  font-family:funnytype;
  margin: 0px;
  
}
  

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  
  font-size:100%;
  background-color: black;
  color: white;
  

}


/*CLASS*/

  .big {
  color: white;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px 0 0 #000, 2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000;
  font-size: 170%;
  font-family:shadok;
  
}


  .nav {
    display: block;
 
}

  .link {

  background-color: black;
  border-radius: 50px;
  padding: 5px 60px;
  margin-bottom: 10px; 
  display: block;
 
}


.left {
  background-color: #ffcf00;
  padding: 20px;
  float: left;
  width: 20%;
  box-sizing: border-box;
  border-bottom: 10px solid black;
  border-left: 10px solid black;
  border-radius: 50px;
  margin: 20px; 
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.right {
  background-color: #ffcf00;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  width: 20%;
  box-sizing: border-box;
  border-bottom: 10px solid black;
  border-right: 10px solid black;
  border-radius: 50px;
  margin: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}  
  
.main {
  background-color: #ecb400;
  padding: 20px;
  width: 55%;
  box-sizing: border-box;
  border-radius: 80px;
  border-bottom: 10px solid black;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}  



.border {
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
}

  .mona {
  
  background-color: #efefef;
  padding: 18px;
  padding-bottom: 0px;
  width: fit-content;
  box-sizing: border-box;
  margin: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 16px; 
  line-height: 18px; 
  font-family: 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS PGothic AA', 'IPA モナー Pゴシック', sans-serif;
}

  
/*LINKS*/
  
  a:link, a:visited {
    color: white; text-decoration:none;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px 0 0 #000, 2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000;
}
  
  a:hover {
    color: gold; text-decoration:none;    
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px 0 0 #000, 2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000;
}



@media screen and (max-width: 850px) {
  
  .big {
  font-size: 150%;
  
  }
  
  .left, .right {
    width: 100%; 
    margin: 0px;
    margin-top: 10px;
    border-right: 0px solid black;
    border-left: 0px solid black;
    float: left

  }
  
    .main  {
    width: 100%; 
    margin: 0px;
    margin-top: 10px;
    border-right: 0px solid black;
    border-left: 0px solid black;
    float: left

  }
  
  .mona {
    
    width: fit-content;
    margin: 0px;
    margin-left: 150px;
    margin-top: 10px;
    margin-bottom: 50px;
    border-right: 0px solid black;
    border-left: 0px solid black;
    float: left;
  
  background-color: #efefef;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 8px; 
  line-height: 9px; 
  font-family: 'MS PGothic', 'ＭＳ Ｐゴシック',  'MS PGothic AA', 'IPA モナー Pゴシック', sans-serif;
}
  
body {
    width: fit-content;
    zoom: 85%;;

}
  
footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  
  font-size:80%;
  background-color: black;
  color: white;
    box-sizing: border-box;
  

}


}


