* {
  box-sizing: border-box;
}

body {
  
  padding: 20px;
  background-image: url("outside_venue.png");
  background-attachment: fixed;
  color: white;
}

h1 {
  letter-spacing: 1px;
  word-spacing: 20px;
}
  

h3 {
  text-align: center;
  }

.logo {
  width: 400px;
  }

/* Header/Blog Title */
.header {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 40px;
  text-align: center;
}

/* Create two unequal columns that floats next to each other */
/* Left column */


.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}




/* Fake image */
.fakeimg {
  width: 100%;
  padding: 5px;
}

.links h1 {
  text-align: center;
  font-family: "Eater", serif;
  font-weight: 800;
  font-style: normal;
}

.update {
  background-color: black;
  padding: 5px;
}


.update p, h4 {
  font-size: 10px;
}

/* Add a card effect for articles */
.card {
  background-color: #4232a8;
  background-size: cover;
  border: 5px solid red;
  border-radius: 5%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 40px;
  margin-top: 20px;
  overflow: auto;
}

.card p {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
  
.card h4 {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}

.card h2 {
  font-family: "Rubik Iso", system-ui;
  font-weight: 400;
  font-style: normal;
}

.quicknav {
  background-color: red;
  height: 100px;
  overflow-y: scroll;
  color: black;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  background-color: black;
  margin-top: 20px;
}

.fa {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: red;
  
}

a {
  color: red;
}

a:hover {
  color: white;
}



.rubik-glitch-regular {
  font-family: "Rubik Glitch", system-ui;
  font-weight: 400;
  font-style: normal;
}

.eater-regular {
  font-family: "Eater", serif;
  font-weight: 400;
  font-style: normal;
}

.gaegu-regular {
  font-family: "Gaegu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rubik-iso-regular {
  font-family: "Rubik Iso", system-ui;
  font-weight: 400;
  font-style: normal;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.quantico-regular {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quantico-bold {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.quantico-regular-italic {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.quantico-bold-italic {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}
