/* global */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;1,400&display=swap');

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    /* background-color:#9BC1F2 ; */
    background-color: #3c3c6d;
    /* background-color: #010326; */
    color: #fff;

}



h2,.white{
    color:#fff;
    font-weight: bolder;
}
h2 {
  color:#efd6ac;
}

a{
    color: #A61508;
    /* color: #5FD98A; */
    font-size: 1rem;
    text-decoration: none;
}
/* section 1 */
.section-1{
    padding-top: 40vh;
    text-align: center;
    background-image: url("assets/img/profPJAndKathleenAtPosterSesh.jpg");
    background-repeat: no-repeat;background-size: cover;
    background-position: 75% -20vh;
     
}

.section-1 p{
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin:0;
}

.section-1 h2{
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.section-1 a{
    font-size: 1.5rem;
    padding: 10px;
}
/* section 2 */
.section-2{
    padding: 10vh 5vh;
    width: 70%;
}

.section-2 h2{
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.section-2 p{
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin:0;
}

.section-2 a{
    display: block;
    padding: 5px;
    font-size: 1.2rem;
    padding-left: 0;
    
}
/* animations / utilities */
.section-2 a:hover{
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.section-1 a:hover{
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.white:hover{
    position: relative;
    padding-left: 10px;
}

/* media queries */
@media(max-width:780px){
    .grid-2{
        grid-template-columns: 1fr;
    }
    .section-1{
        padding:0;
        padding: 5rem 0 25px;

        background-image: url("assets/img/sfmomaspeech.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-2{

        padding: 2rem 0 3rem 3rem ;
        /* padding-left: 3rem;
        padding-top: 2rem; */
        width: 80%;
        
        
        
    }

    
}

/* experince timeline */
 
.experience h3 {
  /* font-size: 20px; */
  color: #efd6ac;
  opacity: 75%;
  margin: 5px 0;
  
}
.position, .headerExtracurriculars {
  /* margin: 0 0 25px 0 ; */
  list-style-type: none; 
  font-size: 1.5rem;
}


.company  {
  margin-right: 10px;
  font-size:15px;
  opacity: 60%;
}

.description {
  font-size: 1rem;
  margin: 5px 0 10px 0;
   
} 

.test {
  font-size:1.1rem;
  font-weight: bold;
  margin: 0 5px 5px 0;
  color: #A67360
}

.sidenote {
    font-size: 12px;
    opacity: 50%;
}


/* project design */


.project a {
    color: #efd6ac;
}

.project {
  justify-content: center;
  align-items: center;
}

#link {
  margin-left: 10px;
}

#link:hover{ 
  
  opacity: 50%;
  transition: .2s ease;
}

#linkk {
  all: initial;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: red;
  text-decoration: underline;
}

#linkk:hover {
    cursor: url('assets/img/link.png'), pointer;
}



/* COLLAPSE TOGGLE */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    color: #efd6ac;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    
    font-family: 'Plus Jakarta Sans', sans-serif;
    
    padding: 0;
    margin: 10px 0;
  }

  .collapsible:hover{
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    
}
  
.collapsible:active {
    /* color: #010326; */
    cursor: pointer;
    transition: 0.2s;
    margin-top: 10px;
   
}

.active, 
.collapsible:hover {
     
    /* background-color: #fff; */
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;

  }

  iframe {
    margin-bottom: 20px;
  }

  .picSlides {
    height: 200px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }

  .picSlides > img {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  #secondNote {
    color: white !important;
  }

  #secondNote > a:hover {
    transform: 0.4s;
    font-size: 20px;
  } 