html, body
{
  width: 100%;
  height: 100%;
}

body 
{
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

body::-webkit-scrollbar { 
  display: none;  
}

.title
{
  position: relative;
  text-align: center;
  background: white;
  width: 100%;
}

.small-text
{
  font-size: 1vw;
}

.logo_square
{
  width: 1.5vw;
}

.row
{
  height: 100%;
  padding: 0;
}

#first, #second, #third
{
  padding: 0;
}

#vegas
{
  width: 100%;
  height: 100%;
  position: relative;
}

.left-col
{
  text-align: center;
  display: block;
}

.location-box
{
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.location-en
{
  position: absolute;
  font-size: 1vw;
  width: 10vw;
  margin-top: 1.25vw;
}

.location-jp
{
  position: absolute;
  font-size: 0.75vw;
  width: 10vw;
  margin-top: 2.75vw;
}

.airQualityNum
{
  position: absolute;
  font-size: 1.5vw;
  width: 10vw;
  margin-top: 5.25vw;
  margin-left: 1.5vw;
}

.qualityIndicator
{
  width: 10vw;
}

.box 
{
  position: relative;
  display: inline-block;
  padding: 1em 1em;
  margin: 2em 2em;
  color: #5d627b;
  background: rgba(255, 255, 255, 0.747);
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  width: 45vw;
}

.box h1
{
  font-size: 3rem;
}

.box p
{
  font-size: 1rem;
}

.right-col
{
  text-align: center;
  display: block;
}

#current .qualityIndicator
{
  width: 20vw;
}

#current .location-en
{
  width: 20vw;
  font-size: 1.25vw;
  margin-top: 2vw;
}

#current .location-jp
{
  width: 20vw;
  font-size: 1vw;
  margin-top: 6vw;
}

#current .airQualityNum
{
  width: 20vw;
  font-size: 3.25vw;
  margin-top: 10.5vw;
  margin-left: 3vw;
}

.source-container
{
  display: inline-block;
  text-align: initial;
}

.source-box
{
  position: absolute;
  color: #5d627b;
  background: rgba(255, 255, 255, 0.747);
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  width: 20vw;
  height: 18vw;
}

.source-text
{
  position: relative;
  width: 20vw;
  padding: 1vw;
  padding-bottom: 0;
}

.source-text h1
{
  font-size: 1.5vw;
}

.source-text p
{
  font-size: 0.75vw;
}

.scale
{
  position: absolute;
  width: 20vw;
  padding: 1vw;
  padding-top: 0;
  z-index: 10;
}

/* SideWays Tablet */
@media only screen and (max-width: 1024px) {

  .location-en, .location-jp, .airQualityNum
  {
    width: 15vw;
    font-size: 1.5vw;
  }
  
  .location-en
  {
    margin-top: 2vw;
  }

  .location-jp
  {
    margin-top: 4vw;
  }

  .airQualityNum
  {
    font-size: 2.25vw;
    margin-top: 8vw;
    margin-left: 2.4vw;
  }

  .qualityIndicator
  {
    width: 15vw;
  }

  .box h1
  {
    font-size: 2rem;
  }

  .box p
  {
    font-size: 1rem;
  }

  #current .location-en, #current .location-jp, #current .airQualityNum
  {
    width: 25vw;
    font-size: 1rem;
  }

  #current .location-en
  {
    margin-top: 3vw;
  }

  #current .location-jp
  {
    margin-top: 8vw;
  }

  #current .airQualityNum
  {
    font-size: 2.5rem;
    margin-top: 13.3vw;
    margin-left: 4vw;
  }

  #current .qualityIndicator
  {
    width: 25vw;
  }

}

/* Tablet Style */
@media only screen and (max-width: 768px) {

  .location-en, .location-jp, .airQualityNum
  {
    font-size: 1.25rem;
    width: 25vw;
  }
  
  .location-en
  {
    margin-top: 3vw;
  }

  .location-jp
  {
    margin-top: 6.5vw;
  }

  .airQualityNum
  {
    font-size: 1.75rem;
    margin-top: 13.3vw;
    margin-left: 4vw;
  }

  .qualityIndicator
  {
    width: 25vw;
  }

  .box h1
  {
    font-size: 2rem;
  }

  .box p
  {
    font-size: 1rem;
  }

  #current .location-en, #current .location-jp, #current .airQualityNum
  {
    width: 35vw;
    font-size: 1rem;
  }

  #current .location-en
  {
    margin-top: 5vw;
  }

  #current .location-jp
  {
    margin-top: 11vw;
  }

  #current .airQualityNum
  {
    font-size: 2.75rem;
    margin-top: 18vw;
    margin-left: 5.5vw;
  }

  #current .qualityIndicator
  {
    width: 35vw;
  }

  .source-box
  {
    width: 35vw;
    height: 25vw;
  }

  .source-text
  {
    width: 35vw;
  }

  .source-text h1
  {
    font-size: 1rem;
  }

  .source-text p
  {
    font-size: 0.5rem;
  }

  .scale
  {
    width: 35vw;
  }

}

/* iPhone Style */
@media only screen and (max-width: 676px) {

  .small-text
  {
    font-size: 2vw;
  }

  .logo_square
  {
    width: 5vw;
  } 

  .location-en, .location-jp, .airQualityNum
  {
    width: 75vw;
    font-size: 1.5rem;
  }
  
  .location-en
  {
    margin-top: 10vw;
  }

  .location-jp
  {
    margin-top: 19vw;
  }

  .airQualityNum
  {
    font-size: 2.5em;
    margin-top: 40vw;
    margin-left: 12vw;
  }

  .qualityIndicator
  {
    width: 75vw;
  }

  .box
  {
    width: 85vw;
  }

  #current .location-en, #current .location-jp
  {
    width: 75vw;
    font-size: 1.25rem;
  }

  #current .location-en
  {
    margin-top: 10vw;
  }

  #current .location-jp
  {
    font-size: 0.5rem;
    margin-top: 25vw;
  }
  
  #current .airQualityNum
  {
    margin-top: 40vw;
    margin-left: 32vw;
  }

  #current .qualityIndicator
  {
    width: 75vw;
  }

  #first 
  {
		order: 3;
  }
  
  #second 
  {
		order: 2;
  }
  
  #third 
  {
    order: 1;
    display: block;
  }

  .source-container
  {
    width: 75vw;
    height: 50vw;
  }
  
  .source-box
  {
    width: 75vw;
    height: 50vw;
  }

  .source-text
  {
    width: 75vw;
  }

  .source-text h1
  {
    font-size: 1.5rem;
  }

  .source-text p
  {
    font-size: 0.5rem;
  }

  .scale
  {
    width: 75vw;
  }
  
}