/* Splash Screen Styling */

.introModal .modal-dialog {
  width: 770px !important;
}

.introModal .modal-content {
  background: url("../img/splash_screens_rootonym.png");
  border-radius: 0;
  height: 620px !important;
  width: 770px !important;
}

.introModal .modal-body {
  padding: 0;
}

.introModal {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

/* TEXT */
.information {
  background: rgba(227, 227, 227, 0.7);

  padding: 28px 30px;
}

.information p {
  color: #7d7d7d;
  font-size: 15px;
  margin-bottom: 0;
}

/* BUTTONS */
.modalButtons {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.modalButtons button {
  font-size: 24px;
  font-weight: 400;
  margin: 0 1.5% 0 0;
  padding: 0.5% 4%;
  border-radius: 0;
  color: white;
}

.modalButtons .beginnerBtn {
  background: #4c6a24;
  border-bottom: 8px solid #78aa3b;
}

.modalButtons .beginnerBtn:hover {
  background: #68902e;
  border-bottom: 8px solid #78aa3b;
}

.modalButtons .expertBtn {
  background: #993a1a;
  border-bottom: 8px solid #d75323;
}

.modalButtons .expertBtn:hover {
  background: #b7421d;
  border-bottom: 8px solid #d75323;
}

.introModal .modal-body h1 {
  transform: rotate(-45deg);
  font-size: 48px;
  position: relative;
  bottom: 80px;
  text-shadow: 2px 2px #545252;
}

.introModal .modal-body h3 {
  transform: rotate(-45deg);
  position: relative;
  bottom: 100px;
  left: 65px;
}
