@charset "UTF-8";

/*CSS code app for MAGICUS ART LTD main site*/

/*all pages background*/
.back-for-index {
	right: 0rem;
	left: 0rem;
	top: 0rem;
	background-color: #000000;
	background-image: url(../images/big20/big_planet_20.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}

.back-for-pages {
	right: 0rem;
	left: 0rem;
	top: 0rem;
	width: auto;
	background-color: #000000;
	background-image: url(../images/big20/big_planet_20_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}

.back-for-pages-1 {
	right: 0rem;
	left: 0rem;
	top: 0rem;
	background-color: #000000;
	background-image: url(../images/big20/big_planet_20_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}

/*text*/

.general-text-000 {
	font-family: arial;
	font-size: 18px;
	font-style: italic;
}

.general-text-001 {
	font-family: arial;
	font-size: 16px;
}

/*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: 2px;
	padding: 4%;
	background: #455a64;
	font-size: 20px;
	font-family: Goldman;
}

.block-hard:hover {
	background: #303f9f;
}

.block-free-n-ram {
	left: 0px;
	right: 2px;
	top: 0px;
	background-color: #303f9f;
	border-style: dotted;
	border-radius: 20px;
	border-color: #cfd8dc;
	border-width: 2px;
	padding: 6%;
}

/*buttons*/

.small-button-grey {
	height: 40px;
	max-width: 230px;
	padding: 4px;
	border-style: ridge;
	border-radius: 0.5rem;
	border-color: #899292;
	background: #303f9f;
	font-family: Arial;
	text-decoration-style: solid;
	font-size: 18px;
	color: #fbfafe;
}

.small-button-grey:hover {
background: #261470;
border-color: #261470;
font-family: Arial;
font-size: 20px;
color: #c79aff;
}

/*slayder*/

* {box-sizing:border-box}

.slideshow-container {
  max-width: 90%;
  position: relative;
  margin: auto;
}

.slayder-text {
 font-family: Goldman;
  color: #fce8ae;
  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;
}

.videogame-pitch-back-1 {
left: 0%;
right: 20%;
background-color: #0b1429;
}
