@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
* {
  box-sizing: border-box;
  font-family: "Poppins", "Verdana", "Geneva", "Tahoma", "sans-serif";
}

html, body {
  margin: 0;
  padding: 0;
  background-color: snow;
}

.content {
  max-width: 70%;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  width: 70%;
  border-bottom-style: double;
  border-color: black;
  background-color: mintcream;
}

.topcontainer {
  width: 1280px;
  margin: auto;
  min-height: auto;
}

.logobar {
  padding: 20px;
  text-align: center;
}

.logo {
  color: black;
  font-weight: 700;
  font-size: 60px;
  text-decoration: none;
}

.logo:hover {
  color: red;
}

span {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: blue;
}

.navbar {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  height: 70px;
}

.navbar a {
  color: black;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 16px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: black;
  color: mintcream;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: black;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  font-size: large;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: mintcream;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

.book-section {
  height: 530px;
  margin-top: 245px;
  border-style: groove;
  border-color: black;
  border-width: 1px;
  padding: 5px;
}

.row {
  width: 100%;
  padding-left: 33px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flexbox;
  border-width: 1px;
  height: 320px;
}

.rowmovies {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flexbox;
  border-width: 1px;
  height: 320px;
}

.ccolumn {
  float: left;
  width: 25%;
  padding-top: 5px;
}

.coin-section {
  height: 530px;
  margin-top: 5px;
  border-style: groove;
  border-color: black;
  border-width: 1px;
  padding: 5px;
}

.bcolumn {
  float: left;
  width: 20%;
  padding-top: 5px;
  padding-left: 15px;
  width: 20%;
}

.movie-section {
  height: 500px;
  margin-top: 5px;
  border-style: groove;
  border-color: black;
  border-width: 1px;
  padding: 5px;
}

.mcolumn {
  float: left;
  width: 20%;
  padding-top: 5px;
  padding-left: 15px;
  width: 20%;
}

.row2 {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
  display: flexbox;
  border-style: groove;
  border-color: black;
  border-width: 1px;
  height: 220px;
}

.row3 {
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  display: flexbox;
  border-width: 1px;
}

.mints li {
  display: inline-block;
  padding: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

li a {
  text-decoration: none;
  color: black;
  font-style: italic;
  list-style-type: none;
}

li a:hover {
  color: blue;
  text-decoration: overline;
}

.hed {
  background-color: lightyellow;
  border-style: groove;
  border-color: black;
  border-width: 1px;
  width: 30%;
  margin: auto;
}

h2 {
  text-align: center;
  text-decoration: none;
}

.row2, .text {
  font-size: 20px;
}

.mainfooter {
  height: 100px;
  background-color: mintcream;
  border-top-style: double;
  border-color: black;
  padding: 5px;
}

.footlist li {
  display: inline-block;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 190px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 540px) and (max-width: 912px) {
  .topcontainer {
    width: 600px;
    margin-left: -100px;
  }
  .logobar {
    padding: 10px;
    text-align: center;
  }
  .logo {
    color: black;
    font-size: 15px;
  }
  span {
    font-size: 12px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 1px;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 10px;
  }
  .book-section {
    height: 500px;
    margin-top: 150px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .row {
    width: 100%;
    padding-left: 33px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
    height: 320px;
  }
  .book-section .row img {
    height: 130px;
  }
  .rowmovies {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
    height: 320px;
  }
  .movie-section .rowmovies img {
    height: 130px;
  }
  .coin-section {
    height: 500px;
    margin-top: 5px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .coin-section .row img {
    height: 140px;
    width: 140px;
  }
  .movie-section {
    height: 500px;
    margin-top: 5px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .row2 {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flexbox;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    height: 220px;
  }
  .row3 {
    width: 100%;
    margin-top: -70px;
    padding-left: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
  }
  .hed {
    background-color: mintcream;
  }
  h2 {
    text-align: center;
    text-decoration: none;
  }
  .mints li {
    display: inline-block;
    padding: 10px;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
  }
  .row2, .text {
    font-size: 20px;
  }
  .mainfooter {
    height: 100px;
    background-color: mintcream;
    border-top-style: double;
    border-color: black;
    padding: 5px;
  }
  .footlist li {
    display: inline-block;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 912px) and (max-width: 1280px) {
  .topcontainer {
    width: 600px;
    margin-left: 100px;
  }
  .logobar {
    padding: 10px;
    text-align: center;
  }
  .logo {
    color: black;
    font-size: 25px;
  }
  span {
    font-size: 15px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 15px;
  }
  .book-section {
    height: 500px;
    margin-top: 150px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .row {
    width: 100%;
    padding-left: 33px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
    height: 320px;
  }
  .book-section .row img {
    height: 130px;
  }
  .rowmovies {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
    height: 320px;
  }
  .movie-section .rowmovies img {
    height: 130px;
  }
  .coin-section {
    height: 500px;
    margin-top: 5px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .coin-section .row img {
    height: 140px;
    width: 140px;
  }
  .movie-section {
    height: 500px;
    margin-top: 5px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .row2 {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flexbox;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    height: 220px;
  }
  .row3 {
    width: 100%;
    margin-top: -70px;
    padding-left: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
  }
  .hed {
    background-color: mintcream;
  }
  h2 {
    text-align: center;
    text-decoration: none;
  }
  .mints li {
    display: inline-block;
    padding: 10px;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
  }
  .row2, .text {
    font-size: 20px;
  }
  .mainfooter {
    height: 100px;
    background-color: mintcream;
    border-top-style: double;
    border-color: black;
    padding: 5px;
  }
  .footlist li {
    display: inline-block;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1800px) {
  .topcontainer {
    width: 600px;
    margin-left: 100px;
  }
  .logobar {
    padding: 10px;
    text-align: center;
  }
  .logo {
    color: black;
    font-size: 25px;
  }
  span {
    font-size: 15px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 15px;
  }
  .book-section {
    height: 500px;
    margin-top: 150px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .row {
    width: 100%;
    padding-left: 33px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
    height: 320px;
  }
  .book-section .row img {
    height: 200px;
  }
  .rowmovies {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
    height: 320px;
  }
  .movie-section .rowmovies img {
    height: 200px;
  }
  .coin-section {
    height: 500px;
    margin-top: 5px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .coin-section .row img {
    height: 200px;
    width: 200px;
  }
  .movie-section {
    height: 500px;
    margin-top: 5px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
  }
  .row2 {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flexbox;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    height: 220px;
  }
  .row3 {
    width: 100%;
    margin-top: -70px;
    padding-left: 10px;
    padding-top: 10px;
    display: flexbox;
    border-width: 1px;
  }
  .hed {
    background-color: mintcream;
  }
  h2 {
    text-align: center;
    text-decoration: none;
  }
  .row2, .text {
    font-size: 20px;
  }
  .mainfooter {
    height: 100px;
    background-color: mintcream;
    border-top-style: double;
    border-color: black;
    padding: 5px;
  }
  .footlist li {
    display: inline-block;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 12px;
    font-weight: 700;
  }
}/*# sourceMappingURL=main.css.map */