@font-face {
    font-family: Cardenio;
    font-display: auto;
    src: url(../fonts/Marmelad-Regular.ttf);
}

body {
	font-family: Cardenio, 'Roboto', sans-serif;
	background-image: url("../images/background.jpg");
  background-attachment:fixed;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-color: #396487;
  background-size: cover;
  color: rgba(255, 246, 246, 1.0);
  font-size: 16pt;
  line-height: 1.75rem;
  padding: 16px;
}

img {
  max-width: 100%;
  max-height: 100%;
	width: auto;
	height: auto;
}

.studio-logo {
  width: 512px;
  max-width: 100%;
	/* margin-top: 32px 4px 0px 4px; */
	margin-top: 32px;
}

.game-title {
	max-height: 120px;
	/* margin-top: 32px 4px 0px 4px; */
	margin-top: 32px;
  margin-bottom: 32px;
}

.content {
	text-align: center;
	margin: 0px 4px;
}

.section {
	line-height: 250px;
}

.section img {
  height: 250px;
  display: inline-block;
  vertical-align: middle;
}

.section p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}

.screenshot {
    box-shadow: 2px 2px 6px 0px #967310ad;
    margin: 60px auto;
    width: 100%;
    max-width: 700px;
    max-height: 350px;
    overflow: hidden;
}

.screenshot .sssnext {
	max-height: 350px;
	opacity: 0;
}

.screenshot .sssprev {
	max-height: 350px;
	opacity: 0;
}

.screenshot:hover .sssprev {
	opacity: 1;
}

.screenshot:hover .sssnext {
	opacity: 1;
}

a, a:link, a:visited, a:active {
  color: rgba(255, 246, 246, 0.75);
}

a:hover {
  color: rgba(255, 246, 246, 1.0);
  scale: 1.1
}

a:active {
  color: rgb(46, 44, 44);;
}

/* hello! */
.hi {
  width: 100%;
  max-width: 512px;
  display: block;
  text-align: center;
  margin: 4px auto;

  font-size: 15pt;
  line-height: 18pt;

  color: rgba(255, 246, 246, 0.85)
}

ul.header-menu {
  cursor: default;
	list-style: none;
	padding-left: 0px;
  margin: 0px;
  font-size: 20px;
}

ul.header-menu a {
  text-decoration: none;
}

ul.header-menu li {
  	display: inline-block;
    padding-right:0.4em;
    padding-left: 0.4em;
    text-align: center;
}

ul.header-menu li:hover {
  scale:1.1;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
  margin: 12px;
}

ul.icons li {
	display: inline-block;
	padding-left: 0.0em;
}

ul.icons a {
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	display: inline-block;
	text-align: center;
	color: #ffffffa9;
}

ul.icons a:hover {
	color: #ffffffff;
  scale: 1.1;
}

/* Style all font awesome icons */

.fa {
  padding: 0px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff
}

.fa-brands {
  padding: 0px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff
}

.fa-regular {
  padding: 0px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}


/* ------------------------------------------------------------------------------- */
/* Portfolios */
/* ------------------------------------------------------------------------------- */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

.siema-wrapper {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.siema {
  margin: 0;
  display: flex;
}
.siema > div {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.siema img {
  display: block;
  /*vertical-align: top;*/
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0 !important;
}

.slider-group {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 720px;
    text-align: center;
    margin: 0px auto;
}

.slider-controls {
  font-size: 1rem;
  letter-spacing: -0.1rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 16px;
}
.slider-controls button {
  cursor: pointer;
  border-bottom: 0px solid;
  color:rgba(255, 246, 246, 0.85);
}
.slider-controls button:hover {
  cursor: pointer;
  border-bottom: 0px solid;
  color:rgba(255, 246, 246, 1.0);
  scale: 1.1
}

div.boxed .slider-heading {
  margin-top: 0;
}

a.cta-project {
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 999px;
  padding: 2px 8px;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
a.cta-project:hover {
  transition: color 0.1s ease-out, border-color 0.1s ease-out;
}

h2.slider-heading {
  text-align: center;
  font-size: 25pt;
}

.slider-heading {
  width: 100%;
  max-width: 720px;
  display: block;
  text-align: left;
  margin: 4px auto;

  color: rgba(255, 246, 246, 1.0)
}

ul.portfolio-buttons {
  cursor: default;
	list-style: none;
	padding-left: 0px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
}

ul.portfolio-buttons a {
  text-decoration: none;
}

ul.portfolio-buttons li {
  	display: inline-block;
    padding-left: 0.5em;
    text-align: center;
}

ul.portfolio-buttons li:hover {
  scale:1.1;
}

/* portfolio - image headings*/

.image-group {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 720px;
    text-align: center;
    margin: 0px auto;
}

.image-heading {
  width: 100%;
  max-width: 720px;
  display: block;
  text-align: left;
  margin: 4px auto;

  color: rgba(255, 246, 246, 1.0)
}

/* smaller games */
img.many-games {
    border-radius: 10px;
}

/* about us */
.about {
  max-width: 720px;
  display: block;
  text-align: left;
  margin: 4px auto;
}

.about-title {
  text-align:center;
}

.about-content{
  width: 100%;
  max-width: 415px;
  display: block;
  text-align: justify;
  margin: 0px auto;

  color: rgba(255, 246, 246, 0.85)
}

img.about {
  border-radius: 10px !important;
  max-width: 350px;
  max-height: auto;
  margin-bottom: 32px;
}
