// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000

.dm-sans-regular {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dm-sans-medium {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.dm-sans-bold {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.navbar{
  box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.5);
  background-color: #ffffff;
}

.navbar img{
  width: 70px;
}

#home{
  background-color: rgb(77, 152, 152);
}

#home h1{
  font-size: 2.3rem;
}

#home a{
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: none;
}

#home img{
  border-radius: 15px;
  border: #ffffff 2px solid;
}

a{
    text-decoration: none;
    font-weight: 700;
    color: #000000
}

.card{
  border: 0;
}

.card-body{
  padding-top: 1.5rem;
}

.card-img-top{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.card-text a:hover, .card ul a:hover{
    color: rgb(77, 152, 152);
}

.card-body .text-block.collapse:not(.show) {
    height: 100px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}

.card-body .text-block.collapsing{
  min-height: 100px !important;
}

.card-body a.collapsed:after  {
    content: '+ Read More';
}

.card-body a:not(.collapsed, .root-link):after {
    content: '- Read Less';
}

footer{
    background-color: rgb(77, 152, 152);
}

footer svg{
    width: 30px;
    height: 30px;
}

footer p{
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 600;
    color: #fefefe;
    font-weight: 300;
}

footer a{
    text-decoration: none; 
    color: #fefefe; 
    font-weight: 700;
}

footer a:hover{
    text-decoration: none; 
    color: #fefefe; 
}

@media (min-width: 768px){
  .text-block ul{
    line-height: 1.6;
  }

  .card-body .text-block.collapse:not(.show) {
    height: 94px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
  }

  .card-body .text-block.collapsing{
    min-height: 93px !important;
  }
}

@media (min-width: 1200px){
  .card{
    width:500px;
    margin: auto;
  }
}