/* About section -------------------------------------------------- */
.showcase .showcase-item {
    min-height: 30rem;
    max-height: 60rem;
}

.showcase .showcase-item .showcase-img {
    height: 30rem;
}

.showcase .showcase-item .showcase-text {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.bg-green {
    background-color: #4a5c48;
}

/* Google map -------------------------------------------------- */

.google-map {
    padding-bottom: 50%;
    position: relative;
    border: #314832 1px solid;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

/* Employees section -------------------------------------------------- */
.negative-margin{
    margin-top: -2px;
}

.employee-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

/* Available jobs section -------------------------------------------------- */

summary {
    background-color: #eeebeb;
    color: rgb(0, 0, 0);
    padding: 2px;
    font-weight: bold;

  }
  
details {
    color: rgb(0, 0, 0);
    background-color: #eeebeb;
    padding: 0.5rem 0.5rem;
    overflow: hidden;
    border:1px solid #e2e2e2;
    margin-bottom: 10px;
}

details * {
    margin: 0;
}

details > p {
    padding-block: 1rem;
}


#circle-container {
    max-width: 330px;
    max-height: 330px;
    border: 1px solid #533d13af;
    background-color: #638b65a7;
    margin: 0 auto;
    border-radius: 48%;
    padding: 16px;        
}

#circle-cover-bg {
    background: url('../images/children.jpg') no-repeat center center;
    height: 100%;
    border-radius: 50%;
}

.green-bg{
    background-color: #638b6571;
    display: inline-block;
    padding: 12px;
    border-radius: 14px;
}

/* Media queries -------------------------------------------------- */

@media screen and (max-width:1000px) {  
    #circle-cover-bg, #circle-container {
      display: none;
    }
  }

@media screen and (max-width:1000px) {  
.fs-sm {
    font-size: 16px;
    padding: 15px;
}
}

@media screen and (max-width:1080px) {  
    .contact-info {
        font-size: 14px;
    }
    }

    
