
/* Basic */
:root {
    --animate-delay: 5s;
  }

body{
      font-size: 1.25em;;
  }
html, body {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Roboto', sans-serif;
}

html {
    overflow: auto;
}
/* Preloader */
body.preloader-site {
  overflow: hidden!important;
  transition: 0.5s all linear

}

h1, h2, h3, h4, h5, h6, .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
} 

.navbar-item {
    text-transform: uppercase;
}

.navbar-item:hover {
    color: hsl(171, 100%, 41%)	!important;
}
.navbar-link:hover {
    color: hsl(171, 100%, 41%)	!important;
}
.zoom-icon {
    transition: transform .2s; /* Animation */

}

.zoom-icon:hover {
    transform: scale(1.5);
}
.subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: red;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  transition: 0.5s all linear

}
.hidden{
	opacity: 0;
}
.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  text-align: center;
}
.spinner-border {
  color: orange;
}

#header {
    height: 40vh;
    position: relative;
    overflow: hidden;
}
.header-img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    min-width: 100%;
    height: 100%;
}
.header-text {
    position: relative;
    top: 8rem;
    left: 4rem;
}
.header-text p {
    opacity: 0;
}
#single-page-header {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.single-page-header-img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    min-width: 100%;
    height: 100%;
}
.single-page-header-text {
    position: relative;
    top: 8rem;
    left: 4rem;
}
.single-page-header-text p {
    opacity: 0;
}
#single-page-content {
    padding: 4rem;
}


#what-do-i-do .columns .column, #who-am-i .columns .column, #what-did-i-do .columns .column{
    height: 35rem;
    margin: 0;
}
.is-extra-large {
    width: 4rem;
    height: 4rem;
}
.custom-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .5s; /* Animation */
}
.portfolio-img {
    transition: transform .5s; /* Animation */
    min-height: 400px;

}
.card-img {
    display: block;
    height: 100%;
    min-width: 100%;
}

.card-overlay {
    position: absolute;
    bottom: 2rem;
    width: max-content;
    max-width: 75%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    opacity:1;
    color: white;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .card-overlay-portfolio {
    margin-bottom: 5%;
    margin-left: 5%;
    width: max-content;
    max-width: 90%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    opacity:1;
    color: white;
    padding: 1rem;
    /* margin-left: auto;
    margin-right: auto; */
    left: 2rem;
    right: 0;
    text-align: left;
  }
.portfolio-text {
  display: flex;
  position: absolute;
  bottom: 5%;
  flex-direction: column;
  width: 100%;
}

  .custom-card-portfolio {
    position: relative;
    width: 100%;
    height: 100%;
}
  /* .card-overlay-portfolio {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    color: #f1f1f1;
    opacity:1;
    color: white;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  } */

  .custom-container{
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem;
  }
  .custom-container button {
      align-self: flex-start;
  }
 .about-me {
     margin: 2rem;
 }
 .about-me-img {
    width: 100%;
    /* height: 35rem; */
 }

 .fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.hero-body {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
.newsletter {
    width: 25%;
    margin: auto;
}
.newsletter .input-control {
    width: 100%;
}
.banner {
    position: relative;
    overflow: hidden;
}
.banner-img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    min-width: 100%;
    height: 100%;
}
.banner-text {
    width: max-content;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
}

.banner-text-right {
    width: max-content;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    margin-left: auto;
}
.newsletter {
    object-fit: fill;
}

.alert-dismissible button {
    display: none!important;
}
  

@-webkit-keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .animate-multi p{
    margin: 5px 0;
    opacity: 0;
  }
  
  .footer-menu, .footer-menu ul {
      list-style: none!important;
  }

  .navbar-link:not(.is-arrowless)::after {
      border-color: hsl(171, 100%, 41%);
  }
/* CSS FOR MOBILE */
@media only screen and (max-width: 768px) {
    #single-page-content {
        padding: 2rem;
    }
    .navbar-menu {
        display: block;
        opacity: 0;
    
        position: absolute; 
        /* float: left; width: 100%; */
        left: 0;
        right: 0;
    
        transform: translateY(0px);
        transition: all .5s ease-in-out;
        pointer-events: none;
      }
    
      .navbar-menu.is-active {
        opacity: 1;
        transform: translateY(0px);
        transition: all .5s ease-in-out;
        pointer-events: auto;
      }
      
    #what-do-i-do .columns .column, #who-am-i .columns .column, #what-did-i-do .columns .column{
        height: 100%;
    }
    .card-img {
        height: auto;
    }
    .header-text {
        position: relative;
        top: 4rem;
        left: 2rem;
    }
  }

  .portfolio-container {
      padding-left: 4rem;
  }
  .custom-badge {
    height: 50px;
    width: 100px;
    background-color: #555;
  }
/* HOVERS ONLY ON DESKTOP AND UP */
@media all and (min-width: 1024px) {
    .portfolio-zoom{
        overflow: hidden;
    }
    .portfolio-hover:hover img {
        transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        z-index: 999;
    }
    .custom-card.hover:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        z-index: 999;
    }
    .portfolio-img {
      transition: transform .5s; /* Animation */
      min-height: 500px;
  
  }
}

  blockquote{
    background: hsl(171, 100%, 96%);
    padding: 15px 20px 15px 60px;
    margin: 0 0 20px;
    position: relative;
    
    /*Font*/
    font-size: 1.25em;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    
    /*Borders - (Optional)*/
    border-left: 10px solid hsl(171, 100%, 41%);
    
    /*Box Shadow - (Optional)*/
    /* -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc; */
  }
  
  blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/
    
    /*Font*/
    font-size: 4em;
    font-weight: bold;
    color: hsl(171, 100%, 41%)	;
    
    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
  }
  
  blockquote::after{
    /*Reset to make sure*/
    content: "";
  }
  
  blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
  }
  
  blockquote a:hover{
   color: #666;
  }
  
  blockquote em{
    font-style: italic;
  }