body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    color: White;
    background: linear-gradient(Black, #106cb7);
    background-image: url('/static/images/karman_line.jpg');
    background-size: cover;
    min-height: 100%;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff4b6;
    font-family:'IBM Plex Serif', serif;
}

#title {
    text-align: center;
    padding: 1em;
}

#header a:hover h1 {
    color: White;
    text-shadow: 0px 0px 10px #fff4b6,
    0px 0px 20px #ffed67,
    0px 0px 40px #ffed67;
}

#header {
    padding-bottom: 2em;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
    text-align: center;
}

#header a:hover {
    text-decoration: none;
}

img.star {
    width:2em;
    height:2em;
    margin-top: -1em;
}

a {
    color: #cfe8ff;
}

#cadet_camann img {
    width: 100%;
}

#cadet_camann {
    text-align: center;
}

.section, #cadet_camann div, .dark-bg{
    padding: 1em;
    background-color: rgba(29, 57, 94, 0.44);
    margin-bottom: 2em;
}

.note {
    font-size: smaller;
    background-color: rgba(29, 57, 94, 0.44);
    font-style: italic;
}

input, textarea {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    font-family: "Courier New", serif;
    font-weight: bold;
    /*-webkit-border-radius:1em;*/
    /*-moz-border-radius:1em;*/
    /*border-radius:1em;*/
}

td {
    padding: 10px;
}

.ui-state-error {
    color: #706b50;
    background-color: #fff4b6;
    bordeer-color: #bdb587;
    border-width: 1px;
    display: inline-block;
    border-radius: 1em;
}

br {
    padding-bottom: 1em;
}

