/* @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: "Roboto Condensed", sans-serif; */
  font-family: "Rokkitt", serif;
  line-height: 1;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./img/bkg1.jpg);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: center;
}

h1 {
  font-size: 2.75rem;
}

h3 {
  font-size: 1.5rem;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

a, a:hover {
  background: transparent;
  color: #ae3bce;
  font-weight: 700;
}

.navbar-brand {
  font-size: 2rem !important;
  font-weight: 700;
  margin-top: 10px !important;
}

#navbarMenu .fa-x-twitter,
#navbarMenu .fa-discord,
#navbarMenu .fa-envelope {
  margin-top: 10px !important;
  margin-right: 20px;
  font-size: 1.8rem !important;
}

.alert-success {
  background-color:#09d02d15 ;
  color: #19e352;
}

footer .fa-x-twitter,
footer .fa-discord,
footer .fa-github,
footer .fa-envelope {
  margin-right: 20px;
  font-size: 1.2rem !important;
}

.fa-x-twitter {
  color: #fff;
}
.fa-discord {
  /* color: #5865f2; */
  color: #fff;
}
.fa-envelope {
  color: #fff;
}
.fa-github {
  color: #fff;
}
.fa-x-twitter:hover,
.fa-discord:hover,
.fa-github:hover,
.fa-envelope:hover {
  transform: scale(1.2);
}

.wordrotator {
  color: #e62d3d;
  text-transform: uppercase;
  font-weight: 900;
}

.color1:hover,
.color2:hover,
.color3:hover {
  transform: scale(1.2);
}

.color1 {
  color: #ae3bce;
  font-weight: 800;
}
.color2 {
  color: #e62d3d;
  font-weight: 800;
}

.color3 {
  color: #ae3bce;
  font-weight: 800;
}

.form-control {
  color: #ffffff;
  background-color: #cac8c872;
}

.form-control::placeholder {
  color: #ffffff;
}

input:not(:placeholder-shown) {
  color: #ffffff !important;
  background-color:  #cac8c872!important;
}


input:placeholder-shown {
  color: #ffffff !important;
  background-color:  #cac8c872!important;
}