@import url("https://use.typekit.net/oqs7rpl.css");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+PL:wght@100..400&family=Roboto&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100vh;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 2px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


footer {
  position: relative;
  top: 1rem;
  padding: 1rem;
  background-color: #00aeef;
  margin-top: auto;
  box-shadow: 5px -5px 0px 0px #ec008c;
  -webkit-box-shadow: 5px -5px 0px 0px #ec008c;
  -moz-box-shadow: 5px -5px 0px 0px #ec008c;
  border-top: 3px solid black;

}


a {
  text-decoration: none;
}

li {
  list-style: none;
}

.lg_title{
  font-size: 2rem;

}





.bg-secondary {
  background-color: #ec008c;
}

.bg-white {
  background-color: #fff;
}

.box-shadow-primary {
  box-shadow: 5px 5px 0px -1px #00aeef;
}

.box-shadow {
  box-shadow: 5px 5px 0px -1px #000;
}

.box-shadow_white {
  box-shadow: 5px 5px 0px -1px #fff;
}
.comic-font {
  font-family: "ccmeanwhile", sans-serif;
  font-style: normal;
}
.comic-font_title {
  font-size: 1.25rem;
  font-family: "ccmeanwhile", sans-serif;
  font-style: normal;
}
.secondary-title {
  font-size: 2rem;
  font-family: "ccmeanwhile", sans-serif;
  font-style: normal;
  margin-bottom: 1rem;
}
.secondary-font {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

.comic_border {
  border: #000 solid 3px;
}

.bg_white-container {
  background-color: #fff;
  padding: 1rem;
}
.sub-txt_main-color {
  color: #00aeef;
  margin-top: 1rem;
  font-size: 1.5rem;
}


.bg-cyan-container {
  background-color: #00aeef;
}

.border-top {
  position: absolute;
}
.main-header-bg {
  background-color: #ec008c;
  margin: 1rem;
}

.main-header {
  font-family: "ccmeanwhile", sans-serif;
  font-style: normal;
  background-image:url(/img/border_shadow.png);
  background-attachment: scroll ;
  background-size:auto;
  background-position:  top;
  background-repeat: repeat-x;
  background-color: #ec008c;
}

.header-title-container {
  position: relative;
  align-self: flex-start;
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  top: -1rem;
  right: -3rem;

  color: #000;
  font-size: .75rem;
    animation-duration: .5s;
  animation-name: header;
}




@keyframes header {
  from {
    right: -50rem;
    top: -1rem;

  }

  50% {
    right: 0rem;
    top: -1rem;
  }
  80% {
    right: 1rem;
    top: -1rem;
  }
  to {
    right: -3rem;
    top: -1rem;
  }
}


.title-container {
  position: relative;
  align-self: flex-start;
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 1rem;
  top: -1rem;
  margin-left: 1rem;

  color: #000;
  /* width: 75%; */
}

.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-intro {
  padding: 2rem 0;
}

.main-secondary {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  width: 95vw;
  padding: 0.5rem;
  background-color: #00aeef;
  color: #fff;
}

.header-title {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  /* text-shadow:  5px 5px #d13737, 0 5px #d13737, 0px 0 #d13737, 0 0px #d13737, 5px 5px #0d7c8d, 0 5px #0d7c8d, 0 0 #0d7c8d, 0 0 #0d7c8d; */
  letter-spacing: 1rem;
  text-align: center;
}

.header-title em {
  font-size: 2rem;
}

.header-button {
  grid-row: 3/4;
  align-self: flex-end;
}

.comic-button {
  background-color: rgb(255, 255, 0);
  padding: 1rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  align-content: center;
  width: fit-content;
  top: 1.5rem;
  margin-left: 2rem;
}

.comic-button:hover {
  box-shadow: 10px 10px 0px -1px #000;
  background-color: #00aeef;
}

.comic-button:active {
  box-shadow: 20px 20px 0px -1px #000;
}
.header-button {
  grid-row: 3/4;
  justify-self: end;
  align-self: flex-end;
}

.about-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #00aeef;
  padding: 1rem;
  border-top: #000 3px solid;
  border-bottom: #000 3px solid;
  min-height: 50vh;
  background-image: url(/img/border_shadow.png) ;
  background-attachment: scroll;
  background-size:auto;
  background-position:  top;
  background-repeat: repeat-x;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.about-container p:after {
    content: "";
    position: absolute;
    bottom: -2.2rem;
    left: 4rem;
    border-width: 60px 60px 0 0;
    border-style: solid;
    border-color: #fff transparent;

  }


.about-container p {
  /* background: url(/img/border_bottom-c.png) bottom no-repeat; */
  padding: 3rem 1rem;
  margin: 2rem 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  text-align: center;
  position: relative;

}

.img-gallery-col{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;

}
.img-gallery-col img{
  width: 90%;
  cursor: pointer;

}

.img-gallery-col img:hover{
  filter: saturate(0);
  mix-blend-mode: multiply;
}

.img-gallery {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 1rem;
  margin-top: 1rem;
}

.img-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 83%;
  margin-left: 1rem;
}

.img-container:last-of-type {
  margin-right: 1rem;
}

.img-container img {
  width: 85vw;
  position: relative;
  top: 0.15rem;
  z-index: -10;
}

.img-container p {
  position: absolute;
  bottom: 5%;
  display: inline;
  background-color: #fff;
  width: 80%;
  text-align: center;
  padding: 1rem 0;
  border: 3px solid black;
  font-family: "ccmeanwhile", sans-serif;
  font-style: normal;
  z-index: 10;
}

.border-title {
  background-color: #ec008c;
  margin: 2rem 0 0;
}

.border-title:first-of-type {
  margin: 0;
}



.social_links {
  grid-row: 1 / 17;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  font-size: 3rem;
}
.social_links a {
  color: rgb(255, 255, 0);
  margin-right: 1rem;
}

.social_links a:hover {
  color: #00aeef;
}









.secondary-title {
  font-size: 1.25rem;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}
.flex-container_sub-title{
  width: 100%;
text-align: center;
margin: 2rem 1rem;
}

.flex-container_row {
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem auto;
  align-content: center;

}

.about_me_layout{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  color: #fff;
  align-items: center;
  background-image:  url(/img/background_magenta.jpg) ;
  background-size:  cover;
  background-position:bottom;
  background-repeat: no-repeat;
  margin: 1rem;
 
}

.about_me_layout-col_one{
  grid-column: 1 / 3;
  font-size: 2rem;
  justify-self: center;
  align-self: center;
  text-align: right;


}
.about_me_layout-col_two{
  grid-column: 1 / 3;
 text-align: center;
  justify-self: center;
  align-self: center;
}

.about_me_layout-col_two li{
  margin: 1rem 1rem 2rem 2rem;
  text-align: left;

  color: #fff;
  padding: 1rem;
  list-style: disc;
}

summary::marker{
  color: #ec008c;
  font-weight: bold;
  
}


summary{
  font-size: 1rem;;
  
}
details{
  background-color:#e3edf7 ;
  padding: 1rem;
  width: 90%;
  margin: 1rem auto;
  line-height: 2rem;
  cursor: pointer;
  scroll-behavior: smooth;
}

details p{
  margin-top: 1rem;
}

.flex-grid{
  display: flex;
  width: 100vw;
  flex-direction: column;
}

.accordion-container{
  width: 100%;
}
.sub-txt_accordion ul li{
  list-style: disc;
  margin-left: 1rem;
  line-height: 3rem;
}
.sub-txt_accordion ul li::marker{
  color: #ec008c;
}
.port_button{
  width: 100%;
  flex-wrap: wrap;
  text-align: center;

}
.port_button a{
  background-color: yellow;
  padding: 1rem;
  margin-top: 1rem;
  display: inline-block;
  font-family: "ccmeanwhile", sans-serif;
}
.port_button a:hover{
  box-shadow: 10px 10px 0px -1px #000;
  background-color: #00aeef;
}


/********************* TABLET ******************/
@media only screen and (min-width: 768px) {
  .img-container {
    width: 42%;
  }
  .img-container img {
    width: 41vw;
  }
  .img-gallery-col {
    justify-content: flex-start;
    align-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
    white-space: wrap;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .img-gallery-col img{
    width: 45%;
  
  }

  .img-gallery {
    margin-bottom: 1rem;
  }



  .main-secondary {
    font-size: 1rem;
    width: auto;
  }

  .header-title {
    font-size: 2rem;
  }

  .header-title em {
    font-size: 3rem;
  }

  .lg_title{
    font-size: 4rem;
  
  }
  .about-container p:after {
    bottom: -3rem;
  }

  .about-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid;
    background-image: url(/img/border_shadow.png), url(/img/background_cyan.jpg) ;
    background-attachment: scroll, fixed;
    background-size:auto, auto;
    background-position:  top, bottom;
    background-repeat: repeat-x;
    min-height: 40vh;
  }
  .about_me_layout{
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 1rem;
    color: #fff;
    align-items: center;
    height: 75vh;
    background-image:  url(/img/background_magenta.jpg) ;
    background-attachment: fixed;
    background-size:  cover;
    background-position:bottom;
    background-repeat: no-repeat;
  }
  .about_me_layout-col_one{
    grid-column: 1 / 8;
    justify-self: flex-end;
    align-self: center;
  }
  .about_me_layout-col_two{
    grid-column: 8 / 16;
   
    justify-self: flex-start;
    align-self: center;

  }

  summary{
    font-size: 1.5rem;
    padding: 1rem;

  }

  #lightbox{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height:100% ;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

#lightbox.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
#lightbox img{
    max-width: 75vw;
    max-height: 75vw;
    border: #00aeef 3px solid;
    box-shadow: 5px 5px 0px -1px #000;

}

}

/********************* DESKTOP ******************/
@media only screen and (min-width: 1200px) {
  .main-header {
    background-image:url(/img/border_shadow.png),url(/img/background_magenta.jpg);
    background-attachment: scroll, fixed;
    background-size:auto, contain;
    background-position:  top, top;
    background-repeat:  repeat-x, repeat-x;

  }

  .header-title-container {
    left: 1rem;
    font-size: 1.25rem;
  }
  
  .title-container {
    width: auto;
  }
  .about-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid;
    background-size:contain, contain;
    background-position: top, 50% 100%;
    min-height: 50vh;

  }


  .about-container p {
    width: 50vw;
    padding: 3rem;
    transform: skew(-10deg, 0deg);
font-size: 1.25rem;


  }
  .comic-button {
    align-self: center;

    top: 1.5rem;
  }
  .img-gallery-col {
    justify-content: center;
    align-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
    white-space: wrap;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .img-gallery-col img{
    width: 23%;
  
  }
  .img-gallery {
    justify-content: flex-start;
    align-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
    white-space: wrap;
    flex-wrap: wrap;
  }
  .img-container {
    width: 23%;
  }

  .img-container img {
    width: 100%;
    position: relative;
    top: 0.25rem;
    left: 0.3rem;
    z-index: -10;
  }

  .img-container a:hover {
    /* background-color: rgba(0, 175, 239, 0.356); */
    filter: saturate(0);
    mix-blend-mode: multiply;
  }

  .img-container:last-of-type {
    margin-right: 0rem;
  }

  .flex-container {
    flex-direction: row;
    width: 100%;
  }




  .icon-img {
    width: 100%;
    margin-right: 0;
    border-radius: 25px;
  }

  .secondary-title {
    font-size: 1.25rem;
  }
  .about_me_layout-col_one{
    font-size: 3rem;
  }

  .about_me_layout-col_two p{
    width: fit-content;
 
   }

   .flex-grid{
    flex-direction: row;
  }

  
  summary{
    padding: 2rem;

  }
  #lightbox{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height:100% ;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

#lightbox.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
#lightbox img{
  width: auto;

    height: 80%;
    border: #00aeef 3px solid;
    box-shadow: 5px 5px 0px -1px #000;

}

}


@media all and (max-width: 1500px) and (orientation : landscape) {
  .img-container {
    width: 25%;
  }

  .img-container img {
    width: 26vw;

  }

  .img-container p{
    font-size: .7rem;
  }
  .img-gallery-col{
    overflow-x: auto;
    white-space: nowrap;
  }
  .img-gallery{
    overflow-x: auto;
    white-space: nowrap;
  }

}