@charset "utf-8";
/* CSS Document */

@font-face{
font-family:'Lato Bold'; 
src: url("../fonts/Lato-Bold.woff2");
font-display: swap;
}

@font-face{
font-family:'Lato light'; 
src: url("../fonts/Lato-Light.woff2");
font-display: swap;
}

@font-face{
font-family:'Bebas'; 
src: url("../fonts/BebasNeueBold.woff2");
font-display: swap;
}

html { 
background-image: url(../images/bg-flufftopia-fluffmazing.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: 100%;
-moz-background-size: 100%; 
-o-background-size: 100%; 
background-size: 100%; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}

.page-container {
position: relative;
min-height: 100vh;
}

.content-wrap {
padding-bottom: 2.2em;
display: inline-block;
width: 100%;
}

body {
background-color: rgba(0, 0, 0, 0);
font-size: 100%;
color: #2D1C15;
width: 100%;
height: 100%;
font-family: 'Lato light';
margin: 0;
padding: 0;
text-align: center;
    border-color: #2D1C15;
}

/* Navi */
.nav {
background: #FFEFD7;
width: 100%;
display: table;
border-bottom: 5px solid #2D1C15;
margin: 0;
padding: 0;
white-space: nowrap;
filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
}

.navmobile {
display: none;
background: #FFEFD7;
width: 100%;
border-bottom: 5px solid #2D1C15;
margin: 0;
padding: 0;
white-space: nowrap;
border: none;
filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
}

ul {	
width: 100%;
list-style-type: none;
margin:0;
padding: 0;
}

li {
float: right;
}

li.left {
float: left;
}

li a{
display: inline-block;
font-family: 'Lato Bold';
color: #2D1C15;
text-align: center;
padding: 16px 18px;
margin: 0;
text-decoration: none;
font-size: 1.5em;
}

li a.active{
color: black;
}

li a:hover{
color: #774f3a;
}

img.logo {
height: 24px;
padding: 3px 0 0 0;
}

/* Responsive Navi */
@media screen and (max-width:1080px){
.navmobile {
display: table;
}

.nav {
display: none;
}

li {
float: left;
}

li a {
padding: 12px 20px;
font-size: 2.2em;
}

img.logo {
display: none;
}

li.left {
display: none;
}
}

img.logohead {
width: 760px;
padding: 4em 0;
}

.button {
font-size: 1.4em;
border: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #e6e6e6;
background-color: #2D1C15;
box-sizing: border-box;
padding: 8px 80px;
display: inline-block;
margin: 15px 0;
transition: all 0.23s ease-in-out 0s;
font-family: 'Lato Bold', sans-serif;
width: 100%;
}

.button:hover {
background-color:#4E3226; cursor:pointer;
}

.textboxblog {
background-color: #FFEFD7;
border: 5px solid #2D1C15;
border-radius: 25px;
width: 1012px;
padding: 40px;
margin: 2em auto;
filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
text-align: left;
}

.buttonbox {
object-fit: contain;
width: 1092px;
padding: 0px;
margin: 2em auto 0 auto;
filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
}

.box {
object-fit: contain;
}

.columnleft {
width: 48%;
padding: 0 2% 0 0;
margin: 0;
text-align: inherit;
float: left;
}

.columnright {
width: 48%;
padding: 0 0 0 2%;
margin: 0;
text-align: center;
float: left;
}

.column {
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}


.row:after {
content: "";
display: table;
clear: both;
}

img.platform {
width: 300px;
opacity: 0.7;
}

iframe.gameyt {
width: 1092px;
height: 568px;
margin: 0 auto;
padding: 0;
filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
}

h1 {
font-family: 'Lato Bold',sans-serif;
text-transform: uppercase;
font-size: 3.3em;
margin: 50px 0 30px 0;
padding: 0;
}

h2 {
font-family: 'Lato Bold',sans-serif;
text-transform: uppercase;
font-size: 2.5em;
margin: -10px 0 30px 0;
padding: 0;
}

h3 {
font-family: 'Lato Bold',sans-serif;
text-transform: uppercase;
font-size: 1.8em;
margin: -10px 0 30px 0;
padding: 0;
}

h4 {
font-family: 'Lato Bold',sans-serif;
font-size: 1.35em;
margin: 0;
padding: 0;
}

p {
font-family: 'Lato Light',sans-serif;
font-size: 1.35em;
color: #494949;
}

a {
text-decoration: underline;
color: inherit;
}

p.headlinetext {
font-family: 'Bebas',sans-serif;
font-size: 12em;
margin: 60px 0 30px 0;
padding: 0;
color: white;
}

.footer {
background: #FFEFD7;
width: 100%;
    border-top: 5px solid #2D1C15;
display: table;
margin: 0;
white-space: nowrap;
border: ;
bottom: 0;
height: 2.2em;
position: absolute;
color: #494949;
}

@media screen and (max-width:1080px){
img.logohead {
width: 75%;
padding: 4em 0;
}

.button {
font-size: 2em;
}

.textboxblog {
width: 696px;
padding: 20px;
margin: 1em auto;
}

.buttonbox {
width: 736px;
margin: 2em auto 0 auto;
}

.columnleft {
width: 100%;
margin: 0;
text-align: inherit;
float: none;
}

.columnright {
width: 100%;
padding: 40px 0 0 0;
text-align: left;
float: none;
}

.column {
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}

img.platform {
width: 400px;
opacity: 0.7;
}

iframe.gameyt {
width: 736px;
height: 414px;
}

h1 {
font-size: 3.3em;
margin: 20px 0 10px 0;
}

h2 {
font-size: 2.5em;
margin: 0px 0 10px 0;
}

h3 {
font-size: 1.8em;
margin: 0px 0 10px 0;
}

h4 {
font-size: 1.8em;
margin: 0;
padding: 0;
}

p {
font-size: 1.8em;
}

a {
text-decoration: underline;
color: inherit;
}

p.headlinetext {
font-family: 'Bebas',sans-serif;
font-size: 12em;
margin: 60px 0 30px 0;
padding: 0;
color: white;
}

.footer {
padding-top: 1em;
padding-bottom: 0.5em;
bottom: 0;
width: 100%;
height: 2.2em;
font-size: 1em;
}
}

/* Gallery */
.carousel-wrapper{
height:615px;
position:relative;
width:1092px;
margin:50px auto;
}

.carousel-item{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
padding:25px 50px;
opacity:0;
transition: all 0.5s ease-in-out;
filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
}

.arrow{
border: solid white;
border-width: 0 4px 4px 0;
display: inline-block;
padding: 10px;
}

.arrow-prev{
left:-30px;
position:absolute;
top:50%;
transform:translateY(-50%) rotate(135deg);
}
 
.arrow-next{
right:-30px;
position:absolute;
top:50%;
transform:translateY(-50%) rotate(-45deg);
}

@media (max-width: 1314px) {
.arrow, .light .arrow {
background-size: 10px;
background-position: 10px 50%;
}
.carousel-wrapper{
height:414px;
position:relative;
width:736px;
margin:3em auto;
}
}

/*Select every element*/
[id^="item"] {
    display: none;
  }

.item-1 {
    z-index: 2;
    opacity: 1;
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_1.jpg');
  background-size:cover;
  }
.item-2{
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_2.jpg');
   background-size:cover;
}
.item-3{
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_3.jpg');
   background-size:cover;
}
.item-4{
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_4.jpg');
   background-size:cover;
    
}.item-5{
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_5.jpg');
   background-size:cover;
    
}.item-6{
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_6.jpg');
   background-size:cover;
    
}.item-7{
  background:url('../images/flufftopia_fluffmazing_edition_screenshot_7.jpg');
   background-size:cover;
}
/*.item-5{

}*/

*:target ~ .item-1 {
opacity: 0;
}

#item-1:target ~ .item-1 {
opacity: 1;
}

#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target ~ .item-5, #item-6:target ~ .item-6, #item-7:target ~ .item-7 {
z-index: 7;
opacity: 1;
}