/* Component Needs */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Secular+One:400);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700);
@import url(https://fonts.googleapis.com/css2?family=Bungee&display=swap);
.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#overview:checked ~ section .overview,
#controls:checked ~ section .controls,
#exporting:checked ~ section .exporting,
#tips:checked ~ section .tips,
#contact:checked ~ section .contact,
#gallery:checked ~ section .gallery {
  display: block;
}

#overview:checked ~ nav .overview,
#controls:checked ~ nav .controls,
#exporting:checked ~ nav .exporting,
#tips:checked ~ nav .tips,
#contact:checked ~ nav .contact,
#gallery:checked ~ nav .gallery {
  color: red;
}

/* Visual Styles */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #ecf0f1;
  font-family: "Secular One";
}

h1 {
  height: 80px;
  text-align: center;
  font-weight: 100;
  font-size: 60px;
  color: #e6c828;
  font-family: "Bungee";
}

.full-width-centred-flex {
  display: flex;
  width: 100%;
  justify-content: center;
}

.warning {
  width: 60%;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid rgb(95, 9, 9);
  border-radius: 0.5rem;
  background-color: rgb(244, 194, 194);
  color: #960909;
}

.pc-tab {
  width: 100%;
  margin: 0 auto;
}
.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label {
  font-family: "Secular One";
  font-size: 30px;
  float: left;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #eeeeee;
  color: #444;
}
.pc-tab ul li label:hover {
  background: #dddddd;
}
.pc-tab ul li label:active {
  background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  font-family: "Secular One";
  clear: both;
}
.pc-tab section div {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.pc-tab section div h2 {
  margin: 0;
  font-family: "Raleway";
  letter-spacing: 1px;
  color: #34495e;
}
.pc-tab section div dl dt {
  font-size: 18px;
}
.pc-tab section div dl dd {
  font-size: 16px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.pc-tab section div dl dd img {
  width: 32rem;
  display: block;
}
.pc-tab section div dl dd img.small {
  width: 8rem;
  display: block;
}
.pc-tab section div dl dd img.verysmall {
  width: 4rem;
  display: block;
}

div.gallery-grid {
  display: grid;
  max-height: none !important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 0;
}

div.overview-grid {
  display: grid;
  max-height: none !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 0;
  gap: 10px;
}

div.gallery {
  padding: 0 !important;
}

img.gallery {
  width: 100%;
}

#overview:checked ~ nav .overview label,
#controls:checked ~ nav .controls label,
#exporting:checked ~ nav .exporting label,
#tips:checked ~ nav .tips label,
#contact:checked ~ nav .contact label,
#gallery:checked ~ nav .gallery label {
  background: white;
  color: #111;
  position: relative;
}
#overview:checked ~ nav .overview label:after,
#controls:checked ~ nav .controls label:after,
#exporting:checked ~ nav .exporting label:after,
#tips:checked ~ nav .tips label:after,
#contact:checked ~ nav .contact label:after,
#gallery:checked ~ nav .gallery label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/*# sourceMappingURL=styles.css.map */
