@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "PraxisSemiBold";
	src: url("/font/PraxisLTPro-Semibold.otf");
}

@font-face {
	font-family: "Praxis";
	src: url("/font/PraxisLTPro-Regular.otf");
}

* {
	padding: 0;
	margin: 0;
/*	background-image: ; */
	font-family: "Praxis", sans-serif;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Praxis", sans-serif;
}

body {
	background: rgb(0,70,145);
	background: radial-gradient(circle, rgba(0,70,145,1) 0%, rgba(0,46,95,1) 50%, rgba(0,21,43,1) 100%);
}

.homeRightCont {
	color: white;
	font-size: 6em;
	font-family: "Praxis", sans-serif;
}

.homeFooter {
	background-image: url(images/LM-symbol.svg);
	background-repeat: no-repeat;
	background-position: 50vw 5vh;
	background-size: 150vh;
}

.slottt-machine-recipe {
  margin: 0px auto;
  width: 700px;
  margin-left: 25px;
}

.slottt-machine-recipe__mask {
    width: 100%;
    height: 150px;
    overflow: hidden; 
    position: relative;
    display: inline-block;
    margin-bottom: -50px;
}

.slottt-machine-recipe__items_container {
    position: absolute;
}

.slottt-machine-recipe__item {
    min-height: 150px;
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    background-size: contain;
}

/* Typography */

.recipe_if, .recipe_then {
    font-weight: bold;
    /* font-size: 6.5em; */
}

.tagline {
  font-weight: normal;
  font-size: 24px;
}