html {
  font-size: 20px;
  font-family: 'Merriweather', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #0160a6;
}

body {
  padding: 1rem;
  max-width: 1200px;
  margin: auto;
  color: #ffffff;
}

h1 {

  color: rgb(240, 240, 240);
  font-family: 'Rubik', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  margin-top: -5px;
  margin-bottom: -10px;
  line-height: 1em;
}

a {color:rgb(236, 170, 29)}

button {
  background-color: rgb(6, 117, 201);
  color: #ffffff;
  padding: 10px 20px;
  font-size: 0.8rem;
  border-radius: 5px;
  border: 0;
}

.linkedInLogo {
  background-image: url("linkedInLogo.png");
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: relative;
  margin-top: -50px;
  float: right;
  
  

}

.card {
  background-color: rgb(141, 190, 228);
  color: #ffffff;
  padding: 10px;
  height: 900px;
  border-radius: 15px;
}

.card img {
  width: 100%;
  /* align-self: center; */
  height: 300px;
  /* margin-top: -10px;
  margin-left: -10px; */
  /* margin-top: .5rem; */
  object-fit: cover;
  border-radius: 15px;
  /* clip-path: circle(100% at center); */
}

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cardwordcontainer{
  height: auto;
  
  /* background-color: rgb(255, 127, 159); */
}

.cardwords{
  /* color: crimson;
  background-color: aquamarine; */
  height: 480px;
overflow-y: scroll;

}

.name {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 0;


}

.emailadd {
  font-size: 0.8rem;
  margin-top: -.15em;
  margin-bottom: 1.4em;


}

.firstdetailstitle {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: -1.5em;
  /* margin-top: -1em; */
  font-family: 'Rubik', 'Segoe UI';
  color: #0160a6;


}

.detailstitle {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: -1.5em;
  margin-top: -1em;
  font-family: 'Rubik', 'Segoe UI';
  color: #0160a6;


}

.detailstitle-search-first {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: -1.4em;
  margin-top: -.3em;
  font-family: 'Rubik', 'Segoe UI';
  color: #ffffff;


}


.detailstitle-search {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: -1.4em;
  margin-top: -1em;
  font-family: 'Rubik', 'Segoe UI';
  color: #ffffff;


}


.details {
  font-size: 0.8rem;
  font-weight: 200;
  line-height: 150%;
  margin-top: 22px;
}



.pill {
  font-size: 0.6rem;
  display: inline-block;
  background-color: rgb(102, 147, 232);
  color: #ffffff;
  padding: 4px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 0px;
  font-weight: 200;
  line-height: 150%;
  width: fit-content;
  white-space: nowrap;
  
}

.sector{
  background-color: rgb(236, 170, 29);
}

.na{
  background-color: rgb(158, 155, 155);
}

.searchpill{
  cursor: pointer;
}

.searchpill:active:hover {
  background-color: rgb(33, 48, 180);


}



#expandButton{
  font-size:80%;
  text-decoration: underline;
  height:auto;
  cursor: pointer;

}

#hideButton{
  font-size:80%;
  text-decoration: underline;
  height:0px;
  visibility:hidden;
  cursor: pointer;


}


#facetButtonsDiv{
  margin-top: 4px;
  margin-bottom: 10px;
  visibility: hidden;
  height:0px;
}


