/****************************************/
/*  .entry-page-title-html     */
/****************************************/

.entry-page-title-html   {
  /* font-family: "Roboto-Local-Bold-Italic"; */
  position: relative;
  align-items: center; /* center text vertically */
}

/****************************************/
/*  .entry-page-title     */
/****************************************/

.entry-page-title   {
  /* font-family: "Roboto-Local-Bold-Italic"; */
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0px 8px; /* set margins for proper flexbox spacing on screenchange */
  color: white;
  background-color: transparent;
}

/****************************************/
/*  .entry-page-services-title-style     */
/****************************************/

.entry-page-services-title-style   {
  display: flex;
  flex-basis: auto; 
  flex-grow: 1;
  font-family: "Myriad-Pro";
  /* margin: 0.5rem; */
  /* line-height: 1 !important; */
  padding-bottom: 0px;
  padding-top: 10px;
  justify-content: center; /* this centers the text horizontally */
  align-items: center; /* this centers the text vertically */
  /* min-height: 85px; */
  color: white;
  z-index: 10;
}

/****************************************/
/*  .entry-page-services-description-style     */
/****************************************/

.entry-page-services-description-style   {
  display: flex;
  flex-basis: auto;
  flex-grow: 1; 
  padding: 0px 15px;
  font-family: "Myriad-Pro-Light";
  font-size: 1.3rem;
  justify-content: center; /* this centers the text horizontally */
  align-items: center; /* this centers the text vertically */
  color: white;
  z-index: 10;
}

/****************************************/
/*  .button-horizontal-line
/****************************************/

.button-horizontal-line {
  z-index: 10;
  background-image: white;
}


/*********************************************/
/*  .entry-projects-div    */
/*********************************************/

#entry-projects-div   {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: 200px;
  margin: 0; /* set margins for proper flexbox spacing on screenchange */
  color: white;
  /* background-color: green; */
  /* filter: brightness(50%); */
  border: 1px solid darkgrey;
  /* background-image: rgba(0, 0, 0, 0) url("/assets/images/entry-projects-background.png"); */
  background-image: url("/assets/images/entry-projects-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

#entry-projects-div:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);
  }

/*********************************************/
/*  .entry-analytics-div    */
/*********************************************/

#entry-analytics-div   {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: 200px;
  margin: 0; /* set margins for proper flexbox spacing on screenchange */
  color: white;
  /* background-color: green; */
  /* filter: brightness(50%); */
  border: 1px solid darkgrey;
  background-image: url("/assets/images/entry-analytics-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#entry-analytics-div:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.3);
}

#entry-analytics-div {
  background: rgba(0, 0, 0, 0) url("/assets/images/entry-analytics-background.png");
}

/*********************************************/
/*  .entry-page-services-button-style     */
/*********************************************/

.entry-page-services-button-style {
  display: flex;
  width: 100%;
  background-color: rgba(0,0,0);
  border: none;
}

.entry-page-services-button-style:hover   {
  background-color: rgba(0,0,0,0);
}

/*********************************************/
/*  .button-grow     */
/*********************************************/

.button-grow {
  /* cursor: pointer; */
  transition: all 0.3s ease-in-out;
}

.button-grow:hover {
  transform: scale(1.05);
}


/*********************************************/
/*  .entry-page-services-group-div     */
/*********************************************/

.entry-page-services-group-div   {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px; /* this sets the inner items inner margins. I've set it to the border item margins. Refer to: https://coryrylan.com/blog/css-gap-space-with-flexbox */
  justify-content: center;
}

/*********************************************/
/*  .entry-page-style     */
/*********************************************/

.entry-page-style   {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px; /* this sets the inner items inner margins. I've set it to the border item margins. Refer to: https://coryrylan.com/blog/css-gap-space-with-flexbox */
  justify-content: center;
  background-color: transparent;
}
