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

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

.source-code-pro-<uniquifier> {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.fragment-mono-regular {
  font-family: "Fragment Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.fragment-mono-regular-italic {
  font-family: "Fragment Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

h1 {
  text-shadow: 0 0 3px white;
   font-size: 2.5em;
  font-family: Fragment Mono;
  text-align: center;
}

h2 {
  text-align: center;
  font-family: Fragment Mono;
  font-style: italic;
  font-size: 1.875em;
  
}

body {
  background-image: url("https://gayfelony.neocities.org/bg.jpg");
  font-size: 2vw;
  text-align: left;
  color: black;
  font-family: Source Code Pro;
}

head {
  background-image: url("https://gayfelony.neocities.org/bg.jpg");
  font-family: Fragment Mono;
  text-align: center;
}

a {
  color: #0fb6c8;
}

/* Container holding the image and the text */
.container {
  position: relative;
      --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto; 
}


.text-block {
  box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  border-radius: 25px;
  background: rgba(76, 175, 80, 0.4);
 /* opacity: 0.6; */
  /* position: absolute;
  bottom: 20px;
  right: 20px; 
  background-color: white;

/*  color: white; */
  padding-left: 10px;
 /* padding-right: 20px;*/
}

.transparent-iframe {
            background: transparent;
            border: none;
        }
.flex-socials {
  display: grid; 
  grid: 1fr 1fr / 1fr 1fr;
    place-content: center / space-between;
    gap: 1em 1em;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));

}

.flex-events {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.socials-container{
  background-color: #ffb6c1;
  border-style: inset;
  padding: 1em;
}

.socials-container-container{
  background-color: #ffb6c1;
  border-style: inset;
  padding: .5em;
    width: auto%;
    height: 100%;
    text-align: justify;
    justify-content: center;
}

.center-me {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.header{
justify-content: center;
}

.name-plate{
  justify-content: center;
}

.header-links{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
align-items: center;
  background-color: #ffb6c1;
  border-style: inset;
  margin-top: .5em;
  margin-bottom: .5em;
}

/* left column */
.col-lg-8 {
        flex: 0 0 auto;
        width: auto;
        padding-right: .5em;
        padding-left: 1.5em;
        margin-left: 3em;
        margin-right: 1em;
}

/* right column */
.col-lg-4 {
  align-items: ;
        flex: 0 0 auto;
        width: auto;
        padding-right: 1.5em;
        padding-left: .5em;
         margin-right: 3em;
          margin-left: 1em;
    }

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.justify-content-center {
    justify-content: center !important;
}
