body {
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../img/flarum.jpg');
    /*background-size: 1440px 800px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    display: compact;
}

.bodytext {
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    /*margin-bottom: 0;*/
    /*margin-left: 1rem;*/
}

/*.bodytext h1 {*/
    /*margin-top: 2rem;*/
    /*margin-left: -1rem;*/
    /*margin-bottom: 0.5em;*/
/*}*/

.jumbotron {
    border-radius: 2rem;
    /*border: 10px solid red;*/
}

.loader {
    /*border: 10px solid #f3f3f3; !* Light grey *!*/
    border-top: 10px solid #28a745; /* Green, same as button */
    border-radius: 50%;
    width: 78px;
    height: 78px;
    animation: spin 0.2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#register-loader, #register-progress {
    display: none;
}

.progress {
    height: 50px;

}

.progress-bar {
    transition-duration: 0.5s;
}

h2 > a:hover {
    /* get rid of underline in header */
    text-decoration: none;
    color: inherit;
}

.freeflarum {
    font-weight: bold;
    /*font-variant: ruby;*/
}

.freeflarum .ff1 {
    font-style: italic;
    color: #e7672e;
}

.freeflarum .ff2 {
    color: #007bff;
}

.freeflarum .ff3 {
    color: #007bff;
    font-size: 60%;
}

/*h3.freeflarum .ff-second {*/
/*color:*/
/*}*/
ul.extensions-overview {
    margin: 0;
    padding: 0;
}

.extensions-overview div {
    width: 5rem;
    height: 5rem;
    border: 1px solid white;
}

.extensions-overview li {
    float: left;
    /*position: relative;*/
    width: 8rem;
    height: 10rem;
    list-style: none;
}

.extensions-overview span {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 60px;
    line-height: 120px;
    text-align: center;
}

.extensions-overview label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*.extension-icon {*/
/*width: 120px;*/
/*height: 120px;*/
/*background: #e8ecf3;*/
/*color: #667c99;*/
/*border-radius: 6px;*/
/*display: inline-block;*/
/*font-size: 60px;*/
/*line-height: 120px;*/
/*text-align: center;*/
/*}*/
#register div.input-group {
    margin-top: 1em;
}

.settings fieldset {
    min-width: 0;
    padding: .35em .625em .75em !important;
    margin: 2em 2px;
    border: 2px solid silver !important;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 0.5em;
    /*margin-bottom: 3em;*/
}

.settings legend {
    width: inherit;
    padding: .1em .2em;
    /*border: 2px solid silver;*/
}
.settings pre {
    color: inherit;
}
.header {
    margin-bottom: 1em;
}

