html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.navbar{
    background-color:black;
}

    .navbar .navbar-nav .nav-link, .navbar .btn {
        color: #fff !important;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: green !important;
    }

.navbar-brand img {
    max-width: 100px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.factionIcon {
    max-width: 100px;
}


body.griffony {
    background-image: url('/assets/img/crests/griffonycrestback.png');
    background-attachment: fixed;
    background-size: contain;
    background-position-y: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
}

body.lilzeria {
    background-image: url('/assets/img/crests/lilzeriacrestback.png');
    background-attachment: fixed;
    background-size: contain;
    background-position-y: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
}

body.thunderflame {
    background-image: url('/assets/img/crests/thunderflamecrestback.png');
    background-attachment: fixed;
    background-size: contain;
    background-position-y: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
}

body.deepplace {
    background-image: url('/assets/img/crests/deepplacecrestback.png');
    background-attachment: fixed;
    background-size: contain;
    background-position-y: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
}

body.zandrazthuun {
    background-image: url('/assets/img/crests/dwarfcrestback.png');
    background-attachment: fixed;
    background-size: contain;
    background-position-y: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
}

.container a:link, .container a:visited {
    color: #998B3D;
    text-underline-position: from-font;
}

.spoiler summary {
    font-weight: bold;
    padding: .5em;
    color: #fff;
    background-color:#444;
}
    details.spoiler[open] summary {
        display:none;
    }

.cardImage {
    max-width: 120px;
    border: 1px solid #444;
    cursor: pointer;
}

    .cardImage:hover {
        border: 3px solid #000;
    }

.unitTitle .iconImage {
    max-width: 40px;
}

.teamName {
    font-weight: bold;
    font-size: 1.5em;
}

.unitTitle span {
    font-weight: bold;
    font-size: 1.3em;
}


@media (min-width: 300px) {
    .cardImage {
        max-width: 80px;
    }
}

@media (min-width: 450px) {
    .cardImage {
        max-width: 120px;
    }
}
    

.homeBullet{
    font-weight:bold;
    font-size:1.1em;
}



@media (min-width: 1200px) {
    .homeImage {
        max-width: 800px;
    }
}