@charset "UTF-8";

/*CSS code app for IOXILON site*/

/*all pages backgrounds*/
.back-for-page {
	right: 0rem;
	left: 0rem;
	top: 0rem;
	background-color: #36376b;
}

/*text*/

.general-text-000 {
	font-family: Goldman;
	font-size: 18px;
	font-style: italic;
}

.general-text-001 {
	font-family: Goldman;
	font-size: 20px;
}

.general-text-002 {
	font-family: Goldman;
	font-size: 22px;
}

.c-text {
	font-family: Goldman;
	font-size: 18px;
}

/*back-n-rams*/


.block-info-fixed {
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 2%;
	height: 32em;
}

.block-hard {
	left: 0px;
	right: 2px;
	top: 0px;
	height: 40rem;
	border-style: solid;
	border-color: #cfd8dc;
	border-width: 1px;
	padding: 4%;
	background: #1d2442;
	font-size: 18px;
	font-family: Goldman;
	color: #bebcc1;
}

.block-card {
	left: 0px;
	right: 2px;
	top: 0px;
	height: 50rem;
	padding: 4%;
	background: #f4f4f4;
	font-size: 20px;
	font-family: Goldman;
	color: #595e80;
	border-style: solid;
	border-color: #36376b;
	border-width: 10px;
}

.block-free-n-ram {
	left: 0px;
	right: 2px;
	top: 0px;
	background-color: #b0bec5;
	border-style: dotted;
	border-radius: 5%;
	border-color: #3e5058;
	border-width: 2px;
	padding: 6%;
}

.block-light {
	left: 2px;
	right: 2px;
	top: 2px;
	background-color: #1d2442;
	border-style: dotted;
	border-radius: 20px;
	border-color: #cfd8dc;
	border-width: 2px;
	padding: 6%;
}
/*buttons*/

.small-button-grey {
	width: 85%;
	height: 40px;
	padding: 4px;
	border-style: ridge;
	border-radius: 20rem;
	border-color: #ebecec;
	background: #b0bec5;
	text-align: center;
	text-decoration-style: solid;
	font-family: arial;
	font-size: 18px;
	color: #263238;
}

.big-button-purple {
	width: 100%;
	height: 40px;
	padding: 8px;
	border-style: ridge;
	border-color: #ffc18d;
	background: #7c62a9;
	text-align: center;
	text-decoration-style: solid;
	font-family: arial;
	font-size: 16px;
	color: #ffffff;
}

/*slider*/

* {box-sizing:border-box}

.slideshow-container {
  max-width: 90%;
  position: relative;
  margin: auto;
}

.slider-text {
 font-family: Goldman;
  color: #fdb26b;
  font-size: 2.5rem;
  text-align: center;
  padding: 12px;
  bottom: 8px;
  width: 100%;
}

.mySlides {
    display: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Pitches Blocks */

.videogame-pitch-back {
left: 0%;
right: 20%;
background-color: #3465a4;
}
