@font-face {
  font-family: "Saginaw";
  src: url(/font/Saginaw.ttf)
}

@font-face {
  font-family: "Quattrocento";
  src: url(/font/Quattrocento.ttf);
}


.iframecontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Universal */
body {
    background-color: #D8E4BC;
    justify-content: center;
    min-height: 100%;
}

img {
    height: auto;
}

header {
    text-align: center;
}

h3 {
    font-size: larger;
}

code {
    border-radius: 5px;
    padding: 1pt;
}

footer {
    text-align: center;
    clear: both;
}

#content {
  background-image: linear-gradient(#609078, #40A368, #00AB66);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  font-family: "Quattrocento" !important;
  font-weight: 400 !important;
}

#content-container {
  margin-left: 10%;
  margin-right: 10%;
}

/* For header.html */
#nav-list {
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: auto;
    list-style-type: none;
}

.nav-button {
    color: #FAFAFA;
    padding: 0px;
    text-decoration: none;
}
li:first-child {
    padding: 0px;
}

#artlist li{
    list-style-type: none;
}

/* For author.html */
#avatar {
    border-radius: 8px;
    max-width: 200px;
    height: auto;
}

/* For meta.html */
.meta {
    text-align: center;
    clear: both;
}
#meta-avatar {
    border-radius: 8px;
    max-width: 60px;
    height: auto;
}
p {
    font-size: 16pt;
}

body {
    font-size: 14pt;
}

nav {
    font-size: 20pt;
}
  
  /* For Content Warnings */
label {
    display: none;
    font-size: 22px;
}

.nav-li {
  display: inline;
}

.reacts img {
  max-width: 60px;
}

.badge {
  font-size: 52px;
  text-decoration: none;
  font-family:"Saginaw" !important;
  color: black !important;
  padding-top: 20px;
}

#cw:checked + label {
    display: block;
}

.nav-div {
  text-align: center;
  font-family: "Yanone Kaffeesatz" !important;
  padding-top: 20px;
}

.nav-link {
  text-decoration: none;
  font-size: 16px;
  margin-right: 10px;
}

