/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}
body {
  text-align: center;
  margin-left: 18%;
  margin-right: 18%;
  background: url(pinkslot.jpg);
  background-repeat: no-repeat;
  background-size: 100% 128%;
  font-family: 'Noto Sans JP', sans-serif;
}

.one{
  display: inline-block;
  float: left;
  width: 40%;
  height: 54px;
  margin-bottom: 2%;
}

.two{
  display: inline-block;
  float: right;
  width: 60%;
  height: 54px;
  margin-bottom: 2%;
}
.mainHeader{
  border: 3px solid #9d4972;
  background-color: rgba(255,255,255,.60);
  height: 195px;
  border-radius: 9%;
}

/******************************************
/* LAYOUT
/*******************************************/
h1{
  font-size: 40px;
  color: #ffe3fa;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1%;
}
h2{
  color: #49509d;
  margin-top: 2%;
  font-size: 35px;
  margin-bottom: 4%;
}
h3{
  color: #509d49;
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}
.two h2{
  margin-right: 3%;
}
#items{
  font-size: 40px;
  margin: 4% 0% 2% 0%;
  color: #96499d;
}
#container {
  /* border: 3px solid pink; */
  clear: both;
  margin-top: 5%;
}
#minBet{
  margin-right: 5%;
  background-color: #fe13e4;
  color: white;
  font-size: 24px;
  border-color: #9d4972;
}
#maxBet{
  margin-left: 5%;
  margin-right: 5%;
  background-color: #fe13e4;
  color: white;
  font-size: 24px;
  border-color: #9d4972;
}
#min, #max{
  font-size: 20px;
  font-weight: 800;
  color: #509d49;
}
#slot1 {
  display: inline-block;
  position: relative;
  top: 2px;
  left: -104px;
}
 #slot2{
   display: inline-block;
   position: relative;
   top: 0;
   left: 0;
 }
 #slot3{
  display: inline-block;
  position: relative;
  top: 2px;
  left: 104px;
}
#outcome{
  margin-top: 5%;
  color: #509d49;
  font-size: 42px;
  border: 3px solid #9d4972;
  background-color: rgba(255,255,255,.50);
  height: 100px;
  padding: 2.5% 1% 2.5% 1%;
  border-radius: 25%;
  width: 80%;
  margin-left: 12%;
}


/******************************************
/* ADDITIONAL STYLES
/*******************************************/
@media (min-width: 1025px) and (max-width: 1440px) {
  body{
  background-size: 100% 167%;
  height: 540px;
  margin-left: 18%;
  margin-right: 18%;
  }
  .mainHeader{
    margin: 0%;
    width: 100%;
    height: 175px;
  }
  .one{
    width: 40%;
    height: 70px;
  }
  #items{
    margin: 1% 0% 2% 0%;
  }
  #container{
    margin-top: 1%;
  }


}

@media (min-width: 501px) and (max-width: 1024px){
  body {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    background: url(pinkslot2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 125%;
    font-family: 'Noto Sans JP', sans-serif;
    height: 1085px;
  }
  .mainHeader{
    height: 227px;
  }
  h1{
    font-size: 47px;
    color: #ffe3fa;
    text-align: center;
    margin-bottom: 3%;
    margin-top: 1%;
  }
  .one{
    width: 35%;
    margin-bottom: 6%;

  }
  h2{
    margin: 0%;
    font-size: 45px;
  }
  h3{
    margin: 2% 0% 0%;
    font-size: 41px;
  }
  .two{
    width: 65%;
    margin-bottom: 6%;
  }
  .two h2{
    margin-right: 0%;
    margin-bottom: 2%;
  }
  #minBet {
    margin-right: 3%;
    font-size: 32px;
    padding: 1%;
  }
  #maxBet {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 32px;
    padding: 1%;
  }
  #min, #max{
    font-size: 25px;
  }
  #items{
    display: none;

  }
  #container {
    height: 915px;
    margin-top: 2%;
  }
  #slot1, #slot2 {
    display: block;
    margin-bottom: 7%;
    top: 0;
    left: 0;
    margin-top: 0%;
  }
  #slot3{
    display: block;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 500px) {
  body{s
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    background: url(pinkslot2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 109%;
    font-family: 'Noto Sans JP', sans-serif;
    height: auto;
  }
  .mainHeader{
    height: 206px;
    width: 90%;
    margin-left: 5%;
  }
  h1{
    font-size: 35px;
    color: #ffe3fa;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 1%;
  }
  .one{
    width: 100%;
    margin-bottom: 0%;

  }
  h2{
    margin: 0%;
    font-size: 23px;
  }
  h3{
    margin: 2% 0% 0%;
    font-size: 25px;
  }
  .two{
    width: 100%;
    margin-bottom: 11%;
    margin-top: 2%;
  }
  .two h2{
    margin-right: 0%;
    margin-bottom: 2%;
  }
  #minBet {
    margin-right: 3%;
    font-size: 25px;
    padding: 1%;
  }
  #maxBet {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 25px;
    padding: 1%;
  }
  #min, #max{
    font-size: 15px;
  }
  #items{
    display: none;

  }
  #container {
    height: 915px;
    margin-top: 1%;
  }
  #slot1, #slot2 {
    display: block;
    margin-bottom: 21%;
    top: 0;
    left: 0;
    margin-top: 14%;
  }
  #slot3{
    display: block;
    top: 0;
    left: 0;
    margin-top: 2%;
  }
  img{
    width: 38%;
  }
  #outcome{
    margin-top: 0;
    font-size: 35px;
  }
}
