.bkg-misc-01 {
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.color-oxford-blue {
  color: #001F54;
}

.border-oxford-blue {
  border-color: #001F54;
}

.color-msu-green {
  color: #0E363D;
}

.border-msu-green {
  border-color: #0E363D;
}

.nav-button-overwrite a {
  color: #001F54;
}

.page {
  display: grid;
  grid-template-columns: 12.8vw auto;
}

.sidebar {
  position: fixed;
  width: 12.8vw;
  background: #001F54;
  height: 100vh;
  display: grid;
  /* justify-content: center; */
  padding-left: 1%;
  align-content: space-between;
  margin: 0;
}

.main {
  grid-column-start: 2;
}

.menu__title {
  margin-top: 20px;
}

.menu__nav__ {
  /* margin-top: 60px; */
}

.menu__nav__item {
  text-decoration: none;
  font-weight: 400;
  color: white;
  font-size: 1.2em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 3em;
}

.header {
  /* background: pink; */
  /* margin: 10px; */
  margin-top: 40px;
  margin-left: 10px;
  /* margin-bottom: 40px; */
}

a:hover {
  cursor: pointer;
  color: #BEA662;
}

.button:hover {
  background-color: #0E363D;
}

.signup__link {
  /* bottom: 0; */
}

#nav__button:hover {
  color: white;
}

#nav__button {
  color: #001F54;
}

#publish-button {
  /* background-color: #175676; */
  background-color: #348AC7;
}

#cancel-button {
  /* background-color: #BA324F; */
  background-color: #912F56;
}

#publish-button:hover {
  /* border-color: white; */
}

#cancel-button:hover {
  /* border-color: white; */
}

textarea {
  border-style: none;
  resize: none;
  /* max-width: 710px; */
  font-family: 'Roboto Mono', monospace;
  border-style: none;
  outline: none;
  background: none;
  /* rgb(250,250,250); */
  overflow: hidden;
  min-height: 100%;
}

.text-line {
  background-color: transparent;
  /* color: #eeeeee; */
  outline: none;
  outline-style: none;
  outline-offset: 0;
  border: none;
  width: 250px;
  overflow: none;
  padding: 0;
}

#textinput__name {
  font-size: 1.1em;
  font-weight: 400;
}

textarea:focus {
  border-style: none;
  outline: none;
  background: none;
  /* background: rgb(250,250,250); */
  color: #1F2041;
}
