body {
  background-color: #333333;
  background-size: 100%;
  font-family: mono, sans-serif;
}

header {
  background-color: #333333;
  /* background-image: url("photos/circleESmall.png"); */
  background-size:9%;
  background-position: 15%;
  background-repeat: no-repeat;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  text-align: center;
  font-size: 3vw;
  font-family: biolinum, sans-serif;
  color: #fee8d0;
}

nav {
  z-index: +1;
  box-sizing: border-box;
  float: right;
  width: 100%;
  background: transparent;
  padding: 30px;
}

article {
  box-sizing: border-box;
  width: 100%;
  background-color: #333333;
  color: #fee8d0;
  font-size: 120%;
}

.content {
  width:50%;
  text-align: center;
  padding-left: 25%;
  padding-bottom: 25%;
  z-index: -1;
  color: #fee8d0;
}

.attribution {
  font-size: 75%;
}

.link {
  z-index: 0;
}

.elfsight-app-3e70ea25-2239-4ca5-91bc-6041bedeac24 {
  position: relative;
  z-index: 0;
}

/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
footer {
  background-color: transparent;
  background-image: linear-gradient(transparent, #333333);
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fee8d0;
  padding-bottom: 30px;
  z-index: +1;
}

.footerNav {
  padding: 0px 30px;
}

h1 {
    font-weight: bolder;
    text-align: center;
}

h2 {
  text-align: center;
  font-size: 2vw;
}

.floatPlan {
  width:80%;
  text-align: center;
}

a {
  color: red;
  text-decoration: underline;
}

a:hover {
  color: #ccc;
}

div.socials {
  position: fixed;
  top: 8vh;
  right: 11vw;
  width: 11%;
}

div.circle-e {
  position: fixed;
  top: 8vh;
  left: 14vw;
  width: 11%;
}

.button {
  background-color: #b32b11;
  border: 1px solid black;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition-duration: 0.5s;
  color: #333333;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 2.5vw;
  margin: 1% .5%;
}

.button:hover {
  background-color: #ff0000;
  border: 1px solid black;
  border-radius: 12px;
  color: #fee8d0;
  box-shadow: 0 8px 16px 0 #fee8d0, 0 6px 20px 0 #fee8d0;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 2.5vw;
  margin: 1% .5%;
}

/* Responsive layout */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}

@font-face {
  font-family: biolinum;
  src: url(fonts/linuxBiolinum/LinBiolinum_R.otf);
}

@font-face {
  font-family: biolinumBold;
  src: url(fonts/linuxBiolinum/LinBiolinum_RB.otf);
}

@font-face {
  font-family: biolinumItalic;
  src: url(fonts/linuxBiolinum/LinBiolinum_RI.otf);
}

@font-face {
    font-family: mono;
    src: url(fonts/UbuntuMono/UbuntuMono-R.ttf);
}

@font-face {
    font-family: monoBold;
    src: url(fonts/UbuntuMono/UbuntuMono-B.ttf);
}

@font-face {
    font-family: monoBoldItalic;
    src: url(fonts/UbuntuMono/UbuntuMono-BI.ttf);
}

@font-face {
    font-family: monoItalic;
    src: url(fonts/UbuntuMono/UbuntuMono-RI.ttf);
}

@font-face {
    font-family: stylish;
    src: url(fonts/stylish/Stylish-Regular.ttf);
}

@font-face {
    font-family: tenderness;
    src: url(fonts/tenderness/Tenderness.otf);
}
