<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section_projects
{
    width: 100%;
    text-align: center;
    overflow:hidden;
    background: #eee;
    padding:15px;
    padding-bottom: 20px;

}

.projects_container
{
    position: relative;
    margin: auto;
    text-align: center;
    padding-top: 15px;
}

a.project-link, a.project-link:hover,
a.project-link:active, a.project-link:visited
{
  text-decoration: none;
}

.project
{
  display: inline-block;
  margin: 20px;
  overflow:hidden;
  width: 400px;
  height: 400px;
  position: relative;
  border: 1px #dbbcbc solid;
  border-radius: 5px;
    cursor:pointer;
}

.project_main_content_container, .project_images_container
{
  position: absolute;
  width:100%;
  height:100%;
  top: 0px;
  left:0px;
  overflow:hidden;
}

.project_images
{
  position: absolute;

  top: 0px;
  left:0px;

}

.project_title_and_type
{
  position: absolute;
  top: 0px;
  left:0px;
  text-align: center;
  width:100%;
  height:100%;

}

.project_type, .project_title
{
    color: white;
    text-align: center;
    width:100%;
    display: block;
    position: relative;


}

.project_title
{
    height:80%;
}

.project_type
{
    height:20%;
}

.project_title
{
  font-size: 1.3em;
  font-weight: 400;
}

.project_title_and_type &gt; hr
{
  padding: 0px;
  margin:auto;
}

.project_title_text
{
  bottom: 0px;
}


.project_title_and_type
{
  background-color:rgba(0, 0, 0, 0.4);
  width:100%;
  height: 100%;
  padding: 30px;

}

.project_type_text, .project_title_text
{
    background-color:rgba(0, 0, 0, 0.7);
    position: absolute;
    width:100%;
    padding: 5px;
    margin:auto;
    border-radius: 2px;
}

/*
.testimonial
{
    display:none;
    position: absolute;
}

@media (min-width: 680px) {
    .testimonial_main_content_container {
        display: flex;
    }
}

.testimonial_main_content_container
{

}
.testimonial_person_picture_container
{
    max-width:150px;
    max-height:150px;
    margin:auto;
}
.testimonial_person_picture_mixer
{
  width:150px;
  height:150px;
  position: relative;
}
.testimonial_person_picture_img
{
  width: 92%;
  height: 92%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.testimonial_person_picture_mask_img
{
  width: 100%;
  height: 100%;
  position: absolute;
    left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.testimonial_the_quote_container
{
    margin:auto;

}

@media (min-width: 680px) {
    .testimonial_the_quote_container {
        padding-left:30px;
    }
}
.testimonial_the_quote_blockquote
{
    text-align: left;
    font-size: 0.99em;
}
.testimonial_person_info_container
{
    text-align: center;
    margin:auto;
}

@media (min-width: 680px) {
    .testimonial_person_info_container {
        text-align: right;
        padding-left: 205px;
    }
}
.testimonial_person_name_a
{
    font-size: 0.8em;
    font-weight: 900;
    display: block;
    line-height: 1.3em;
}
.testimonial_person_position_or_title_a
{
    font-size: 0.8em;
    font-style: italic;
    display: block;
    line-height: 1.33em;
}
.testimonial_person_company_or_bussiness_name_a
{
    font-size: 0.8em;
    display: block;
    line-height: 1.3em;
}

.testimonial_company_or_business_logo_img
{
    margin-top: 0.8em;
    max-height: 80px;
} */
</pre></body></html>