body{
    font-family: 'Raleway', 'Arial',sans-serif;
    line-height:2;
    font-size: 17px;
    color:black;
}
*{
    font-family: 'Raleway', 'Arial',sans-serif;
    font-weight: 400;
  }

/*:root{
    --primary:gray;
    --font:16px;
} */

@media only screen and (min-width: 992px) {
    .container-cards{
        padding-left: 130px;
        padding-right: 130px;
        
    } 
    .container-title{
        padding-left: 130px;
        padding-right: 130px;

    }
    #jumbotron-project-1{
        background-image: url(../assets/img/CaToque-background.png) ;
      }

  #jumbotron-project-3{
    background-image: url(../assets/img/Linkedin-background.png) ;
  }
  #jumbotron-project-2{
    background-image: url(../assets/img/Fitness-background.png) ;
  }
 #jumbotron-project-4{
    background-image: url(../assets/img/Dastan.png) ;
  }

#jumbotron-project-6{
    background-image: url(../assets/img/DecorAR-jombo.png) ;
  }



    /*.jumbotron{

        padding-top: 8rem;
        padding-left: 15rem;
        padding-right: 15rem;
    }*/
    
    #navbarNav {
        display: flex;
        justify-content: flex-end;
      }
    
  }

 /*.navbar{
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
} */

ul{
    padding-inline-start: 0 !important;
}


hr{
 margin: 0  !important  ; 
}


.highlight1 {
   background-color:#F1CCD7; 
   color:black;
}

.highlight2 {
  background-color:#FDF493; 
  color:black;
}

.highlight3 {
  background-color:#F0B27A; 
  color:black;
}

h1, h2{
    font-family:'Raleway', 'Arial',sans-serif;
    font-weight: 500;
  }
  
  h3, h4, h5, h6{
    font-family:'Raleway', 'Arial',sans-serif;
    font-weight: 400;
  }

li{

    list-style-type: none;
}

.projectlist ul li {
    list-style-type: circle;
  }

  .project-list, p{
    margin-top: 1.1rem;
  }
  
  .project-list li{
    list-style: circle;
    margin-left: 1.5rem;
  }

.jumbotron-project{
    padding-bottom: 28rem;
    background-size: cover;
    background-position: center;
  }

  #jumbotron-project-5{
    background-image: url(../assets/img/CaToque-background.png) ;
  }

  /*.card {
    
    border-radius: 3rem;
  } */

/*.jumbotron-project{

    background-color: greenyellow;
    padding: 10rem ;


}

.jumbotron-gray{
    background-color:#EBECF0;
    padding: 10rem ;
}

.jumbotron-white{
    background-color: #ffffff;
    padding: 10rem ;
}

.jumbotron-twoparagraph{

    padding: 10rem  5rem  10rem  5rem;
} */

.container-project{

 max-width: 1000px;

}  
.navbar-custom {
    background-color: black !important;
  }


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.project-paragraph  {
    margin-top: 5rem;
    line-height: 32px;
  }
  
  .project-paragraph h2, .project-paragraph h4{   margin-top: 2.5rem;
    margin-bottom: 1.2rem;
  
  }
  .quote {
    font-style: italic;
    font-size: 1.5rem;
    font-weight: lighter;
  }  





pdf-container {
  width: 1000 px;
  height: 1000px;
  padding-bottom: 100%; /* Adjust the aspect ratio as needed */
  overflow: auto; /* Add scrollbars if necessary */}

object {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Adjust the object-fit property as needed */
}



div .topic{
    background-color: coral;
    box-sizing: border-box;
    padding: 25px;
    height: 100px;
    font-weight: 900;
    font-size: 50px;
    color: white;

}
/*.project-paragraph
{
    margin-top: 1rem;
    text-align: center;
}

.project-title{
    margin-top: 4rem;
    margin-left: 4rem;
    text-align: left;
    
}*/

footer p, footer ul, footer li{
    display: inline;
}

  
footer{

    padding:1rem 0rem 2rem 1rem;
    
}
footer svg{
    margin-left: 1rem;
}
.btn{
    background-color:white;
    color: black;
}

.btn:hover{
    background-color: gray;

}



#online-grocery-project {
    padding-top: 156px;
    padding-bottom: 100px;
    background-color: lightblue;
    

}

#background {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
    text-align: center;

}

#solution{

    padding-top: 100px;
    padding-bottom: 100px;
    background-color:#EBECF0;
    text-align: center;


}

#research {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #EBECF0;

}

#persona {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;

}

#prototype{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:#EBECF0;



}

#final {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #EBECF0;

}



.col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-profile img{
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: auto;
    align-items: center;
}

img.img-fluid {
  margin-top: 60px;
}
