* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 100;
  box-sizing: border-box; }

html, body {
  background-color: #1f1f1f;
  color: #ccc;
  width: 100%;
  position: relative; }

nav {
  display: block;
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 16px transparent;
  height: 60px;
  overflow: hidden; }

#menuBar {
  display: flex;
  height: 60px;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  position: relative;
  width: 100%; }
  #menuBar h2 {
    font-family: 'Orbitron';
    opacity: 0;
    transition: 0.4s; }

#extraBranding {
  display: none;
  font-family: 'Orbitron'; }

@media only screen and (min-width: 414px) {
  #extraBranding {
    display: inline; } }

nav, #menuBar {
  transition: 0.4s; }

#navRegister {
  padding: 8px 32px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 20px;
  color: #ccc;
  font-size: 18px;
  background-color: #181818;
  margin-right: 18px; }

nav a {
  text-decoration: none;
  line-height: 60px;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 2px; }

a {
  color: #ccc; }

#menuToggle {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  color: #314ddc;
  font-size: 18px; }

#navList {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  transition: 0.4s;
  width: 100%;
  background-color: #181818;
  box-shadow: 0 0 16px transparent;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  #navList li {
    flex: 0 0 auto;
    padding: 8px 16px;
    text-align: center; }

nav:hover, nav.active {
  overflow: visible;
  box-shadow: 0 0 16px #000; }
  nav:hover #menuBar, nav.active #menuBar {
    background-color: #181818;
    border-bottom: 1px solid #333333; }
    nav:hover #menuBar h2, nav.active #menuBar h2 {
      opacity: 1; }
  nav:hover #navList, nav.active #navList {
    box-shadow: 0 0 16px #000; }

nav.active #navList {
  visibility: visible;
  opacity: 1; }

#posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 2rem;
  padding: 2rem; }

.postPreview {
  background-color: #222;
  box-shadow: 0 0 16px #000; }
  .postPreview > div {
    padding: 16px 8px; }
  .postPreview img {
    width: 100%; }
  .postPreview h2, .postPreview h3 {
    text-align: center;
    font-family: 'Orbitron';
    margin-bottom: 8px;
    letter-spacing: 1px; }
  .postPreview a {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 24px;
    text-decoration: none; }

#blogHeader {
  margin-top: 60px; }
  #blogHeader img {
    display: block;
    margin: auto;
    padding: 16px;
    border-radius: 100%; }
  #blogHeader h1 {
    text-align: center;
    font-family: 'Audiowide'; }
  #blogHeader h2 {
    text-align: center;
    font-family: 'Orbitron';
    letter-spacing: 1px; }

#postBody {
  padding: 18px; }
  #postBody h2, #postBody h3, #postBody h4 {
    font-family: 'Orbitron';
    letter-spacing: 1px; }
  #postBody h3 {
    margin-bottom: 18px;
    font-size: 24px; }
  #postBody h4 {
    border-bottom: 1px solid #314ddc;
    width: 400px;
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 18px; }
  #postBody ul {
    list-style-type: none; }
  #postBody li {
    margin: 16px 0;
    text-align: center; }
  #postBody p, #postBody li {
    font-size: 20px;
    line-height: 24px; }
  #postBody p {
    margin-bottom: 32px;
    text-align: justify; }
  #postBody article {
    position: relative;
    padding: 16px;
    border: 1px solid #3b5bdb;
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-top: 56px;
    max-width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.8); }
  #postBody .get {
    display: block;
    color: #ccc;
    width: 400px;
    max-width: 100%;
    margin: auto;
    margin-top: 18px;
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid #314ddc;
    height: 40px;
    font-size: 18px; }

.number {
  position: absolute;
  top: -48px;
  left: 0;
  font-size: 40px;
  color: #314ddc;
  font-family: 'Orbitron'; }

.banner {
  width: 100%;
  flex-shrink: 0;
  padding: 60px 16px;
  text-align: center;
  font-size: 32px;
  background-color: #3b5bdb;
  color: #f0f0f0;
  font-family: 'Audiowide', sans-serif;
  margin: 18px 0;
  letter-spacing: 2px; }

#mc_embed_signup {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }
  #mc_embed_signup p {
    margin-bottom: 18px;
    text-align: center; }
  #mc_embed_signup hr {
    display: block;
    border: none;
    border-top: 20px solid #314ddc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 8px auto;
    width: 60%;
    background-color: transparent;
    height: 0; }

#signupHeader {
  text-align: right; }

#closeSignup:hover {
  cursor: pointer; }

#mc-embedded-subscribe-form {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 32px;
  border-radius: 16px;
  background-color: #1f1f1f;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100% - 16px);
  max-height: 100%;
  overflow: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  border: 1px solid #314ddc; }

#mc-embedded-subscribe-form label {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center; }

#mce-EMAIL {
  width: 100%;
  display: block;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #1f1f1f;
  font-size: 20px;
  margin-bottom: 16px;
  background-color: #ccc; }

#mc-embedded-subscribe {
  width: 100%;
  display: block;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0 8px 0 8px;
  font-family: 'Orbitron';
  letter-spacing: 2px;
  font-size: 20px;
  background-color: transparent;
  color: #ccc; }

.hide {
  visibility: hidden; }

footer {
  margin-top: 80px;
  padding: 32px 16px;
  background-color: #ccc;
  color: #1f1f1f;
  box-shadow: 0 0 16px #000; }
  footer h2, footer .blink {
    text-align: center;
    font-family: 'Audiowide';
    font-size: 28px;
    margin-bottom: 18px; }
  footer hr {
    display: block;
    margin: auto;
    margin-bottom: 18px;
    background-color: #1816d9;
    width: 30%;
    height: 20px;
    border: none; }
  footer #socialLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    footer #socialLinks a {
      font-family: 'Audiowide';
      color: #1f1f1f;
      font-size: 20px;
      text-decoration: none; }
  footer #copy {
    text-align: center;
    margin-top: 32px;
    letter-spacing: 2px;
    font-family: 'Orbitron', sans-serif; }

@media only screen and (min-width: 600px) {
  footer {
    padding: 156px 40px; }
  footer h2, .blink {
    font-size: 60px;
    margin-bottom: 60px; }
  footer hr {
    margin-bottom: 60px; } }

/*--------------------------------------------------------------

Start theming

--------------------------------------------------------------*/
#defTop5 #menuToggle, #defTop5 .number {
  color: #962828; }

#defTop5 .banner, #defTop5 hr {
  background-color: #962828;
  color: #f7baba; }

#defTop5 #mc-embedded-subscribe-form, #defTop5 .get, #defTop5 h4, #defTop5 article {
  border-color: #962828; }

#defTop5 #postBody p, #defTop5 #postBody li {
  color: #baa9a9; }
