/*#container {
    color: rgba(245, 245, 245, 0.988);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: center/cover url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
    background-repeat: no-repeat;
    margin: 0 auto;
}*/

/* h1 {
    font-size: 3em;
} */

/* menu {
    font-size: 120%;
} */

/* table,
th,
td {
    border: 10px solid rgb(156, 50, 50);
}*/

/* tfoot {
    font-weight: bold;
} */

/* div {
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
} */

/* textarea {
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
} */

/* ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
} */

/*Links in main menu and main page:*/
/* li a {
    display: block;
    float: left;
    text-align: center;
    font-size: 1.0em;
    width: 140px;
    text-decoration: none;
    color: rgb(249, 249, 249);
    background-color: #000000;
    padding: 10px 15px;
    margin: 0px 1px 1px 0px;
    border: 1px solid rgb(248, 248, 252);
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 3px gray;
    -moz-box-shadow: 0px 2px 3px gray;
    -webkit-box-shadow: 0px 2px 3px gray;
} */

/* li a:hover {
    color: #000000;
    background: hwb(180 97% 0%);
} */

/*Buttons:*/
button,
.button {
    display: block;
    float: left;
    text-align: center;
    font-size: 1.0em;
    width: 120px;
    text-decoration: none;
    color: rgb(249, 249, 249);
    background-color: #000000;
    padding: 5px 10px;
    margin: 0px 1px 1px 0px;
    border: 1px solid rgb(248, 248, 252);
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 3px gray;
    -moz-box-shadow: 0px 2px 3px gray;
    -webkit-box-shadow: 0px 2px 3px gray;
}

button:hover,
.button:hover {
    color: #000000;
    background: hwb(180 97% 0%);
}

/* Bootstrap: */
body {
    background-color: #ccc;
}

.navbar {
    min-height: 200px;
    background: center/cover url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
    background-repeat: no-repeat;
    font-size: 30px;
    color: rgba(255, 253, 253, 0.988);

}

.navbar-brand {
    font-size: 40px;
}

.pagedescription {
    font-size: 1rem;
    text-align: justify;
    padding: 30px;
}

.error {
    color: red;
}

@media (max-width: 575px) {
    .container {
        margin: 40px 20px;
        text-align: left;
        font-size: 13px;
    }
}