﻿:root {
    --yellow-300: #FFCC00;
    --dark-blue-descent: linear-gradient(black, #102D45);
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
body {
    background: var(--dark-blue-descent);
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}
div {
    font-family: 'Montserrat', sans-serif;
}

.title {
    font-size: 2.3em;
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
    color: white;
}
.title-big {
    font-size: 2.8em;
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
    color: white;
}
.text{
    color: white;
    font-size: 1.5em;
    margin: 0 auto;
    text-align: justify;
}

.modebar-container {
    top: auto !important;
    bottom: 0 !important;
    visibility: visible !important;
}
.btn-custom-1 {
    background-color: rgb(114, 147, 203);
    color: rgb(114, 147, 203);
    border-color: rgb(114, 147, 203);
}
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active, .open .dropdown-toggle.btn-custom-1 {
    background-color: #2F3E48;
    color: #FFF;
    border-color: #31347B;
}

.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  width: 100vw;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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);
}

.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.username {
    color: var(--yellow-300);
}