@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 {
  width: 70%;
  margin: auto;
}

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

.topcontainer {
  max-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;
  min-height: 70px;
}

.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: 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;
}

.coin {
  width: 100%;
  height: 578px;
  margin-top: 178px;
  border-left-style: groove;
  border-right-style: groove;
  border-left-color: black;
  border-right-color: black;
  border-width: 1px;
  padding-top: 39px;
  padding-left: 20px;
}

.coin img {
  display: block;
  float: left;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
}

.coinfacts {
  margin-top: -25px;
  display: grid;
  justify-content: center;
}

.coinfacts p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.coinfacts img {
  height: 60px;
}

.coinname {
  font-family: "Ubuntu";
  padding-left: 10px;
  padding-right: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: black;
}

.nominal {
  font-size: 25px;
  font-weight: 600;
}

.year {
  font-size: 25px;
  font-weight: 600;
}

.coinname a {
  color: blue;
  text-decoration: none;
}

.coinname a:hover {
  color: red;
  border-color: black;
  font-weight: 600;
  text-decoration-thickness: 3px;
}

.coinfacts .country {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.country img:hover {
  opacity: 0.3;
}

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

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

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

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

@media screen and (max-width: 600px) {
  .content {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .topcontainer {
    max-width: 50%;
  }
  .logobar {
    padding: 3px;
    text-align: center;
  }
  .logo {
    color: black;
    font-weight: 700;
    font-size: 10px;
    text-decoration: none;
  }
  span {
    font-size: 10px;
  }
  .navbar {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    min-height: 70px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 5px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .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;
  }
  .coin {
    width: 100%;
    height: 578px;
    margin-top: 75px;
    border-left-style: groove;
    border-right-style: groove;
    border-left-color: black;
    border-right-color: black;
    border-width: 1px;
    padding-top: 39px;
    padding-left: 20px;
  }
  .coin img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
  }
  .coinfacts {
    margin-top: -50px;
    display: grid;
    justify-content: center;
  }
  .coinfacts p {
    display: block;
    margin-left: 1px;
    margin-right: 100px;
    text-align: left;
  }
  .coinfacts img {
    height: 20px;
  }
  .coinname {
    font-family: "Ubuntu";
    padding-left: 2px;
    padding-right: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: black;
  }
  .nominal {
    font-size: 12px;
    font-weight: 600;
  }
  .year {
    font-size: 12px;
    font-weight: 600;
  }
  .coinname a {
    color: black;
    text-decoration: none;
  }
  .coinname a:hover {
    color: blue;
    border-color: black;
    font-weight: 600;
    text-decoration-thickness: 3px;
  }
  .coinfacts .country {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .country img:hover {
    opacity: 0.3;
  }
  .mainfooter {
    min-height: 50px;
    padding: 5px;
  }
  .footlist li {
    display: inline-block;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  li a {
    text-decoration: underline;
    color: black;
    font-style: italic;
    list-style-type: none;
  }
  li a:hover {
    color: blue;
  }
}
@media screen and (max-width: 920px) {
  .content {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .topcontainer {
    max-width: 50%;
  }
  .logobar {
    padding: 3px;
    text-align: center;
  }
  .logo {
    color: black;
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
  }
  span {
    font-size: 20px;
  }
  .navbar {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    min-height: 70px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 5px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 15px;
    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;
  }
  .coin {
    width: 100%;
    height: 578px;
    margin-top: 150px;
    border-left-style: groove;
    border-right-style: groove;
    border-left-color: black;
    border-right-color: black;
    border-width: 1px;
    padding-top: 39px;
    padding-left: 20px;
  }
  .coin img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
  }
  .coinfacts {
    margin-top: -50px;
    display: grid;
    justify-content: center;
  }
  .coinfacts p {
    display: block;
    margin-left: 1px;
    margin-right: 100px;
    text-align: center;
  }
  .coinfacts img {
    height: 30px;
  }
  .coinname {
    font-family: "Ubuntu";
    padding-left: 2px;
    padding-right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: black;
  }
  .nominal {
    font-size: 20px;
    font-weight: 600;
  }
  .year {
    font-size: 20px;
    font-weight: 600;
  }
  .coinname a {
    color: black;
    text-decoration: none;
  }
  .coinname a:hover {
    color: blue;
    border-color: black;
    font-weight: 600;
    text-decoration-thickness: 3px;
  }
  .coinfacts .country {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .country img:hover {
    opacity: 0.3;
  }
  .mainfooter {
    min-height: 50px;
    padding: 5px;
  }
  .footlist li {
    display: inline-block;
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  li a {
    text-decoration: none;
    color: black;
    font-style: italic;
    list-style-type: none;
  }
  li a:hover {
    color: blue;
  }
}
@media screen and (max-width: 1280px) {
  .content {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .topcontainer {
    max-width: 50%;
  }
  .logobar {
    padding: 3px;
    text-align: center;
  }
  .logo {
    color: black;
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
  }
  span {
    font-size: 20px;
  }
  .navbar {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    min-height: 70px;
  }
  .navbar a {
    color: black;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 5px;
    float: left;
    text-align: center;
    text-decoration: none;
  }
  .subnav .subnavbtn {
    font-size: 15px;
    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;
  }
  .coin {
    width: 100%;
    height: 578px;
    margin-top: 100px;
    border-left-style: groove;
    border-right-style: groove;
    border-left-color: black;
    border-right-color: black;
    border-width: 1px;
    padding-top: 39px;
    padding-left: 20px;
  }
  .coin img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
  }
  .coinfacts {
    margin-top: -50px;
    display: grid;
    justify-content: center;
  }
  .coinfacts p {
    display: block;
    margin-left: 1px;
    margin-right: 100px;
    text-align: center;
  }
  .coinfacts img {
    height: 30px;
  }
  .coinname {
    font-family: "Ubuntu";
    padding-left: 2px;
    padding-right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: black;
  }
  .nominal {
    font-size: 20px;
    font-weight: 600;
  }
  .year {
    font-size: 20px;
    font-weight: 600;
  }
  .coinname a {
    color: black;
    text-decoration: none;
  }
  .coinname a:hover {
    color: blue;
    border-color: black;
    font-weight: 600;
    text-decoration-thickness: 3px;
  }
  .coinfacts .country {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .country img:hover {
    opacity: 0.3;
  }
  .mainfooter {
    min-height: 50px;
    padding: 5px;
  }
  .footlist li {
    display: inline-block;
    padding-top: 40px;
    padding-left: 200px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  li a {
    text-decoration: underline;
    color: black;
    font-style: italic;
    list-style-type: none;
  }
  li a:hover {
    color: blue;
  }
}/*# sourceMappingURL=coinpages.css.map */