body {
  margin-left: 20px; margin-right: 20px; margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #DB1DBB;
  justify-content: center;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

body {cursor: url(Cursor/hulk-cursor.cur), auto;
 }
 .tooltip { /* For making Magic card (and other) tooltips */
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted rgb(83, 83, 83);
        }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            color: white;
            text-align: center;
            border-radius: 6px;
            padding: 5px;
            position: absolute;
            z-index: 1;
            opacity: 0;
            transition: opacity 0.3s;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }

        .tooltip.top .tooltiptext {
            bottom: 100%;
            top: auto;
        }

.blogpost { /* Mind Echoes blogpost formatting */
  background-color: #15101a;
  width: 1200px;
  border: 5px solid #04AA6D;
  padding: 30px;
  margin: auto;
  max-width: 80%;
  justify-content: center;
}

.mindechoes-logo { /* Center aligns logo*/
text-align: center;
}

.blogtitle { /* Center aligns title*/
text-align: center;
}

.blogsubtitle { /* Center aligns subtitle */
text-align: center;
color: #a19ea5;
}

.blogheader-img { /* Center aligns main image */
  display: block;
  margin: auto;
  text-align: center;
  max-width: 80%;
}

figcaption { /* Attributions for licensed pictures */
  color:gray
}

a.blog:link { /* Unclicked link color */
  color: #04AA6D;
  background-color: transparent;
  text-decoration: none;
}

a.blog:visited { /* Clicked link color */
  color: purple;
  background-color: transparent;
  text-decoration: none;
}

.mindechoes-logo {  /* Mind Echoes logo */
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
}

.mtgpost { /* Magic post formatting */
  background-color: #15101a;
  width: 1200px;
  border: 5px solid red;
  padding: 30px;
  margin: auto;
  max-width: 80%;
  justify-content: center;
}

.mtg-cover-img { /* Center aligns main image */
  display: block;
  margin: auto;
  text-align: center;
  max-width: 80%;
}
     
.collapsible { /* Collapsible menu code, consult https://www.w3schools.com/howto/howto_js_collapsible.asp if broken */
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.collapsible-resources { /* Collapsible menu for Resources page */
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible-resources:hover {
  background-color: #555;
}

.collapsible-resources:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content-resources {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content-resources {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}