/* CSS for online check-in system */
body {font-family: 'Montserrat', sans-serif; font-weight: 300;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family: 'Montserrat', sans-serif;}
h1, h2, .h1, .h2 {font-weight: 900;}
h3, .h3 {font-weight: 600;}
html {height: 100%;}
footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
    background-color: #e9e9e9;
}
#top-image {background-color: #111; margin-bottom: 1.5em;}
#top-image .container {padding: 0;}
#top-image .container img {width: 100%; height: auto;}
label {font-weight: 600; text-align: left;}

.text-extra-muted, a.text-extra-muted {opacity: 0.6;}
a.text-extra-muted:hover, a.text-extra-muted:visited, a.text-extra-muted:active {opacity: 0.8; text-decoration: underline;}

body .timer { font-weight: 600; font-size: 1.2em;}
.btn {min-width: 200px;}
