/*
 * machinelearnermusic.com custom styles
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

body {
  font-family: "Roboto Mono", monospace;
  font-weight: 200;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  background-color: black;
  color: #f0efec;
}

a {
  text-decoration: none;
  font-weight: 400;
  color: antiquewhite;
}

.link_page_row {
  padding-top: 10px;
  padding-bottom: 5px;
  align-items: center;
}

.link_page_row img {
  width: 64px;
  height: 64px;
  border-radius: 10%;
}

.listen_now {
  padding-right: 8px;
}

.release_title {
  padding-top: 5px;
  padding-bottom: 5px;
}

.release_date {
  font-size: x-small;
  padding-top: 5px;
  padding-bottom: 10px;
}

.release_with {
  font-size: x-small;
}

.release_links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  height: 64px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.release_thumb {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
  text-align: center;
}

.release_youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.release_youtube iframe,
.release_youtube object,
.release_youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.link_bar {
  text-align: center;
  justify-content: center;
  padding: 15px;
}

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: bold;
  font-size: small;
  font-style: normal;
}

/*  <weight>: Use a value from 100 to 700 */
.roboto-mono-regular {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.sib-form,
.entry__choice {
  font-family: "Roboto Mono", monospace;
  font-weight: 200;
  font-size: 12px;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: black;
  color: #f0efec;
  padding: 0px;
  text-align: center;
}

.entry__specification {
  text-align: center;
}

.sib-form-block {
  padding: 3px;
  text-align: center;
}

#sib-container {
  background-color: #000000;
  padding: 0px;
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  color: #cccccc;
}

#sib-container input::placeholder {
  text-align: left;
  color: #cccccc;
}

#sib-container textarea::placeholder {
  text-align: left;
  color: #cccccc;
}

#sib-container a {
  text-decoration: underline;
  color: #2BB2FC;
}

.sib-form .input{
  color: #000000;
  font-weight: 600;
}

navtext a {
  font-family: "Michroma", sans-serif;
  font-weight: bold;
  font-size: small;
  font-style: normal;
  color: antiquewhite;
}

.container {
  justify-items: center;
}

h2 {
  padding-top: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      justify-self: center;
  }
}

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