

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url("https://use.typekit.net/raa0tky.css");


html{
   font-family: 'niveau-grotesk', sans-serif;
}

body{
    font-family: 'niveau-grotesk', sans-serif;
    margin: 0;
    padding: 0;
}

.start{
    height: 40em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: url("img/background.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
    font-size: 10em;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: white;
}


h2{
    text-align: center;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: white;
}

h3{
    font-size: 3em;
}

h4{
    font-weight: 500;
    text-align: center;
    font-size: 1.5em;
    padding: 0;
    padding-top: 8%;
    margin: 0;
}

p {
    font-size: 1.5em;
    line-height: 1.5em;
}

.about{
    padding: 8% 10% 0%;
}

.about .mobile {
    display: none;
}


.characters{
     display: flex;
    justify-content: center;
    height: 23em;
    width: auto;
    margin-top: 8%;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

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

.column {
  float: left;
  width: 25%;
}

.row {
    padding: 0% 9% 20%;
    display: flex;
}

.comictitle{
    padding: 8% 10% 0%;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}



.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
}


.close {
  color: white;
  position: absolute;
     position: fixed;
  top: 10px;
  right: 25px;
  font-size: 4em;
    z-index: 9000;
    
}


.mySlides {
  display: none;
justify-content: center;
}

.cursor {
  cursor: pointer;
}

.button {
    display: flex;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
color: white;
  font-weight: bold;
  font-size: 4em;
  user-select: none;
  -webkit-user-select: none;
}

.prev{
    left: 0;
}


.next {
  right: 0;
}



.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}


img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 1);
}

footer{
    background-color: #4c56a0;
    color: white;
    text-align: center;
    padding: 2em;
}

@media only screen and (max-width: 600px) {
    .row{
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40%;
    }
    
    .column {
        align-self: center;
        width: 80%;
        padding: 10%;
        margin: 10%;
    }
    
    .modal-content {
        width: 100%;
        height: auto;
    }
    
    h3 {
        text-align: center;
        font-size: 2.5em;
    }
    
    p {
        font-size: 1.2em;
    }
    
    .about{
        margin-top: 10%;
        margin-bottom: 40%;
    }
    
    .start {
    background-image: url("img/bcmobil.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    }
    
    .characters{
        height:5em;
    }
    
    h1{
        font-size: 5em;
    }
    
    h2{
        font-size: 2em;
        padding-left: 1%;
        padding-right: 1%;
    }
    
  .prev, .next 
    {
        font-size: 2em;
        font-weight: 500;
        color: black;
        background-color: rgb(255, 255, 255, 0.8);
    }
    
    .close {
        color: black;
        background-color: rgb(255, 255, 255, 0.8);
        padding: 0 2% 0;
        font-size: 2.5em;
    }
    
    .about .web {
    display: none;
}
    .about .mobile {
    display: inline-block;
}
}







