body, button, h1, h2, h3, h4, h5, p, span, a, img {
  overflow-y: hidden;
  overflow-x: hidden;
  font-family: "Comic Sans MS", cursive, sans-serif !important;
  font-weight: bold;
}

.splash-button {
  padding: 40px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 36px;
  border-radius: 9px;
  border: 2px solid #222;
  transition: .15s ease-in !important;
  color: white;
  background-image: linear-gradient(to right, #ef92e8 , #c79fff) !important;
}

.splash-button:hover{
  padding: 40px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 36px;
  border-radius: 55px;
  border: 2px solid #fff;
  color: white;
  transition: .26s ease-in !important;
  background-image: linear-gradient(to right, #c79fff , #ef92e8) !important;
  
}

.bg-img {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(splash_assets/borders.gif); 
}

.splash-logo {
	width: 70%;
}

.landing-logo {
  width: 40%;
}

.column {
  float: left;
  width: 25%;
  padding: 10px;
  flex: 25%;
  padding: 10px;
}

.column2 {
  float: left;
  width: 30%;
  padding: 10px;
  flex: 30%;
  padding: 10px;
}

.row1::after {
  clear: both;
  display: table;
}

.row1 {
  display: flex;
}

.tilt,.tilt1 {
  transition: .35s ease-in !important;
}

.tilt:hover {
  transform: rotate(10deg) !important;
  transition: .1s ease-in !important;
}

.tilt1:hover {
  transform: rotate(-10deg) !important;
  transition: .1s ease-in !important;
}

.purple {
  color: #c79fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3em;
  word-spacing: 0.1em;
}

.blue {
  color: #95c1ef;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3em;
  word-spacing: 0.1em;
}

.orange {
  color: #fe8652;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  word-spacing: 0.1em;
}

.orangeSelect {
  background-color: #fe8652;
  color: white;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  word-spacing: 0.1em;
  padding: 40px;
  border-width: 2px;
  border-radius: 5px;
  padding: 8% !important;
  border-color: #112b48;
}

.iconDetails {
  margin-left: 5%;
  float: left; 
  height: 40px;
  width: 40px; 
  cursor: pointer;
} 

.container2 {
  width: 100%;
  height: auto;
  padding: 1%;
}

.beam {
  width: 85%;
  height: 85%;
}

.beam_small {
  width: 60%;
  height: 60%;
}

.imageOptions {
  width: 100%;
  height: 100%;
}

.optionButtonSelection {
  color: black;
  background-color: lightgrey;
  border-color: black;
  border: 2px solid;
  border-width: 2px;
  border-radius: 5px;
  padding: 20px;
  font-size: 24px;
}

.home:hover, .left:hover, .right:hover, .iconDetails:hover {
  opacity: 0.85;
}

.home {
  position: absolute;
  top: 8px;
  left: 16px;
}

.right {
  position: absolute; 
  right: 0px; 
  bottom: 0px; 
}

.left {
  position: absolute; 
  right: 80px; 
  bottom: 0px; 
}

.optionButton:hover, .optionButtonError:hover, .optionButtonRight:hover, .optionButton1:hover, .orangeSelect:hover {
  opacity: 0.75;
}

.optionButton {
  color: #122f4b;
  background-color: white;
  border-color: #122f4b;
  border-width: 2px;
  border-radius: 5px;
  padding: 10px;
  font-size: 24px;
}

.optionButton1 {
  font-weight: bold;
  font-size: 28px;
  padding: 10px;
  border-width: 2px;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #112b48;
  border-color: #112b48;
}

.optionButtonError {
  color: white;
  background-color: #e33041;
  border-color: #122f4b;
  border-width: 2px;
  border-radius: 5px;
  padding: 20px;
  font-size: 24px;
}

.optionButtonRight {
  color: white;
  background-color: #60d175;
  border-color: #122f4b;
  border-width: 2px;
  border-radius: 5px;
  padding: 20px;
  font-size: 24px;
}

.optionButtonRightImg {
  border-color: #60d175;
  border-width: 3px;
  border-radius: 5px;
}

.optionButtonErrorImg {
  border-color: #e33041;
  border-width: 3px;
  border-radius: 5px;
}

.wrongDisplay {
  color: #e33041;
  font-size: 20px;
  font-weight: bold;
}

.rightDisplay {
  color: #60d175;
  font-size: 20px;
  font-weight: bold;
}

.ladyCss {
  max-width: 85%;
  height: auto;
  width: auto\9; 
  width: 85%; 
  height: 85%;
}

.hint {
  color: #fe8652;
  font-size: 20px;
  font-weight: bold;
}

.mathSmall {
  color: #122f4b;
  font-size: 24px;
  font-weight: bold;
  margin-left: 40%;
}

.mathSmallRed {
  color: #e33041;
  font-size: 24px;
  font-weight: bold;
}

.mathSmallGreen {
  color: #60d175;
  font-size: 24px;
  font-weight: bold;
}

.math {
  color: #122f4b;
  font-size: 26px;
  font-weight: bold;
}

.input_change {
  color: #122f4b;
  font-size: 26px;
  font-weight: bold;
  width: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #122f4b;
}

.congrts {
  font-size: 64px;
  font-weight: bold;
  color: #60d175;
  line-height: 1.5em;
}

.leftRight {
  position: fixed;
  right: 16px;
  bottom: 8px;
}

.inactiveLink {
  pointer-events: none;
}

.boxes {
  width: 60%;
  height: 60%;
  margin-left: 7%;
}

.boxes_small {
  width: 42%;
  height: 42%;
  margin-left: 7%;
}

.inlineText {
  color: #122f4b;
  font-size: 26px;
  font-weight: bold;
  margin-left: 15%;
  line-height: 1.3em;
}