@font-face {
  font-family: RobotoMedium;
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: RalewayRegular;
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
}

body {
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  background-color: #2d3236;
}

.light-1 {
  background-color: #f8f9fa !important;
}

.light-2 {
  background-color: #cccccc !important;
  color: #303336 !important;
}

.light-3 {
  color: #303336 !important;
}

.light-4 {
  border-color: #afb0b1 !important;
}

.light-5:hover {
  background-color: #bebebe !important;
}

.light-6 {
  border-color: #d9d9dd !important;
}

.light-7 {
  color: #86888a !important;
}

.light-7:hover {
  color: #303336 !important;
}

.light-8 {
  background-color: #dddddd !important;
}

.light-9:hover {
  background-color: #e9ebec !important;
}

.light-10 {
  background-color: #cacaca !important;
}

.light-10:hover {
  background-color: #c0c0c0 !important;
}

.light-11 {
  background-color: #cfcfcf !important;
}

.light-12 {
  background-color: #cfcfcf !important;
  color: #303336 !important;
  border-color: #a0a0a0 !important;
}

.light-13 {
  color: #76787a !important;
}

.light-14:hover {
  background-color: #c0c0c0 !important;
}

.light-15 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.light-16 {
  background-color: #859efc !important;
}

.light-16:hover {
  background-color: #859efc !important;
}

.light-17 {
  background-color: #c0c0c0 !important;
  border-color: #343a40 !important;
}

.light-17:focus {
  outline-color: #343a40 !important;
}

.light-17:hover {
  border-color: #626669 !important;
}

.light-18 {
  background-color: #859efc !important;
  border-color: #859efc !important;
}

.light-18:hover {
  background-color: #728ef1 !important;
  border-color: #728ef1 !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  overflow: visible;
  background-color: #18191c;
}
::-webkit-scrollbar-thumb {
  border: solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #474a50;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #404349;
}
::-webkit-scrollbar-thumb:active {
  background-color: #3b3e44;
}
::-webkit-scrollbar-track {
  border: solid;
  border-width: 0px;
  border-color: transparent;
}
::-webkit-scrollbar-corner {
  background-color: #18191c;
}

.logo {
  width: 60px;
  height: 60px;
}

header {
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99;
}

nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav > a.navbar-brand > h5 {
  display: inline-block;
  padding: 5px;
}

nav > a.navbar-brand {
  padding-right: 10px;
  border-right: 2px #626669 solid;
}

.navbar-nav {
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.navbar-collapse {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  overflow: hidden;
}

#active-page {
  margin: 0.5rem;
  padding: 0px;
  border-bottom: 2px rgb(0, 203, 235) solid;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

#lighter {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}

#lighter:hover,
#active-page:hover {
  color: #ffffff;
}

#login {
  color: rgb(102, 156, 255);
  font-size: 18px;
  border: 2px rgb(102, 156, 255) solid;
  padding: 5px 10px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#login:hover {
  text-decoration: none;
  color: rgb(84, 133, 224);
  border-color: rgb(84, 133, 224);
}

label {
  margin: 0;
}

#log {
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: none;
}

#log:focus {
  outline: none;
}

#log + input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

#log + input[type="checkbox"]:checked ~ #menu-dropdown {
  display: block;
}

#user-avatar,
#user-dropdown {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

#user-avatar {
  cursor: pointer;
}

#user-dropdown {
  margin-right: 10px;
}

#menu-dropdown {
  display: none;
  position: absolute;
  top: 86px;
  right: 0px;
  list-style-type: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #262a2e;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  padding: 0;
  margin: 0;
  z-index: 99;
}

#menu-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu-dropdown a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

#menu-dropdown a:hover {
  text-decoration: none;
}

.user-name {
  padding: 15px 15px 10px 15px;
  border-bottom: 1px #45484b solid;
}

.logout-dropdown {
  border-top: 1px #45484b solid;
  padding: 10px 15px;
  color: #cc3737;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logout-dropdown:hover {
  border-bottom-left-radius: 15px;
  background-color: #222429;
}

.logout-dropdown span {
  position: relative;
  bottom: 1px;
  font-weight: 400;
}

.fa-sign-out-alt {
  font-size: 1.25rem;
  margin-right: 8px;
  color: #cc3737;
}

.settings-dropdown input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.settings-dropdown input[type="checkbox"]:checked ~ .check {
  background-color: #4e5155;
}

.settings-dropdown label {
  margin: 0;
  cursor: pointer;
}

.check {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background-color: #516ed8;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease-in 0.5s;
  -moz-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.check:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.settings-dropdown input[type="checkbox"]:checked ~ .check:before {
  transform: translateX(-20px);
  background-color: rgba(255, 255, 255, 0.6);
}

.settings-dropdown label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0px 15px;
  line-height: 2.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.settings-dropdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.settings-dropdown a {
  display: block;
  width: 100%;
  padding: 0px 15px;
  line-height: 2.5;
}

.settings-dropdown a:hover,
.settings-dropdown label:hover {
  background-color: #222429;
}

.titre {
  margin: 0px 10px;
}

.slogan {
  padding: 64px 0px 70px 0px;
  background-image: url("../images/background.png");
  background-position: 22%;
}

.slogan div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoslogan {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.slogan_phrase {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 15px 10px 8px 10px;
}

.presentation {
  margin: 30px 0px;
}

.hypertext {
  color: rgb(24, 184, 209);
}

.hypertext:hover {
  text-decoration: none;
  color: rgb(27, 155, 175);
}

.hypertext_alt {
  color: rgb(65, 230, 255);
}

.hypertext_alt:hover {
  text-decoration: none;
  color: rgb(42, 194, 218);
}

strong {
  font-weight: 600;
}

section {
  position: absolute;
  top: 0px;
  min-height: 100vh;
  width: 100%;
  background-color: #2d3236;
  color: #ffffff;
  padding-top: 86px;
  padding-bottom: 285px;
  text-align: center;
}

.presentation h2 {
  display: inline-block;
  margin: 10px;
  margin-bottom: 18px;
  font-size: 2.5rem;
  font-family: RobotoMedium;
}

section h4 {
  font-weight: 400;
  margin: 20px 15px;
}

section h5 {
  font-weight: 100;
  margin: 0px 20px;
  color: rgba(255, 255, 255, 0.6);
}

.button_div {
  margin: 20px 0px 40px 0px;
}

.button {
  display: inline-block;
  font-family: RalewayRegular;
  font-weight: 100;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgb(58, 165, 49);
  border-radius: 20px;
  padding: 8px 15px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.button:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  background-color: rgb(51, 139, 43);
  transform: scale(1.1);
}

a.button .fa-discord {
  margin-right: 5px;
}

.discord {
  margin: 60px 0px;
}

/* .info {
  background-color: #424952;
  font-weight: 100;
  font-size: 1.5rem;
  margin: 60px 100px;
  padding: 20px;
  border-radius: 20px;
} */

.hasAlert {
  padding-top: 140px;
}

.infobox {
  background-color: #1e5b94;
}

.alertbox {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alertbox > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alertbox .fa-info-circle {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.4rem;
}

.closebtn {
  font-weight: bold;
  font-size: 1.25rem;
  float: right;
  cursor: pointer;
  line-height: 20px;
  margin-left: 15px;
  margin-bottom: 2px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.closebtn:hover {
  color: #18191c;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem 3rem;
  background-color: #343a40;
  z-index: 98;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul li a,
footer ul li a:hover,
.title a,
.title a:hover {
  color: rgb(255, 255, 255);
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.title h4 {
  color: rgb(102, 156, 255);
  font-weight: 500;
  margin: 10px 0px 5px 0px;
}

.title h5 {
  margin: 0px 0px 5px 0px;
}

.contact {
  padding: 10px;
}

.contact .fa-discord {
  margin-right: 30px;
}

.contact a {
  float: left;
  font-size: 2rem;
}

.navigation {
  color: rgb(102, 156, 255);
  padding-bottom: 5px;
}

.footernav {
  font-weight: 400;
  text-align: left;
  padding: 10px;
  line-height: 1.75;
}

.contact_page {
  margin: 4rem 1.5rem 6rem 1.5rem;
}

.contact_page h2 {
  display: inline-block;
  margin: 10px 10px 25px 10px;
  font-size: 2.5rem;
  font-family: RobotoRegular;
}

.contact_form {
  background-color: #262a2e;
  max-width: 400px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  text-align: left;
}

.contact_page .id sup,
.contact_page p.sup sup {
  color: #5c79df;
  font-weight: 900;
}

.contact_page p.sup {
  margin-bottom: 0px;
  margin-top: 30px;
  font-size: 12px;
  color: #626669;
}

.contact_page p.required {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #ca5555;
  font-size: 0.875rem;
}

.contact_page p.required span {
  font-size: 1rem;
  font-weight: 900;
}

.contact_page input {
  padding: 10px 0;
  margin-bottom: 30px;
}

.contact_page textarea {
  height: 100px;
  padding: 10px 0;
  margin-bottom: 30px;
  resize: none;
}

.contact_page input,
.contact_page textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #262a2e;
  box-sizing: border-box;
  box-shadow: none;
  border-bottom: 2px solid rgb(55, 58, 65);
  caret-color: #fff;
  color: #fff;
}

.contact_page input:invalid:focus,
.contact_page textarea:invalid:focus {
  border-bottom-color: #ca5555 !important;
}

.contact_page input:invalid:focus ~ label,
.contact_page textarea:invalid:focus ~ label {
  color: #ca5555 !important;
}

.contact_page input:not(:placeholder-shown),
.contact_page textarea:not(:placeholder-shown) {
  border-bottom-color: #ca5555 !important;
}

.contact_page input:not(:placeholder-shown) ~ label,
.contact_page textarea:not(:placeholder-shown) ~ label {
  color: #ca5555 !important;
  top: -10px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
}

.contact_page input:focus ~ label,
.contact_page textarea:focus ~ label,
.contact_page input:valid ~ label,
.contact_page textarea:valid ~ label {
  top: -10px;
  left: 0;
  color: #516ed8 !important;
  font-size: 12px;
  font-weight: 700;
}

.contact_page input:focus,
.contact_page textarea:focus,
.contact_page input:valid,
.contact_page textarea:valid {
  border-bottom-color: #516ed8 !important;
}

.contact_page input:required ~ label::after,
.contact_page textarea:required ~ label::after {
  content: " *";
  color: #ca5555;
}

.contact_page form div {
  position: relative;
}

.contact_page form div label {
  position: absolute;
  top: 9px;
  left: 0;
  color: #79848b;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
}

section div form input.submit:focus {
  outline: none;
}

section div form input.submit:hover {
  background-color: #426faa;
}

section div form input.submit {
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  background-color: #4d7cb9;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 1.1rem;
  border-bottom: none;
  margin-bottom: 0;
}

div#g-recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.guilds {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#guilds-block {
  margin: 60px 20px 80px 20px;
}

#guilds-block h2 {
  font-weight: 100;
  margin: 60px 15px 5px 15px;
}

.guild-icon {
  border-radius: 20px;
}

.guild-name {
  margin: 10px 5px 0px 5px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.server-block {
  display: block;
  border-radius: 10px;
  padding: 10px;
  padding-top: 15px;
  margin: 20px 10px 0 10px;
  background-color: #343a40;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  width: 169px;
  height: 189px;
}

.server-block:hover {
  text-decoration: none;
  background-color: #434a52;
  transform: scale(1.05);
}

.user {
  border-radius: 50%;
  margin-bottom: 15px;
}

#user {
  margin-top: 70px;
}

#user h5 {
  font-size: 1.5rem;
  font-weight: 300;
}

.guild-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 19px 50px 26px 50px;
  background-color: #343a40;
}

#stats {
  margin-top: 15px;
}

#guild-icon {
  border-radius: 50%;
}

#guild-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}

.settings,
.settings-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.settings-block {
  padding: 40px;
}

.settings-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #262a2e;
  width: 180px;
  font-size: 1.25rem;
  border-radius: 10px;
  margin-right: 40px;
}

.name-settings {
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  width: 100%;
  text-align: left;
  border-bottom: 1px #404349 solid;
}

.button-nav {
  text-align: left;
  width: 100%;
  padding: 20px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
}

.button-nav:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: #202427;
  cursor: pointer;
}

.button-nav:nth-last-child(1):hover {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.active,
.active:hover {
  background-color: #516ed8;
}

.settings-box {
  align-self: flex-start;
}

.prefix {
  background-color: #262a2e;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.language,
.keep-commands {
  background-color: #262a2e;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
}

.prefix h5,
.language h5,
.keep-commands h5 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.settings-box input[type="text"],
.settings-box select {
  background-color: #343a40;
  border-radius: 3px;
  border: 1px #5c79df solid;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  font-weight: 100;
}

.settings-box input[type="text"]:focus,
.settings-box select:focus {
  outline-color: #5c79df;
}

.settings-box input[type="text"]:hover,
.settings-box select:hover {
  border-color: #728ef1;
}

.settings-box select {
  padding-right: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.language div,
.keep-commands div {
  position: relative;
}

.language div:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  color: #76787a;
  left: 70px;
  top: 12px;
  position: absolute;
  pointer-events: none;
}

.keep-commands div:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  color: #76787a;
  left: 84px;
  top: 12px;
  position: absolute;
  pointer-events: none;
}

.settings-box select option {
  font-weight: 100;
}

.settings-box input[type="submit"] {
  background-color: #5c79df;
  color: rgba(255, 255, 255);
  border: 1px #5c79df solid;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 5px;
}

.settings-box input[type="submit"]:hover {
  background-color: #516ed8;
  border: 1px #516ed8 solid;
}

.update-prefix,
.update-language,
.update-commands {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.updated {
  background-color: #40c568 !important;
  border-color: #40c568 !important;
  cursor: not-allowed;
}

.in-construction {
  color: rgb(255, 255, 255);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo-construction {
  width: 60px;
  height: 60px;
}

.in-construction h1,
.in-construction h2,
.in-construction h3,
.error404 h1,
.error404 h2,
.error500 h1,
.error500 h2,
.error500 h3 {
  margin: 0;
}

#site-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

#site-name h3 {
  font-weight: 400;
}

#site-name img {
  margin-right: 10px;
}

.comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.comingsoon h1 {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 10px;
  text-align: center;
}

.comingsoon h2 {
  font-weight: 100;
  font-size: 2.3rem;
  text-align: center;
}

#discord,
#discord-error {
  margin-top: 30px;
}

.error404-page,
.error500-page {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error404,
.error500 {
  margin: 80px 20px;
}

.error404 h1,
.error500 h1 {
  font-weight: 900;
  font-size: 5rem;
  margin-bottom: 10px;
}

.error404 h2,
.error500 h2 {
  font-weight: 100;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.6);
}

.error500 h3 {
  font-weight: 100;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 100px;
}

.lost {
  display: inline-block;
  color: rgba(255, 255, 255);
  padding: 10px 15px;
  background-color: #5c79df;
  border-radius: 20px;
  margin-top: 40px;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.lost:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #516ed8;
  transform: scale(1.1);
}

.fa-arrow-right {
  margin-right: 5px;
}

@media screen and (max-width: 304px) {
  #discordInviteBox {
    transform: scale(0.9);
  }

  #callToAction.discordLink,
  #callToAction-clicked.discordLink {
    margin: 0px;
    transform: scale(0.9);
    position: relative;
    left: -8px;
  }
}

@media screen and (max-width: 308px) {
  div#discordInvite {
    max-width: 98vw;
  }
}

@media screen and (max-width: 314px) {
  div#discordInvite {
    padding: 12px;
  }

  .logo {
    width: 50px;
    height: 50px;
  }

  nav > a.navbar-brand > h5 {
    font-size: 80%;
  }

  section {
    padding-top: 76px;
  }

  #menu-dropdown {
    top: 76px;
  }

  #user-dropdown {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 317px) {
  footer h4 {
    font-size: 1.25rem;
  }

  footer h5 {
    font-size: 1.05rem;
  }

  .title {
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 320px) {
  .button {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 327px) {
  div#discordInvite {
    max-width: 95vw;
  }

  .settings-block {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 410px) {
  .prefix div {
    display: flex;
    flex-direction: column;
  }

  .update-prefix {
    margin-left: 0px !important;
    margin-top: 10px;
  }

  .error404 h1,
  .error500 h1 {
    font-size: 3.2rem;
  }

  .error404 h2,
  .error500 h2 {
    font-size: 1.8rem;
  }

  .error500 h3 {
    font-size: 1.6rem;
  }

  .lost {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 461px) {
  #callToAction.discordLink {
    padding: 2px 12px;
  }

  #callToAction-clicked.discordLink {
    padding: 2px 12px;
  }
}

@media screen and (max-width: 492px) {
  section {
    padding-bottom: 445px;
  }
}

@media screen and (max-width: 500px) {
  .logoslogan {
    width: 72.5px;
    height: 72.5px;
  }

  .slogan h1 {
    font-size: 1.65rem;
  }

  .slogan_phrase {
    font-size: 1.4rem;
  }

  .presentation h2 {
    font-size: 1.65rem;
  }

  .discord h4 {
    font-size: 1.25rem;
  }

  .presentation h5 {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 508px) {
  footer {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 550px) {
  section {
    padding-bottom: 457px;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title {
    margin-bottom: 2rem;
    margin-right: 0px;
  }

  /* .info {
    font-size: 1.15rem;
  } */

  .alertbox {
    font-size: 0.8rem;
  }

  .alertbox .fa-info-circle {
    font-size: 1.2rem;
  }

  .comingsoon h1 {
    font-size: 2.3rem;
  }

  .comingsoon h2 {
    font-size: 1.8rem;
  }
}

/* @media screen and (max-width: 667px) {
  .info {
    margin-top: 84px;
  }
} */

@media screen and (max-width: 739px) {
  .settings,
  .settings-block {
    flex-direction: column;
  }

  .settings-box {
    align-self: center;
  }

  .settings-nav {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 785px) {
  nav > a.navbar-brand {
    border-right: 0px;
  }

  .nav-item {
    margin: auto;
  }

  nav div ul.navbar-nav:nth-child(1) {
    border-top: 2px #626669 solid;
    margin-top: 0.5rem;
    width: 100%;
  }

  nav div ul.navbar-nav:nth-last-child(n) {
    margin-bottom: 0.5rem;
    width: 100%;
  }

  nav div ul:nth-last-child(n) {
    border-bottom: 2px #626669 solid;
  }

  nav > div {
    flex-direction: column;
  }

  nav div div {
    margin-top: 2px;
  }

  #login {
    margin: 10px 0px;
  }

  #menu-dropdown {
    border-radius: 0px;
    background-color: #343a40;
    right: 16px;
    left: 16px;
  }

  .settings-dropdown,
  .logout-dropdown {
    margin: 0;
  }

  .user-name {
    padding: 10px 16px;
    border-top: 2px #626669 solid;
    border-bottom-color: #54575a;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
  }

  .logout-dropdown {
    border-top-color: #54575a;
  }

  .logout-dropdown:hover {
    border-radius: 0px;
    background-color: rgb(45, 50, 54);
  }

  .settings-dropdown a:hover,
  .settings-dropdown label:hover {
    background-color: rgb(45, 50, 54);
  }

  .dropdown-responsive {
    margin-top: 20px;
  }

  .slide {
    transform: translateY(350px);
  }

  /* .info {
    margin-left: 50px;
    margin-right: 50px;
  } */
}

@media (min-width: 786px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

@media screen and (max-width: 1165px) {
  .hasalertbox {
    padding-top: 164px;
  }
}
