:root {
    --nav-color: hwb(234 9% 43%);
    --background-color: hwb(242 5% 65%);
    --link-color: #ffffff;
    --text-color: #ffffff;
}

html,body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
    font-family: 'Droid Sans';
}

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

.mh-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.mh-contents {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mh-right-text {
    text-align: right;
}

.mh-error-text {
    color: pink;
}

.vjs-fluid {
    padding: 0 !important;
}

.mh-body {
    display: flex;
    flex-direction: column;
    background-color: var(--background-color);
    color: var(--text-color);
}

.mh-header {
    display: flex;
    flex-direction: row;
    margin: 10px;
}

.mh-center-text {
    text-align: center;
    align-self: center;
    justify-content: center;
}

.mh-top-margin {
    margin-top: 25px;
}

.mh-navbar {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    background-color: var(--nav-color);
}

.mh-nav-item {
    flex-grow: 1;
    text-align: center;
    max-width: 125px;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--link-color);
}

.mh-hero-link {
    display: block;
}

a:hover, a, a:after, a:active {
    color: white;
}

.mh-spacey {
    margin: 20px;
}

.mh-live-page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mh-video-view {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}

.mh-video-image {
    max-width: 100%;
    max-height: 100%;
}

.mh-video-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 200px;
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: .5;
}

.mh-video-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.mh-video-description {
    text-align: center;
    white-space: pre-wrap;
}

.mh-video-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
}

.mh-qr {
    max-height: 200px;
    max-width: 200px;
    min-width: 50px;
    min-height: 50px;
}

.mh-donate-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.mh-donate-item {
    display: flex;
    flex-direction: column;
}

.mh-full-width {
    width: 100%;
    display: block;
}

.mh-search-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.mh-video-search-input {
    width: 100%;
}

.mh-video-search-page-count {
    width: 4em;
    text-align: center;
}

.mh-no-pointers {
    pointer-events: none;
}

.mh-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.mh-flex-item {
    flex: 1 1 auto;
}

.mh-flex-grow-item {
    flex: 1 0 auto;
}

.mh-flex-shrink-item {
    flex: 0 1 auto;
}

.mh-half-width {
    max-width: 50%;
}
