html {
    height: 100%;
    font-size: 12px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.4em;
}

h1 {
    /*color: #053b50;*/
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

h3 {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

p { 
    margin-top: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.4em;
}

em {
    font-weight: bold;
    /*text-decoration: underline;*/
}

unm {
    opacity: 0.6;
}



.vertically-centered-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.vertically-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}



#mother {
    width: 100%;
    height: 100vh;
}

#form-container {
    width: 200px;
    padding: 1rem;
    float: left;
}

form p:first-child {
    margin-top: 0;
}

#vis-container {
    width: calc(100% - 200px - 2rem);
    float: left;
    height: 100%;
}

iframe {
    width: 100%;
    height: calc(100% - 4rem);
}

select {
    max-width: 80%;
}

#hotel-select option {
    display: none;
}

#hotel-select option.active {
    display: block;
}



