:root {
  --medical-blue: #4b9ecf;
  --command-gold: #caa354;
  --engineering-red: #b20000;
}

html {
  padding: 0;
  margin: 0;
  background-image: url("/media/Pink_starback.gif");
  background-repeat: repeat;
  cursor: url("/media/StarTrekgoldinsignia.png"), auto !important;
  font-family: "IBM Plex Serif", serif;
  font-size: 1.0em;
  font-style:normal;
  /*font-weight:100;*/
}

body {
  padding: 0;
  margin: 0;
  cursor: url("/media/StarTrekgoldinsignia.png"), auto, !important;
}

/* Source: https://web.archive.org/web/20020409070747/http://www.startrek.com/homecustomize.asp */
a {
  cursor: url("/media/enterprise.gif"), pointer;
}

button {
  cursor: url("/media/enterprise.gif"), pointer;
}

input {
  cursor: url("/media/enterprise.gif"), pointer;
}

.title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.scrolling {
  font-size: 1.9em;
  color: white;
  margin-bottom: 20px;
  width: 100%;
}

.content-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 3px;
}

.sidebar-left {
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.navigation {
  width: 100%;
  height: auto;
  background: var(--command-gold);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
}

.navigation a {
  text-decoration: none;
  color: black;
}

.navigation a:hover {
  color: #4b9ecf;
}

.nav-link a {
  text-decoration: underline;
  color: black;
}

.nav-link a:hover {
  color: var(--command-gold);
}

.main-home {
  width: 400px;
  height: auto;
  background: var(--medical-blue);
  border-radius: 10px;
  text-align: center;
}

.main {
  width: 800px;
  height: auto;
  background: var(--medical-blue);
  border-radius: 10px;
  text-align: center;
}

.disco-mccoy {
  width: 70%;
  height: auto;
  border: 3px double lavender;
}

.sidebar-right {
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  color: #fff;
}

.ima-doctor {
  width: 100%;
  height: auto;
  background: var(--engineering-red);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 1.0em;
  row-gap: 10px;
  border-radius: 10px;
  padding-bottom: 16px;
}

.mccoy-sidebar {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 3px double lavender;
}

.btn {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.warp-speed {
  width: 100%;
  height: auto;
  background: var(--engineering-red);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.warp-speed a {
  text-decoration: none;
  color: yellow;
  margin: 10px;
}

.poll {
  width: 100%;
  height: auto;
  background: var(--engineering-red);
  border-radius: 10px;;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.audio-player {
  width: 100%;
  height: auto;
  background: var(--command-gold);
  border-radius: 10px;
  text-align: center;
}

.footer {
  position: relative;
  color: white;
  font-size: 15px;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.logs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}

.log-entry {
  width: 85%;
  text-align: left;
  background: rgb(219, 219, 219);
  border: 1px solid black;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.shrine {
  width: 95vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.shrine img {
  height: 400px;
  width: auto;
}

.shrine-thumbnail {
  height: 200px;
  width: auto;
}

.shrine-txt {
  text-align: center;
  color: white;
}

.shrine-link {
  color: white;
}

.shrine-link:hover {
  color: var(--medical-blue);
}

.site-button {
  width: 100%;
  height: auto;
  background: var(--command-gold);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  /* row-gap: 2px;
  padding-top: 5px;
  padding-bottom: 5px; */
}

.webrings {
  width: 100%;
  height: auto;
  background: var(--engineering-red);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.other-buttons-container {
  width: 100%;
  height: auto;
  background: var(--command-gold);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
}

@media only screen and (max-width: 950px) {
  .title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 15px;
  }

  #site-title {
    width: 50%;
    height:auto;
  }

  #combadge {
    width: 15%;
    height: auto;
  }

  .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    column-gap: 3px;
  }

  .main {
    width: 100%;
    height: auto;
    background: var(--medical-blue);
    border-radius: 10px;
    text-align: center;
  }

  .footer {
    position: static;
    color: white;
    font-size: 15px;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 100px;
  }
}