html {
    font-family: Arial;
    font-weight: bold;
    background-color: #0a4a86;
    background-image: url('images/4xed-blur.jpg');
    background-size: cover;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.mick-overlay-container {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mick-overlay-image {
  display: block;
  width: 40%;
  height: auto;
}

.palms-overlay-container {
    text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.palms-overlay-image {
  display: inline-block;
  width: 55%;
  height: auto;
}

.navigation-bar {
    padding-left: 10px;
    margin: 5px;
    color: #a4fff1;
    /*color: #ef77ff;*/
    /*background-color: #a4fff1;*/
    background-color: rgba(151, 151, 151, 0.7);
    border: 5px;
    border-radius: 4px;
}

.notice-bar {
    padding-left: 10px;
    margin: 5px;
    color: #a4fff1;
    /*color: #ef77ff;*/
    /*background-color: #a4fff1;*/
    background-color: rgba(255, 168, 168, 0.5);
    border: 5px;
    border-radius: 4px;
}

.video-container {
    text-align: center;

    margin: auto;

    border-top: 5px;
    border-bottom: 5px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: #a4fff1;

    max-width: 75%;
    min-height: 75vh;

}

.video-content {

    padding: 10px;

    border: 0px;

    text-align: center;
    margin: auto;
    min-height: 75vh;
    min-width: 90%;
}
