@charset "utf-8";

body {
    font-family: 'Roboto', sans-serif;
    background-color: #eeece9;
    padding-top: 60px;
    -webkit-text-size-adjust: 100%;
}

.bg-img {
    background-image: url("../images/sky.jpg");
    background-size: cover;
    background-position: center 60%;
}

h1 {
    padding: 20px;
    border-top: 5px solid #2097B6;
    border-bottom: 1px dashed #999;
    text-align: center;
}

h2 {
    padding-left: 10px;
    border-bottom: 8px solid #2097B6;
    padding-top: 70px;
    margin-top: -60px;
}

h3 {
    padding: 10px;
    margin: 20px 10px 10px;
    border-top: 1px dotted #2097B6;
    border-left: 3px solid #2097B6;
    color: #2097B6;
}

label {
    display: block;
    margin-bottom: .5em;
}

input {
    text-align: center;
}

.lead {
    font-weight: 400;
}

.annotation {
    padding-left: 1em;
    color: #888;
    font-style: italic;
    font-weight: 300;
}

.annotation:hover {
    color: #000;
}

.warning {
    padding: 0 2em;
    margin: 2em;
    text-align: center;
    font-weight: 300;
    color: #888;
}

.warning:hover {
    color: #000;
}

/*footer{*/
/*    background-color: #999;*/
/*}*/

.box {
    border-radius: 5px;
    padding: 0.5em;
    margin: 0.5em;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.6);
}

span {
    display: inline-block;
 }

.form-group {
    margin-top: -150px;
    padding-top: 150px;
 }

 a.no-color-change {
     color: black
 }

a {
    color: blue;
}

 .jumbotron{
     color: #ffffff;
 }

.box {
    border-radius: 5px;
    padding: 1em;
    margin: 1em;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.6);
}

.hidden_box {
    border-radius: 5px;
    padding: 1em;
    margin: 1em;
}

.form-label{
    font-size: 90%;
}

.nav-tabs .nav-link.active{
    color: white;
    background-color: #007bff;
}

html {
    scroll-padding-top: 60px;
}