/* ============== VARS ============== */
:root {
  --color-content: #eeeeee;
  --color-line: rgba(255,255,255,0.1);
  --color-border: rgba(32,34,38,1);
  --color-overlay: rgba(32, 34, 38, 0.6);
  --color-overlay-transparent: rgba(32, 34, 38, 0);
  --color-overlay-dark: rgba(32, 34, 38, 0.8);
  --content-width: 1100px; }

/* ============== MIXINS ============== */
/* ============== BASE STYLES ============== */
* {
  outline: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

b, strong {
  opacity: 1;
  color: #eee; }

i, em {
  font-style: italic; }

hr {
  border: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  padding: 0; }

h1 {
  color: #FFFFFF;
  font-size: 38px;
  margin-bottom: 40px; }

h2 {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 20px; }

p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
  color: #bbb;
  margin: auto;
  margin-bottom: 15px; }

blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  margin: 20px 10px;
  padding: 5px 10px 3px; }
  blockquote p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ddd; }

a {
  text-decoration: none;
  color: #FFFFFF; }
  a :hover {
    text-decoration: none; }

/* ============== BODY ============== */
html {
  height: 100%; }

body {
  width: 100%;
  min-height: 100%;
  background-color: #202226;
  font-family: 'Lato', sans-serif;
  overflow-y: scroll;
  display: flex;
  flex-direction: column; }

#body {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(32, 34, 38, 0.68); }

#bgVideo {
  position: fixed;
  right: -10%;
  bottom: -10%;
  min-width: 120%;
  min-height: 120%;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#content {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-top: 200px; }
  #content .content-row,
  #content .content-row-full {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 100px; }
  #content .content-row-full {
    width: auto; }
  #content .content-row {
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto; }
  #content .content-dark {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--color-overlay); }

h1 {
  letter-spacing: 2px;
  font-size: 30px;
  opacity: 0.7; }

/* ============== HEADER ============== */
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 10px 0;
  color: #f1f1f1; }
  header.header-small {
    height: 60px;
    padding: 0;
    background-color: var(--color-overlay-dark);
    --blur: blur(2px);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    -o-backdrop-filter: var(--blur);
    -moz-backdrop-filter: var(--blur); }
  header #header-container {
    height: 100%;
    max-width: var(--content-width);
    margin: auto; }
    header #header-container #header-logo {
      margin-left: 20px;
      height: 100%;
      display: block;
      float: left;
      opacity: 0.6;
      transition: 0.2s; }
      header #header-container #header-logo:hover {
        opacity: 1;
        transition: 0.2s; }
      header #header-container #header-logo img {
        margin-top: 6px;
        height: 80%;
        width: auto; }
    header #header-container nav {
      height: 100%;
      margin-right: 20px;
      float: right;
      display: flex;
      align-items: center; }
      header #header-container nav a {
        padding: 25px 10px;
        color: #eeeeee;
        opacity: 0.4;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        align-items: center;
        transition: 0.2s;
        /*
				&#nav-link-games
				{
					margin-left: 30px;
				}
				*/ }
        header #header-container nav a:hover {
          text-decoration: none;
          opacity: 1;
          transition: 0.2s; }
        header #header-container nav a#nav-link-development {
          margin-left: 30px; }

/*
@media (max-width: 650px) {
	
	header
	{
		#header-container{
			
			text-align: center;
				align-items: center;
				justify-content: center;
				
			#header-logo{
				display: none;
			}
			
			nav{
				width: 100%;
				padding: 0;
				margin: 0;
				
				float: none;
				text-align: center;
				align-items: center;
				justify-content: center;
			}
		}
	}
}
*/
@media (max-width: 650px) {
  header {
    height: 60px !important; } }

/* ============== FOOTER ============== */
footer {
  text-align: center;
  overflow: hidden;
  width: 100%;
  flex-grow: 1;
  margin: 0;
  padding: 0 0 80px;
  color: #eeeeee; }
  footer hr {
    margin: 0 100px 100px; }

#footer-social img {
  opacity: 0.3;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  object-fit: contain;
  transition: 0.4s; }

#footer-social img:hover {
  opacity: 1;
  scale: 1.2;
  transition: 0.2s; }

#footer-copyright {
  margin: 0 auto; }
  #footer-copyright a {
    opacity: 0.4;
    transition: 0.4s; }
  #footer-copyright a:hover {
    text-decoration: none;
    opacity: 1;
    transition: 0.2s; }

/* ============== INDEX ============== */
#index {
  text-align: center; }

#index-logo {
  max-width: 400px;
  max-height: 400px;
  margin: 50px auto;
  overflow: hidden; }
  #index-logo #index-logo-video,
  #index-logo #index-logo-video-test {
    width: 100%;
    height: 100%; }

.index-content {
  margin-bottom: 50px;
  text-align: center; }

.index-content p strong {
  color: #fff;
  font-weight: normal; }

.index-team-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 50px; }
  .index-team-container h2, .index-team-container h3, .index-team-container p {
    width: unset;
    max-width: unset; }
  .index-team-container h2 {
    font-size: 18px;
    margin-top: 20px;
    opacity: 0.7;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }
  .index-team-container h3 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 1;
    color: #aaa; }
  .index-team-container p {
    margin-top: 20px;
    font-size: 12px; }
  .index-team-container .index-team-member {
    width: 280px;
    height: fit-content;
    margin: 25px 20px; }
    .index-team-container .index-team-member img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border: 2px solid rgba(0, 0, 0, 0.5);
      border-radius: 50%; }

/* ============== 404 ============== */
#error-404 {
  max-width: var(--content-width);
  margin: 0 auto;
  text-align: center; }
  #error-404 h1 {
    margin: 0;
    font-size: 42px; }
  #error-404 h2 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 20px; }

#contact {
  text-align: center; }

/* ============== GAMES ============== */
#games {
  text-align: center; }

.games-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 50px; }
  .games-list .game-summary {
    --transition-over: 0.2s;
    --transition-out: 0.5s;
    transition: var(--transition-out);
    position: relative;
    width: 280px;
    height: 200px;
    margin: 25px 20px;
    display: block;
    overflow: hidden;
    border-radius: 45px;
    border: 2px solid rgba(0, 0, 0, 0.3); }
    .games-list .game-summary .game-summary-background,
    .games-list .game-summary .game-summary-logo,
    .games-list .game-summary .game-summary-website {
      position: absolute;
      width: inherit;
      height: inherit;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .games-list .game-summary .game-summary-background {
      transition: var(--transition-out);
      z-index: 1;
      object-fit: cover;
      filter: blur(2px);
      opacity: 0.8;
      transform: scale(1.05); }
    .games-list .game-summary .game-summary-logo {
      z-index: 3;
      transition: var(--transition-out);
      width: 100%;
      height: 100%; }
      .games-list .game-summary .game-summary-logo .game-summary-logo-image {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        transition: var(--transition-out);
        transform: scale(0.7);
        object-fit: contain; }
    .games-list .game-summary .game-summary-website {
      transition: var(--transition-out);
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      opacity: 0;
      transform: scale(1.02);
      padding-bottom: 25px;
      background: linear-gradient(rgba(32, 34, 38, 0), rgba(32, 34, 38, 0.7));
      text-shadow: 0 0 20px black; }
      .games-list .game-summary .game-summary-website p {
        margin: 0;
        padding: 0;
        opacity: 1;
        color: #fff; }
        .games-list .game-summary .game-summary-website p.game-summary-website-visit {
          font-size: 14px; }
        .games-list .game-summary .game-summary-website p.game-summary-website-link {
          font-size: 12px;
          opacity: 0.6; }
    .games-list .game-summary:hover {
      transition: var(--transition-over);
      transform: scale(1.1);
      border: 2px solid rgba(0, 0, 0, 0.7); }
      .games-list .game-summary:hover .game-summary-background {
        filter: blur(4px);
        opacity: 0.6;
        transform: scale(1.2);
        transition: var(--transition-over); }
      .games-list .game-summary:hover .game-summary-logo {
        transition: var(--transition-over);
        height: 70%; }
        .games-list .game-summary:hover .game-summary-logo .game-summary-logo-image {
          transition: var(--transition-over);
          transform: scale(0.7); }
      .games-list .game-summary:hover .game-summary-website {
        transition: var(--transition-over);
        opacity: 1; }

/*
.game-summary
{
	flex-grow: 0;
	flex-shrink: 0;
	
	max-width: 100%;
	height: 90px;

	margin: 10px;

	opacity: 0.8;

	background-color: rgba(0,0,0,0.5);
	
	box-shadow: 0 0 20px #00000066;

	overflow: hidden;

	border: 2px solid rgba(0,0,0,1);

	transform: scale(1);
	transition: 0.2s;
}

.game-summary:hover
{
	transform: scale(1.1);
	opacity: 1;
	box-shadow: 0 10px 30px #000000CC;
}

.game-summary-a
{
	margin: 0;
	padding: 0;
	border: 0;
	
	display: block;
	width: 100%;
	height: 100%;

	background-position: center;
	background-size: 100%;

	transition: 0.2s;
}

.game-summary-a:hover
{
	background-size: 110%;
}

.game-summary-inner
{
	display: flex;
	align-content: center;

	width: 100%;
	height: 100%;

	background-color: rgba(0,0,0,0.2);
}
*/
/* ============== TOOLS ============== */
#tools {
  max-width: var(--content-width);
  margin: 0 auto;
  text-align: center; }

.tools-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.tool-summary {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  margin: 10px;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px #00000066;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: scale(1);
  transition: 0.2s; }

.tool-summary:hover {
  border-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
  opacity: 1;
  box-shadow: 0 10px 30px #000000CC; }

.tool-summary-a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  transition: 0.2s; }

.tool-summary-a:hover {
  background-size: 110%; }

.tool-summary-inner {
  display: flex;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.tools-dark {
  width: 100%;
  padding: 0; }

.tool-groups-container {
  max-width: var(--content-width);
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.tool-group {
  width: 100%;
  margin: 100px 0;
  height: fit-content; }

.tool-group-header {
  height: 70px;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); }

#news-list {
  max-width: var(--content-width);
  margin: 0 auto; }
  #news-list #news-list-header {
    width: 100%;
    margin-bottom: 50px; }
    #news-list #news-list-header h1 {
      margin: 0;
      margin-bottom: 10px;
      text-align: center; }
    #news-list #news-list-header p {
      margin: 0;
      text-align: center; }
  #news-list #news-list-body {
    display: flex; }
    #news-list #news-list-body #news-list-sidebar {
      width: 260px;
      margin-right: 30px;
      flex-shrink: 0;
      flex-grow: 0;
      border-radius: 22px;
      background-color: var(--color-overlay); }
    #news-list #news-list-body #news-list-content .news-list-item {
      display: block;
      padding: 20px 0; }
      #news-list #news-list-body #news-list-content .news-list-item * {
        text-decoration: none;
        transition: 0.4s; }
      #news-list #news-list-body #news-list-content .news-list-item h2 {
        margin-bottom: 10px;
        font-size: 28px;
        opacity: 0.8; }
      #news-list #news-list-body #news-list-content .news-list-item h3 {
        margin-top: 10px;
        opacity: 0.4;
        font-size: 18px;
        line-height: 1.5; }
      #news-list #news-list-body #news-list-content .news-list-item h4 {
        display: block;
        margin-top: 15px;
        font-size: 12px;
        opacity: 0.2; }
    #news-list #news-list-body #news-list-content .news-list-item:hover {
      text-decoration: none; }
      #news-list #news-list-body #news-list-content .news-list-item:hover > * {
        transition: 0.2s; }
      #news-list #news-list-body #news-list-content .news-list-item:hover h2 {
        opacity: 1; }
      #news-list #news-list-body #news-list-content .news-list-item:hover h3 {
        opacity: 0.8; }
      #news-list #news-list-body #news-list-content .news-list-item:hover h4 {
        opacity: 0.5; }
    #news-list #news-list-body #news-list-content hr {
      margin: 10px auto; }
    #news-list #news-list-body #news-list-content .paginator {
      color: #ddd;
      margin: 40px auto 40px;
      width: fit-content;
      font-size: 14px; }

#news-single {
  max-width: var(--content-width);
  margin: 0 auto; }
  #news-single h1 {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 50px; }
  #news-single h2 {
    padding: 0;
    opacity: 0.6;
    font-weight: normal;
    text-align: center;
    font-size: 22px; }
  #news-single .news-single-content {
    text-align: left;
    margin-top: 60px;
    padding: 10px;
    margin-bottom: 30px; }
    #news-single .news-single-content h1, #news-single .news-single-content h2, #news-single .news-single-content h3, #news-single .news-single-content h4, #news-single .news-single-content h5, #news-single .news-single-content p {
      text-align: left;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-top: 15px; }
    #news-single .news-single-content h1 {
      font-size: 30px;
      margin-top: 40px; }
    #news-single .news-single-content p {
      font-size: 18px; }
  #news-single .news-single-footer {
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    color: #ddd;
    background-color: var(--color-overlay); }
