@charset "UTF-8";
/* CSS Document */

/* Stocklist.css */

@media only print, only screen and (min-width: 18.75em){

#header{
  position: fixed;
  top: 0;
  mix-blend-mode: difference;
}

.logo{
  display: none;
}

#header h2{
  padding: 27px 0 0 22px;
  font-size: 15px;
  text-align: left;
  color: #fff;
}

#main{
  padding: 130px 0;
}

#stockList{
  text-align: center;
}

section{
  margin-bottom: 90px;
  padding-bottom: 0;
}

section:last-child{
  margin-bottom: 0;
}

#stockList h3{
  margin-bottom: 40px;
  font-size: 15px;
}

#stockList li{
  font-size: 22px;
  line-height: 1.407;
}

#localNav{
  margin-top: 200px;
  text-align: center;
}

#localNav li{
  margin-right: 30px;
  font-size: 22px;
  line-height: 1.407;
  display: inline-block;
}

#localNav li:last-child{
  margin-right: 0;
}

}

@media only print, only screen and (min-width: 1000px){

#header{
  position: fixed;
  top: 0;
  mix-blend-mode: difference;
}

.logo{
  display: block;
}

#header h2{
  padding: 30px 0 0 0;
  font-size: 15px;
  text-align: center;
  color: #fff;
  z-index: 1111;
}

#main{
  height: calc(100vh - 70px);
  padding: 0;
}

#stockList{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

section{
  margin-bottom: 90px;
}

section:last-child{
  margin-bottom: 0;
}

#stockList h3{
  margin-bottom: 40px;
  font-size: 15px;
}

#stockList li{
  font-size: 27px;
  line-height: 1.407;
}

#localNav{
  margin-top: 200px;
  text-align: center;
}

#localNav li{
  margin-right: 30px;
  font-size: 27px;
  line-height: 1.407;
  display: inline-block;
}

#localNav li:last-child{
  margin-right: 0;
}

}