html {
  background: url(imgs/chinese_pattern.jpg);
  background-repeat: repeat;
  z-index: -2;
}

abbr {
  text-decoration: none;
  font-style: italic;
}
p abbr {
  font-size: 14px;
  color: blue;
}

.page-wrapper {
  display: grid;
  grid-template-columns: 39% 46% 1fr;
  grid-template-rows: 30% 1fr;
}
.intro {
  grid-column: 1/4;
  grid-row: 1;
  text-align: center;
  padding-left: 705px;
  padding-right: 345px;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  background-image: url(imgs/sunset.jpg);
  background-repeat: no-repeat;
  background-size: 100vw;
}
#zen-supporting {
  grid-column: 2;
  grid-row: 2/3;
  margin: 0;
  text-align: center;
  padding-left: 109px;
  padding-right: 109px;
  background-color: rgba(255, 55, 0, 1);
}
/*-------------------sidebar-------------------*/
.select {
  border-bottom: solid white;
  color: white;
  width: 71%;
  transform: rotate(90deg);
  text-align: center;
  position: relative;
  top: 93px;
  left: 200px;
}
.archives {
  border-bottom: solid white;
  color: white;
  width: 60%;
  transform: rotate(90deg);
  text-align: center;
  position: relative;
  top: 43px;
  left: 155px;
}
.resources {
  border-bottom: solid white;
  color: white;
  width: 60%;
  transform: rotate(90deg);
  text-align: center;
  position: relative;
  top: 43px;
  left: 155px;
}
/*---------------------------------------------*/
ul > li {
  list-style-type: none;
  font-family: 'Merriweather', serif;
  font-size: 12px;
}
h1 {
  position: fixed;
  font-family: 'Merienda';
  font-size: 18px;
  color: white;
  bottom: -20px;
  right: 10px;
  background-color: rgb(250,125,0);
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  border-radius: 20px 20px 0 0;
  padding: 5px;
}
h1:hover {
  background-color: navy;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  cursor: pointer;
}
h2 {
  font-family: 'Pridi', serif;
  font-size: 60px;
  line-height: 50px;
  color: white;
}
h3 {
  font-family: 'Roboto Mono', monospace;
  color: white;
  border-bottom: solid white;
}
.intro h3 {
  font-size: 28px;
}
#zen-supporting h3 {
  font-size: 28px;
}
p {
  font-family: 'Merriweather', serif;
  color: white;
  text-align: left;
  font-size: 14px;
}

.design-selection nav {
  position: relative;
  bottom: 40px;
  left: -20px;
  color: orange;
  font-style: italic;
}
.design-archives nav {
  position: relative;
  bottom: 10px;
}
.zen-resources ul {
  position: relative;
  bottom: 50px;
}

.summary a {
  color: white;
}

footer {
  display: flex;
  justify-content: space-between;
}
footer a {
  border-radius: 20px 20px 0 0;
  padding: 10px;
  background-color: rgb(250,125,0);
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  text-decoration: none;
  color: white;
  font-family: 'Roboto Mono';
}
footer a:hover {
  background-color: navy;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}

/*-----------design selections------------*/
.design-selection li:nth-child(1) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(2) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(3) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(4) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(5) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(6) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(7) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-selection li:nth-child(8) {
  font-size: 14px;
  padding-bottom: 10px;
}
/*------------design archives----------------*/
.design-archives li:nth-child(1) {
  font-size: 14px;
  padding-bottom: 10px;
}
.design-archives li:nth-child(2) {
  font-size: 14px;
  padding-bottom: 10px;
}
/*------------zen resources------------------*/
.zen-resources li:nth-child(1) {
  font-size: 14px;
  padding-bottom: 10px;
}
.zen-resources li:nth-child(2) {
  font-size: 14px;
  padding-bottom: 10px;
}
.zen-resources li:nth-child(3) {
  font-size: 14px;
  padding-bottom: 10px;
}
.zen-resources li:nth-child(4) {
  font-size: 14px;
  padding-bottom: 10px;
}
.zen-resources li:nth-child(5) {
  font-size: 14px;
  padding-bottom: 10px;
}
/*------Select a Design hover----------------*/
.design-selection {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  width: 350px;
  background-color: rgb(250,125,0);
  height: 250px;
  border-radius: 0 20px 20px 0;
  position: fixed;
  top: 0px;
  left: -310px;
}
.design-selection:hover {
  background-color: navy;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  cursor: pointer;
  position: fixed;
  left: 0px;
}
/*------------------Archives hover-------------*/
.design-archives {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  width: 250px;
  background-color: rgb(250,125,0);
  height: 150px;
  border-radius: 0 20px 20px 0;
  position: fixed;
  top: 252px;
  left: -215px;
}
.design-archives:hover {
  background-color: navy;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  cursor: pointer;
  position: fixed;
  left: 0px;
}
/*---------Zen-resources hover-----------------*/
.zen-resources {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  width: 250px;
  background-color: rgb(250,125,0);
  height: 150px;
  border-radius: 0 20px 20px 0;
  position: fixed;
  top: 405px;
  left: -215px;
}
.zen-resources:hover {
  background-color: navy;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  cursor: pointer;
  position: fixed;
  left: 0px;
}
/*--------------------------------------------*/
ul > li a {
  color: white;
  text-decoration: none;
  font-style: normal;
}
ul > li a:hover {
  color: rgb(250,125,0);
}

p a {
  font-family: 'Merriweather';
  text-decoration: none;
  color: navy;
}
p a:hover {
  text-decoration: none;
  color: orange;
}

a:visited {
  color: rgb(255,200,255);
}
a:active {
  font-style: italic;
}
/*---------------media queries-------------------*/
@media only screen and (max-width: 1456px) {
  .intro {
    padding-left: 675px;
    padding-right: 350px;
  }
  h2 {
    font-size: 56px;
  }
  .intro h3 {
    font-size: 28px;
  }
  #zen-supporting h3 {
    font-size: 28px;
  }
  p {

  }
}
@media only screen and (max-width: 1378px) {
  .intro {
    padding-left: 650px;
    padding-right: 320px;
  }
  h2 {
    font-size: 52px;
  }
  .intro h3 {
    font-size: 28px;
  }
  #zen-supporting h3 {
    font-size: 28px;
  }
  p {

  }
}
@media only screen and (max-width: 1351px) {
  .intro {
    padding-left: 645px;
    padding-right: 335px;
  }
  h2 {

  }
  .intro h3 {
    font-size: 24px;
  }
  #zen-supporting h3 {
    font-size: 24px;
  }
  p {

  }
}
@media only screen and (max-width: 1333px) {
  .intro {
    padding-left: 645px;
    padding-right: 335px;
  }
  h2 {

  }
  .intro h3 {
    font-size: 24px;
  }
  #zen-supporting h3 {
    font-size: 24px;
  }
  p {

  }
}
@media only screen and (max-width: 1295px) {
  .intro {
    padding-left: 620px;
    padding-right: 320px;
  }
  h2 {
    font-size: 49px;
  }
  .intro h3 {
    font-size: 20px;
  }
  #zen-supporting h3 {
    font-size: 20px;
  }
  p {

  }
}
@media only screen and (max-width: 1249px) {
  .intro {
    padding-left: 600px;
    padding-right: 300px;
  }
  h2 {
    font-size: 44px;
  }
  .intro h3 {
    font-size: 18px;
  }
  #zen-supporting h3 {
    font-size: 18px;
  }
  p {

  }
}
@media only screen and (max-width: 1220px) {
  .intro {
    padding-left: 580px;
    padding-right: 280px;
  }
  h2 {
      font-size: 42px;
  }
  .intro h3 {
    font-size: 18px;
  }
  #zen-supporting h3 {
    font-size: 18px;
  }
  p {

  }
  #zen-supporting {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1207px) {
  .intro {
    padding-left: 560px;
    padding-right: 260px;
  }
  h2 {
      font-size: 42px;
  }
  .intro h3 {
    font-size: 20px;
  }
  #zen-supporting h3 {
    font-size: 20px;
  }
  p {

  }
  #zen-supporting {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1134px) {
  .intro {
    padding-left: 540px;
    padding-right: 260px;
  }
  h2 {
      font-size: 42px;
  }
  .intro h3 {
    font-size: 20px;
  }
  #zen-supporting h3 {
    font-size: 20px;
  }
  p {

  }
  #zen-supporting {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1109px) {
  .intro {
    padding-left: 510px;
    padding-right: 260px;
  }
  h2 {
      font-size: 42px;
  }
  .intro h3 {
    font-size: 18px;
  }
  #zen-supporting h3 {
    font-size: 18px;
  }
  p {
    font-size: 12px;
  }
  p a {
    font-size: 12px;
  }
  p abbr {
    font-size: 12px;
  }
  #zen-supporting {
    padding-left: 70px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1056px) {
  .intro {
    padding-left: 510px;
    padding-right: 260px;
  }
  h2 {
      font-size: 42px;
  }
  .intro h3 {
    font-size: 18px;
  }
  #zen-supporting h3 {
    font-size: 18px;
  }
  p {
    font-size: 12px;
  }
  p a {
    font-size: 12px;
  }
  p abbr {
    font-size: 12px;
  }
  #zen-supporting {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-wrapper {
    display: grid;
    grid-template-columns: 1fr 50% 1fr;
    grid-template-rows: 30% 1fr;
  }
  .intro {
    grid-column: 2;
    grid-row: 1;
    text-align: center;
    padding-left: 90px;
    padding-right: 90px;
    margin: 0;
    background-image: none;
    background-color: rgba(255, 55, 0, 1);
  }
  #zen-supporting {
    grid-column: 2;
    grid-row: 2/3;
    margin: 0;
    padding-left: 90px;
    padding-right: 90px;
    text-align: center;
    background-color: rgba(255, 55, 0, 1);
  }

}
@media only screen and (max-width: 768px) {
  .page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 30% 1fr;
  }
  h2 {
      font-size: 36px;
  }
  .intro h3 {
    font-size: 16px;
  }
  #zen-supporting h3 {
    font-size: 16px;
  }
  .intro {
    grid-column: 2;
    grid-row: 1;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -10px;
    background-image: none;
    background-color: rgba(255, 55, 0, 1);
  }
  #zen-supporting {
    grid-column: 2;
    grid-row: 2/3;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    background-color: rgba(255, 55, 0, 1);
  }
  h1 {
      bottom: -20px;
      right: 0;
      border-radius: 20px 20px 0 0;
  }
}
