body {
    background-color: #FFF;
    color: #000;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5rem;
    margin: 0;
}

.header_left {
    background-color: transparent;
    color: #FFF;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.6rem;
    margin-top: 1.5rem;
}

.header_right {
    background-color: transparent;
    color: #FFF;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    text-align: right;
    line-height: 2rem;
    margin: 0;
}

/* unvisited link */
a.header_right:link {
    font-weight: 300;
    color: #FFF;
    text-decoration-color: #FFF;
    text-decoration: underline;
}

/* visited link */
a.header_right:visited {
    font-weight: 300;
    color: #FFF;
    text-decoration-color: #FFF;
    text-decoration: underline;
}

/* mouse over link */
a.header_right:hover {
    font-weight: 400;
    color: rgb(196, 196, 196);
    text-decoration-color: rgb(196, 196, 196);
    text-decoration: underline;
}

/* selected link */
a.header_right:active {
    color: rgb(196, 196, 196);
    text-decoration-color: rgb(196, 196, 196);
    text-decoration: underline;
}


h1 {
    background-color: #FFF;
    color: #444;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 1.1rem;
    margin: 0;
}

.intro {
    background-color: transparent;
    color: #444;
    font-family: roboto, sans-serif;
    font-style: thin;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
    padding-top: 5rem;
}


.coordinates {
    background-color: transparent;
    color: rgb(128, 128, 128);
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: .7rem;
}

.jumbotron {
    background-color: transparent;
}


element.style {
}

.index-button {
    margin: 20px 0;
}
a.index-button-o:hover {
    border-color: #000;
    color: #FFF;
    border-width: .2rem;
    border-style: solid;
    font-weight: 400;
    text-decoration: none;
    background-color: #000;
}
.index-button {
    background-color: transparent;
    border-color: #444;
    color: #444;
    border-width: .2rem;
    border-style: solid;
    display: inline-block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem .5rem;
    width: auto;
    font-weight: 400;
    font-family: roboto, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.index-header {

    background-color: #444;
    color: #FFF;
    padding: 1.5rem;
    margin: 0rem;

}

/* (A) VIDEO */
#myVid {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    object-fit: cover;
    z-index: -1;
  }

  