body {
    background-color: #161618;
    color: #eef;
    background-image: url('bg.jpg');
    background-position: center center;
    background-size: cover;
}

.body {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(8.6, 8.6, 9.4, .83);
    padding-top: 56px;
}

.no-break {
    white-space: nowrap;
}

.content {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
/*
nav.navbar {
    width: 100%;
    position: absolute;
    top: 0;
}
*/

@media (min-width: 600px) {
    .body {
        padding: 56px 10px 10px;
        background-color: rgba(8.6, 8.6, 9.4, .5);
    }
    .content {
        margin: 20px;
        max-width: 900px;
        background-color: rgba(8.6, 8.6, 9.4, .75);
    }
}

nav.bg-dark.navbar {
    background-color:rgba(16, 27, 46, .9) !important;
}

h1 {
    margin: 0 0 40px;
}

span.guild-name {
    white-space: nowrap;
    font-weight: bolder;
}

span.guild-name span {
    color: #4b7ed8;
}

p {
    margin: 10px 0;
}

p, h1, h2, h3 {
    text-align: center;
}

.content img {
    margin: 0 auto;
}

.btn.register {
    font-weight: bolder;
    min-width: 150px;
    min-height: 50px;
    margin: 20px 0;
    background-color: #335693;
    border-color: #335693;
}

#logo {
    max-width: 230px;
}


@media (min-width: 600px) {
    #logo {
        max-width: 300px;
    }
}

p.footer {
    width: 100%;
    text-align: right;
    font-size: .8rem;
}

.card {
    background-color: rgba(16, 27, 46, .5);
    /* color: #000; */
    width: 100%;
}

.card p {
    text-align: left;
    margin: 0 0 10px;
}
