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

}

.project_main_content_container
{
  width:100%;
  margin:auto;
  padding: 100px;
  padding-top: 20px;
  overflow:hidden;
  /* background-color: pink; */
  text-align: left;

}

.project_main_content_container &gt; h4
{
  margin-bottom: 0px;
  font-weight: 400;
}

.project_main_content_container &gt; h6
{
  margin-top: 0.5em;
  font-weight: 400;
  font-style: italic;
}
.project_images_container
{
  width:100%;
  position:relative;
  overflow:hidden;
  height: calc(100vh - 88px);
  display: none;
}
.project_images
{
  position: absolute;
  height: 100%;
}

.project_image
{
  position:absolute;
  top:0px;
}

.Carousel_Next_Button, .Carousel_Previous_Button
{
  position:absolute;
  top:0px;
  right:10px;
  width: 50px;
  height: 100%;
  background-size:     contain;
  background-repeat:   no-repeat;
  background-position: center center;
  cursor: pointer;
}

.Carousel_Previous_Button
{
  left:10px;
  right:auto;
}
.Projects_Navigation
{
  padding:30px;

}
.Projects_Navigation &gt; a:hover,
.Projects_Navigation &gt; a:visited,
.Projects_Navigation &gt; a:active,
.Projects_Navigation &gt; a
{
  text-decoration: none;
}

</pre></body></html>