﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  /*html {
    font-size: 16px;
  }*/
    /*.playNow {
        display: block;
    }*/
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    min-width:100%;
}

/*body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}*/

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
    /*text-align: center;
}*/

@media (max-width: 768px) {

    .desktop-content {
        display: none;
    }

    .row {
         margin-right: 0px; 
         margin-left: 0px;
    }

    .button {
        width: 100%;
    }
}

.social-icon {
    height: 40px;
    margin: 5px;
}

.nav-border-left {
    border-left: rgba(255,255,255, .2);
    border-left-style: ridge;
    border-left-width: 1px;
}

.card-body {
    background-color: rgb(13,25,44) !important;
}

.charContainer {
    border-style: solid;
    border-color: rgb(75, 75, 75);
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 20px;
    width: auto;
    width: 100%;
}

.characterResize {
    text-align: center;
    align-items: flex-end;
    display: flex;
}

.characterSelection {
    /* text-align: center; */
    height: 200px;
    height: fit-content;
}

.characterSelectionWM {
    height: 150px;
    width: auto;
}

.characterSelectionWF {
    height: 135px;
    width: auto;
}

.characterSelectionMM {
    height: 130px;
    width: auto;
}

.characterSelectionMF {
    height: 120px;
    width: auto;
}

body {
    color: whitesmoke !important;
    /*color: #f2f2f2;*/
    background: none;
    /*background-color: rgb(32,32,32);*/
    background-color: transparent;
}

.jumbotron {
    background: none;
    background-color: rgba(0, 0, 0, 0.438);
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
}

.navbar-collapse {
    justify-content: center;
}

#navbar {
    overflow: hidden;
    background-color: rgb(75, 75, 75);
}

    /* Navbar links */
    #navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        /* padding: 14px; */
        text-decoration: none;
    }

.dropdown-menu {
    /*background-color: rgb(75, 75, 75) !important;*/
    background-color: rgb(13,25,44) !important;
    padding: 0px;
    margin: 0px;
}

.dropdown-item {
    color: #f2f2f2;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav > .nav-item {
    color: #f2f2f2;
    align-content: center;
    text-align: center;
}

    .navbar-nav > .nav-item :hover {
        background-color: brown;
        border-radius: .25rem;
    }

/* Page content */
.content {
    padding: 16px;
}

.footer {
    border-top-width: 1px;
    border-top-style: solid;
    /*background-color: #333;*/
    background-color: rgb(13,25,44);
    color: rgba(255,255,255, .8);
    /*color: #f2f2f2;*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
}

hr {
    border-top-color: white;
}

html {
    position: relative;
    min-height: 100%;
    /*background: rgb(11,20,39);*/
    background: rgb(21,37,60);
    /*background: rgb(32, 32, 32);*/
    background-repeat: repeat;
    width: 100%;
}

a {
    /*color: brown;*/
    color: red;
}

.internalLink:hover {
    color: rgb(155, 57, 57) !important;
}

.tableborders {
    border-bottom: solid;
    border-width: thin;
    padding-left: 0px;
    padding-right: 0px;
    border-color: white;
    border-bottom-style: groove;
}

.emphasisContainer {
    border-width: thick;
    border: ridge;
    border-color: brown;
    background-color: #2e2e2e;
}

.h2, h2 {
    margin-top: .5rem;
}

.playNow {
    font-family: 'Cinzel';
    font-size: 20px;
    float: right;
    position: absolute;
    width: auto;
    margin-left: 120px;
    margin-top: 30px;
    border-radius: 20px;
    border-style: outset;
}

.headerLayout {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: black;
    border-radius: 0px;
    background-image: url(../images/final_verticalcrop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contentBody {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 150px;
    padding-bottom: 50px;
    width: 100%;
    /*width: 80%;*/
}
/*
#content-desktop {
    display: block;
}

#content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    #content-desktop {
        display: none;
    }

    #content-mobile {
        display: block;
    }
}*/

.navbar-nav .nav-link {
    /*padding-right: 0;*/
    padding-left: .5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255, .8);
}

.bg-dark {
    background-color: rgb(13,25,44) !important;
}

/* Bordered form */
/* form {
    border: 3px solid #f1f1f1;
  } */

.validPassword {
    border-color: green !important;
    border-width: 5px !important;
    border-style: solid !important;
}

.invalidPassword {
    border-color: chocolate !important;
    border-width: 5px !important;
    border-style: solid !important;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: brown;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

    /* Add a hover effect for buttons */
    button:hover {
        opacity: 0.8;
    }

/* Extra style for the cancel button (red) */
/* .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  } */

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    /* padding-top: 16px; */
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.dropdown-item {
    align-content: center;
    text-align: center;
}