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

body {
	background-color: #ffffff;
	color: #0597AE;
    font-family: "Comfortaa", sans-serif;
    margin: 0;
    padding: 0;
}

// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.comfortaa-<uniquifier> {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a:link    { color: #0597AE; text-decoration: none; }  
a:visited { color: #0597AE; text-decoration: none; }  
a:hover   { color: #8AD442; text-decoration: none; }  
a:active  { color: #8AD442; text-decoration: none; }  


h1 {
    font-weight: 500;
    font-size: 18px;
    display: inline;
    position: absolute;
    top: 87px;
    text-align: right;    
}

h2 {
    font-weight: 550;
    font-size: 50px;
    color: #8AD442;
    text-align: center;  
}

h3 {
    font-weight: 500;
    font-size: 19px;
    text-align: center;  
}

h4 {
    font-weight: 500;
    font-size: 19px;
    text-align: left;  
}

h5 {
    font-weight: 500;
    font-size: 20px;
    text-align: left; 
}
        
p {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

@media (max-width: 1100px) {
    h1 { font-size: 15px;}
    h2 { font-size: 25px;}
    h3 { font-size: 15px;}
    h4 { font-size: 15px;}
    h5 { font-size: 20px;}
    p { font-size: 15px;}
}


#wrap {
  max-width: 1300px;
    padding:0;
	margin:0 auto;
    }

#block img {
    width:90%;
        margin:auto;
        padding:0;
}

#half {
    padding:0;
    margin:0;
}

#main {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

#main-alt {
     max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
    width: 1200px;
    overflow: hidden;
    padding: 0;
}

#main-alt2 {
     max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
    width: 1200px;
    overflow: hidden;
}

#main-comics {
     max-width: fit-content;
        padding: 0;
    margin: 0;
}


#illustration {
   display: flex;
  justify-content: center;
     overflow: hidden;
}

#left-illustration {
	float:left;
	margin:0;	
}

#right-illustration {
	float:right;
	margin:0;
}



#left {
	float:left;
	margin:0;
	padding:0 12px 0 0;
    width: 278px;
}

#right {
	float:right;
	width:900px;
	margin:0;
	padding:0;
}



#comicswrap{
  margin-left: auto;
  margin-right: auto;
    overflow: hidden;
}

#leftcomics {
	float:left;
	margin:0;
    width: 400px;
}

#rightcomics{
    float:right;
	width:545px;
	margin: auto;
	padding:0;
}

#bothcomics{
    position:relative;
	width:1050px;
	padding:0;
	margin:0 auto;
}

@media (max-width: 1100px) {
    #leftcomics {
       display: none;
    }
    #bothcomics {
	padding:0;
	margin:0 auto;
    }
    
    #rightcomics{
    display:contents;
	width:545px;
	margin: auto;
	padding:0;
}
    
}

#storywrap{
  margin-left: auto;
  margin-right: auto;
    overflow: hidden;
    padding:0;
}

#storycenter {
   display: flex;
  justify-content: center;
     overflow: hidden;
}

#leftstory {
	float:left;
	margin:0;
    width: 280px;
}

#rightstory{
    float:right;
	width:880px;
	margin: auto;
	padding:0;
}

#mobilestory{
    display:none;
}

#full {
    width:50%;
}

#storyfull {
   display: flex;
  justify-content: center;
     overflow: hidden;
}

@media (max-width: 1100px) {
    #leftstory { 
        display: none;
    }
    #rightstory{
        display: none;
    }
    #mobilestory{
        display:flex;
        width: 100%;
        margin: auto;
        padding: 0;
    }
}

@media (max-width: 790px) {
    .full {
        width:100%;
    }
    #storyfull {
        display: block;
        justify-content: center;
        overflow: hidden;
}
}

#leftabout {
	float:left;
	margin:0;
    width: 400px;
}

#rightabout{
    float:right;
	width:55%;
	margin: auto;
    padding-left: 30px;
}

@media (max-width: 790px) {
    #leftabout { 
        float:none;
        width:90%;
        margin:auto;
        padding:0;
        
    }
    #rightabout { 
        float:none;
        width:80%;
        margin: auto;
        padding:0;
    }
 }



* {
  box-sizing: border-box;
}
body {
  margin: 0;
 }
.nav {
  max-width:1250px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.nav > .nav-header {
  flex: 0.95;
  padding-left: 1rem;
}
.nav > .nav-header > .nav-title {
  font-size: 25px;
  color: #0597AE;
}
.nav > .nav-list {
  display: flex;
  gap: 2rem;
}
.nav > .nav-list > li {
  list-style-type: none;
}
.nav > .nav-list > li a {
  text-decoration: none;
  color: #0597AE;
  cursor: pointer;
}
.nav > .nav-list > li a:hover {
  text-decoration: none;
  color: #8AD442;
  cursor: pointer;
}
.nav > #nav-check {
    display: none;
}
@media (max-width: 1100px) {
  .nav {
    padding: 1rem;
  }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0.2rem;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #0597AE;
  }
  .nav > .nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
      z-index: 1000;
    gap: 1rem;
    width: 100%;
    background-color: #ffffff;
    height: 0;
    transition: all 0.3s ease-in;
    top: 40px;
    left: 0;
    overflow: hidden;
      box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
  }
  .nav > .nav-list > li {
    width: 100%;
    margin-top: 1.5rem;
  }
    
    .nav > .nav-list > li-hide {
  display: flex;
        margin-top: 10px;
  }
  .nav > #nav-check:checked ~ .nav-list {
    height: calc(100vh - 50px);
  }
} 

   

.flex-container {
  display: flex;
  align-items: stretch;
    text-align: center;

}

.flex-container>div {
  margin: 5px;
  text-align: center;
}

.flex-half {
  display: flex;
  flex-direction: row;
  text-align: center;
    grid-row-gap: 5%;
    margin: auto;
    }






.modal_image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
}


@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)}
    to {transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-height: 1100px){
    .modal-content {
        max-height: 90%;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 2000px){
    .modal-content {
        max-width: 90%;
    }
}







