@font-face {
  font-family: Junction;
  src: url(fonts/junction-regular.ttf);
}
@font-face {
  font-family: Junction;
  src: url(fonts/junction-bold.ttf) font-weight bold;
}
body {
  background-color: black;
  max-width: inherit;
  margin: 0;
}

header {
  color: #F5BA47;
}
@media only screen and (max-width: 980px) {
  header {
    font: 150% Junction, sans-serif;
  }
  header .site-title {
    padding: 0 0;
  }
}
@media only screen and (min-width: 981px) {
  header {
    font: 150% Junction, sans-serif;
  }
  header .site-title {
    padding: 20px 0;
  }
  header .page-title {
    padding-top: 10px;
  }
}

.highlight {
  color: #F5BA47;
}

.tooltip {
  position: relative;
  display: inline;
  z-index: 0;
}

.tooltip .tooltip-text {
  width: 200px;
  text-overflow: ellipsis;
  background-color: #75103C;
  padding: 5px 5px;
  border: 1px solid white;
  border-radius: 6px;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

p {
  color: white;
  font: inherit;
}

a {
  font: inherit;
}

h6 {
  color: white;
  font: 100% Junction, sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}

h5 {
  color: white;
  font: 120% Junction, sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}

h4 {
  color: white;
  font: 150% Junction, sans-serif;
  font-weight: bold;
}

h3 {
  color: #F5BA47;
  font: 220% Junction, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 980px) {
  h2 {
    font: 300% Junction, sans-serif;
    font-weight: bold;
  }
}
@media only screen and (min-width: 981px) {
  h2 {
    margin: 100px 0 20px 0;
  }
}

footer {
  margin-top: 300px;
}
@media only screen and (max-width: 980px) {
  footer > p {
    font: 150% Junction, sans-serif;
  }
}
@media only screen and (min-width: 981px) {
  footer > p {
    font: 75% Junction, sans-serif;
  }
}

a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a:hover, div.pretend-link {
  color: #FFC4D8;
  text-decoration: none;
  font-weight: bold;
}

a.link-gold:link {
  color: #F5BA47;
  text-decoration: none;
  font-weight: bold;
}

a.link-gold:visited {
  color: #F5BA47;
  text-decoration: none;
  font-weight: bold;
}

a.link-gold:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.site-container {
  margin: auto;
  text-align: center;
}
.site-container .body-container {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .site-container .body-container {
    font: 200% Junction, sans-serif;
  }
  .site-container .body-container .about-box > p {
    font: 110% Junction, sans-serif;
    text-align: left;
  }
  .site-container .body-container > div {
    margin: 0 5%;
    padding: 10px;
  }
  .site-container .body-container > div > div.col-smaller > p {
    text-align: left;
  }
  .site-container .body-container > ul {
    list-style-type: none;
    flex: 100%;
    font: 100% Junction, sans-serif;
    padding: 20px 0px 40px 0px;
    flex-flow: column;
  }
  .site-container .body-container > ul > li.link-divider {
    display: none;
  }
  .site-container .body-container > ul > li {
    margin: 2em 0.5em;
  }
  .site-container .body-container > ul > li > a {
    background-color: black;
    height: 1em;
    padding: 20px;
    border: 2px solid #FFC4D8;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 981px) {
  .site-container .body-container {
    font: 100% Junction, sans-serif;
  }
  .site-container .body-container .about-box > p {
    text-align: left;
  }
  .site-container .body-container > div.col-container {
    margin: 0 10%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 50%;
  }
  .site-container .body-container > div.col-container > div.col-smaller {
    width: 40%;
    margin: 30px;
  }
  .site-container .body-container > div.col-container > div.col-smaller > p {
    text-align: left;
  }
  .site-container .body-container > div.col-container > div {
    margin-top: 5%;
  }
  .site-container .body-container > div {
    margin: 0 20%;
    padding: 10px;
  }
  .site-container .body-container > ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    flex: 50%;
  }
  .site-container .body-container > ul > li {
    display: inline;
    padding: 0px 10px;
  }
  .site-container .body-container > ul > li .link-divider {
    padding: 0px 10px;
  }
}

ul.navbar {
  text-align: center;
  list-style-type: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-bottom: 1px solid #FFC4D8;
  margin-top: 0;
  z-index: 100;
}
@media only screen and (max-width: 980px) {
  ul.navbar {
    flex: 100%;
    font: 200% Junction, sans-serif;
    padding: 20px 0px 40px 0px;
    flex-flow: row wrap;
  }
  ul.navbar > li {
    display: inline;
    margin: 0.5em 0.5em;
  }
  ul.navbar > li > a {
    background-color: black;
    height: 1em;
    padding: 20px;
    border: 2px solid #FFC4D8;
    border-radius: 6px;
  }
  ul.navbar > li > div.pretend-link {
    background-color: black;
    height: 1em;
    padding: 20px;
    border: 2px solid #F5BA47;
    border-radius: 6px;
  }
  ul.navbar > li.link-divider {
    flex-basis: 100%;
    height: 0;
  }
}
@media only screen and (min-width: 981px) {
  ul.navbar {
    flex: 50%;
    font: 100% Junction, sans-serif;
    padding: 10px;
    flex-flow: row wrap;
    position: fixed;
    top: 0;
    width: 100%;
  }
  ul.navbar > li {
    display: inline;
    padding: 0px 10px;
  }
  ul.navbar > li .link-divider {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 980px) {
  img#vivimouse-logo {
    display: none;
  }
}
@media only screen and (min-width: 981px) {
  img#vivimouse-logo {
    width: 400px;
    height: 400px;
  }
}

img.scoring-img-desk {
  border: 0;
  max-width: 500px;
}

img.scoring-img-mobile {
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  div.bootleg-vline {
    display: none;
  }
}
@media only screen and (min-width: 981px) {
  div.bootleg-vline {
    width: 0;
    height: 2em;
    border-style: solid;
    border-color: white;
    border-width: 1px;
  }
}

@media only screen and (max-width: 980px) {
  .ifr-desk {
    display: none;
  }
  .ifr-mobile {
    display: inherit;
  }
}
@media only screen and (min-width: 981px) {
  .ifr-desk {
    display: inherit;
  }
  .ifr-mobile {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .blog-entry-desk {
    display: none;
  }
  .blog-entry-mobile {
    display: inherit;
  }
}
@media only screen and (min-width: 981px) {
  .blog-entry-desk {
    display: inherit;
  }
  .blog-entry-mobile {
    display: none;
  }
}
ul.tab {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-bottom: 1px solid #FFC4D8;
}
@media only screen and (max-width: 980px) {
  ul.tab {
    flex: 100%;
    font: 200% Junction, sans-serif;
    padding: 20px 0px 40px 0px;
    flex-flow: row wrap;
  }
  ul.tab > li {
    display: inline;
    margin: 0.5em 0.5em;
  }
  ul.tab > li > a {
    background-color: black;
    height: 1em;
    padding: 20px;
    border: 2px solid #FFC4D8;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 981px) {
  ul.tab {
    flex: 50%;
    font: 100% Junction, sans-serif;
    padding: 10px 0px 10px 0px;
    flex-flow: row wrap;
    top: 0;
    width: 100%;
  }
  ul.tab > li {
    display: inline;
    padding: 0px 10px;
  }
}

.tabcontent {
  display: none;
}

#blog-container {
  text-align: justify;
}

.blog-header > h4 {
  margin: 0.5em 0px 0.5em 0px;
  color: #F5BA47;
}
.blog-header > p {
  color: #FFC4D8;
}

.blog-entry-desk {
  margin-bottom: 1em;
}

.blog-entry-mobie {
  margin-bottom: 0.5em;
}

.col-container > hr {
  margin-bottom: 1.5em;
  color: #FFC4D8;
}

.blog-list {
  color: white;
  font: inherit;
  list-style-type: disc;
  text-align: left;
}

.blog-links-list {
  color: #aaaaaa;
  font: inherit;
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}

.blog-link-date {
  text-align: right;
  display: inline-block;
  width: 145.1px;
}

.blog-bandcamp-embed {
  height: 120px;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
.blog-bandcamp-embed > iframe {
  align-self: center;
  max-width: 50%;
  flex: 0%;
}

/*# sourceMappingURL=vivimouse.css.map */
