@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400");
@import url("https://fonts.googleapis.com/css2?family=Doto:wght@400");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
 
}

/* 
	GENERIC
	* --------------------------------------- */

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  scroll-behavior: smooth;
  background-color: #14000b;
  width: 100%;
}

h2 {
  /*text-align: left;*/
  font-size: 1.5em;
  font-family: "Doto", serif;
  color: #fff;
}

h1 {
  text-align: left;
  font-family: "Doto", serif;
  font-size: 2.5em;

  color: #fff;
}

hr.mini {
  width: 20px;
  border: 0;
  border-top: solid 2px #ec008b;
  margin: 20px 0px;
}

hr.center {
  margin: 50px auto;
  border: 0;
  width: 50%;
  border-top: solid 1px #ec008b;
}

hr.minicenter {
  width: 20px;
  border: 0;
  border-top: solid 2px #ec008b;
  margin: 20px auto;
}

a {
  color: #ec008b;
  text-decoration: none;
}
a:hover {
  color: #84ff00;
  text-decoration: none;
}

p.big {
  font-size: 7vh;
  font-weight: 900;
  color: #ed008c;
  margin-top: 10%;
  font-style: italic;
}

p.small {
  font-size: 0.8em;
}

p.medium {
  color: #000;
  font-size: 1em;
  line-height: 35px;
}

img.floatLeft {
  float: left;
}

img.floatRight {
  float: right;
}

/* ------- MENU  -------- */

#menu {
  background-color: #c60269;
  color: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: right;
  padding: 0 60px;
}

a.menu {
  color: #fff;
  font-family: "Doto", serif;
  display: inline-block;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
a.menu:hover {
  color: #84ff00;
  text-decoration: none;
}

.logoMenu {
  float: left;
  height: 40px;
  margin-left: 20px;
  margin-top: 10px;
}

img.logoImg {
  max-width: 450px;
  height: auto;
}

/* CONTENT */

#fullpage {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.featureImg {
  padding-top: 50px;
  width: 500px;
}

#contentbox {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
  display: flex;
}

#contentboxLeft {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

#contentboxRight {
  width: 50%;
  margin: 0 auto;
}

#contentbox p {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  margin: 0 20px 0 0;
  text-align: left;
}


.contentImg{
  width: 90%;
  margin: 50px auto;
}

/* -----  ABOUT US ------ */

#about {
  margin: 200px auto;
}

#about h1{
  margin-top: 50px;
}

#about .aboutus {
  background-color: #eac1a6;
  color: #14000b;
  padding: 50px 30px;
}
#about .aboutusp {
  color: #14000b;
}
.aboutus h1 {
  color: #14000b;
}
/*
#about img {
  width: 90%;
  text-align: center;
}*/

#about .solodev {
  background-color: #302e38;
  color: #eac1a6;
  padding: 50px 30px;
}

#about .solodevp {
  color: #eac1a6;
}
.solodev h1 {
  color: #eac1a6;
}

#about .awards {
  background-color: #f7d491;
  color: #14000b;
  padding: 50px 30px;
}

#about .awardsp {
  color: #14000b;
}
.awards h1 {
  color: #14000b;
}

#about .support {
  background-color: #230013;
  color: #ddd5c3;
  padding: 50px 30px;
}

#about .supportp {
  color: #ddd5c3;
}
.support h1 {
  color: #ddd5c3;
}
#contact {
  background: transparent;
}
/*------------  games grid --------------*/
#games {
  /* background: url(../assets/backs/5.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-width: 90%px;
  margin: 0 auto;
  padding: 0 100px;
}

#flexDiv {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: stretch;

  justify-content: center;
  -ms-flex-direction: column;
  -webkit-align-content: center;
  overflow: hidden;
}

#game {
  max-width: 500px;
  max-height: 270px;
  color: #fff;
  margin: 20px;
  overflow: hidden;
}
img.gameTmb {
  max-width: 100%;
  height: auto;
  position: relative;
}

#game .caption {
  width: 100%;
  height: 150px;
  opacity: 1;
  background-color: #ec008beb;
  
  top: 0px;
  position: relative;
  transition: all 0.55s ease 0s;

  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  padding-top: 35px;
  font-family: "Doto", serif;
}


#game:hover .caption {
  top: -105px;
}

 
#game a:hover {
  text-decoration: none;
}

/* FOOTER */

#footer {
  background-color: #000;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

a.footerlink {
  margin: 0 10px;
  color: #e4e4e4;
}

a.footerlink:hover {
  text-decoration: underline;
  color: #f00480;
}

#social {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}

.footerImg {
  width: 150px;
  height: auto;
  margin: 0 auto;
}

.snicon {
  height: 40px;
  width: auto;
  margin: 15px;
}

/* ---- COOKIES -----*/

#wrap_policy {
  text-align: left;
  margin: 100px auto;
  width: 50%;
}

#cookieWrap {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
  color: #fff;

  font-size: 0.8em;
}
#cookieWrap p {
  padding: 10px;
  float: left;
}

#cookieBut {
  float: right;
  background-color: #ec008b;
  color: #000;
  width: 7%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 0.6em 0.8em;
  font-size: 1.2em;
  border-width: 2px;
  border-style: solid;
  white-space: nowrap;
}
#cookieBut:hover {
  background-color: #000;
  color: #ec008b;
}

/* 404 */

#oops {
  font-family: "Merriweather", serif;
  background: url(../assets/oops.jpg);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  color: #ed1780;
  font-size: 1em;
  background-attachment: fixed;
  text-align: center;
}

#oops p {
  padding: 50px 0 0 0;
  font-size: 3em;
}


.vimeo-player-iframe{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding-top: 100px;
  height: 100%;
}

#vimeo-player{
  padding: 60% 0 0 0; 
  position: relative;
}

/*  ::::::::::::::::::::::::::: */
/* --------MOBILE ----------*/
/*  ::::::::::::::::::::::::::: */

@media screen and (max-device-width: 480px) {
  #menu {
    height: 120px;
    padding: 0 0 0 15px;
    text-align: left;
  }
  a.menu {
    font-size: 0.9em;
    padding: 0 10px 0 0;
  }
  .logoMenu {
     float: none;
     margin: 20px 0 10px 0;
     
  }
  #vimeo-player{
    padding: 90% 0 0 0; 
  }

  #contentbox {
   display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


  #contentboxLeft {
    width: 90%;
  }

  #contentboxRight {
    width: 90%;
  }
  

  .contentImg{
    width: 100%;
    
  }




  #about {
    padding: 0px;
    margin: 0 auto;
  }

  #about .aboutus {
    padding: 0;
    padding-top: 20px;
  }

  #about .solodev {
    padding: 0;
    padding-top: 20px;
}

#about .awards {
  padding: 0;
  padding-top: 20px;
}
#about h1 {
  margin-top: 0px;
}

#games {
  padding: 20px;
}



#game .caption {
  height: 40px;
  padding-top: 5px;
  top: -6px;
}



.featureImg {
  padding-top: 20px;
  width:100%;
}
  h1 {
    font-size: 2em;
    margin: 20px 0;
  }

  #wrap_policy {
    text-align: left;
    margin: 100px auto;
    width: 90%;
  }

  #cookieWrap {
    padding-top: 15px;
    height: 150px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ec008b;
  }

  #cookieWrap p{
   float: none;
   
  }
  #cookieBut {
    height: 50px;
    float: none;
    width: 100px;
  }

 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #infoText {
    width: 100%;
  }
  #about {
    margin: 50px auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #infoText {
    width: 90%;
  }
}
