html {
    scroll-behavior: smooth;
}
.is-180x180{
    height: 180px;
    width: 180px;
}

.is-100x100{
    height: 100px;
    width: 100px;
}
.skill-list > li{
    margin: 30px 0 0 0;
}
.has-bg-image {
    background-image: url('../images/coverweight.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
}
.bulma-image {
    width: 200px;
}
.interests {
    display: flex;
    justify-content: center;
}
.summary-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 36em;
}
.skill-percentage {
	float: right;
}
.no-underline {
    text-decoration: none;
  }

* {
    font-family: "Source Sans Pro";
}
.content_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-top: 1rem;
}

.content_subtitle {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.content_content {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-word;
  
}

.slogan_title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.slogan_subtitle {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;

}
/* .slogan_subtitle span{
  background-color: #303434;
} */

.nav_content {
    font-size: 16px;
    letter-spacing: 0.05rem;
    font-weight: 400;
}

.name {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.content_title_uni {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 1px;
    float: left;
    clear: left;
}

.content_content_uni {
    display: inline-block;
    float: left;
    clear: left;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;

}

.content_content_uni:first-letter {
    text-transform: uppercase;
}

.timeline_title {
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.timeline_subtitle {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.timeline_summary {
    list-style-type: circle;
    font-size: 15px;
    letter-spacing: 0.1em;
}
ul {
    text-align: left;
    margin: 0; padding: 0;
}

.larger {
    padding-right:3px; 
    padding-top: 3px; 
    display:inline-block;
}
.p_img {
    height: 400px;
    width: auto;
}



.c_cize{
    flex: 1 0 50%;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    /* flex: 50%;
    padding: 20px;
    border-width: 0;
    background-size: 100% 100%;
    margin-top: auto; */
}
@media screen and (max-width: 992px) {
    .c_cize {
      flex: 50%;
    }
  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .row {
      flex-direction: column;
    }
  } 

.PopUp{
    position: relative;
    left: 20%;
    top: 10%;
    width: 60%;

    /* border: 1px solid grey; */
    border-radius: 5px;
    border-style: none;
    /* box-shadow: -2px 5px 5px #298fca; */

    background-color: #011627;

    display: flex;
    flex-direction: column;
    opacity: 0.95;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    color: white;
    height: 100%;
    /* overflow-y: scroll; */
}

.PopUp::-webkit-scrollbar {
  display: none;
}
.PopUp {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.PopUp .content_title {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 3;
    background-color: black;
    padding:0;
  }

.color_text{
    color: #298fca;
    font-weight: bold;
}

.project_img{
    max-width: 75%;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-start;

}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
.project_title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-top: 10px;
}

.project {
    position: relative;
  }
  
  /* .project_img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  } */
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .project:hover .project_img {
    transition: .5s ease;
    opacity: 0.3;
  }
  
  .project:hover .middle {
    transition: .5s ease;
    opacity: 1;
  }
  
  .text {
    color: white;
    font-size: 18px;
    margin-bottom: 120px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding: 16px 32px;
    text-decoration: underline;
    -webkit-text-decoration-color: salmon;
    text-decoration-color: salmon;
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy;

  }

  .project_content{
    white-space: initial;
    overflow: visible;
    /* max-width: 90em; */
  }


  .middle span{
    transition: .5s linear
  }
  .middle:hover span:nth-child(1){
    margin-right: 5px
  }
  .middle:hover span:nth-child(1):after{
    content: " ";
  }
  .middle:hover span:nth-child(2){
    margin-left: 30px
  }
  .middle:hover span{
    color: #fff;
    text-shadow: 0 0 10px #fff,
                 0 0 20px #fff, 
                 0 0 40px #fff;
  }
  /*made with ❤, by qpi65*/

  .project_detail_title {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-top: -2.5rem;
    /* margin-bottom: 0.05rem; */
    /* margin-top: 0.5rem; */
 }

.content_img{
    max-width: 100%;
    
}

.project_detail_container{
    width: 100%;
    min-height: 120px;
    /* max-height: auto; */
    /* float: left; */
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.project_detail_subtitle {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    margin-bottom: 0.4rem;
    margin-top: 0.05rem;
    text-align: center;
 }

 @media only screen and (min-width: 200px) and (max-width: 767px)  {
  .about_title {
    font-size: 12px;
  }
  .about_subtitle{
    font-size: 11px;
  }
  .about_time{
    font-size: 10px;
  }
  .about_img{
    max-width: 40%;
    margin-left: 40%;
  }
  .about_container{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about_sub_container{
    max-width: 10%;
  }
  .project_detail_subtitle{
    font-size: 15px;
  }
}
.copyright_text{
  letter-spacing: 0.2em;
  font-size: 0.6rem;
  opacity: 0.95;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer_style{
  max-height: 20px;
}
