.container {
  font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
  max-width: 960px;
}

.containerhome {
  font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
  max-width: 1200px;
  display: block;
  margin: auto;
  width: 80%;
  margin-top: 30px;
}

.teamMemberContainerauto  {
  font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
  display: block;
  margin: auto;
  width: 80%;
  margin-top: 100px;
}

.teamMemberContainersmall {
  font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
  display: block;
  margin: auto;
  width: 50%;
  margin-top: 100px;
  min-height: 300px;
  max-width: 500px;/*1200px;*/
  line-height:1.5;
}

.teamMemberContainer {
  font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
  display: block;
  margin: auto;
  width: 80%;
  margin-top: 50px;
  min-height: 300px;
  max-width: 800px;/*1200px;*/
  line-height:1.5;
}


.flex-equal > * {
flex: 1;
}
@media (min-width: 768px) {
.flex-md-equal > * {
flex: 1;
}
}

@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
}


.background_img{
max-width:100%;
max-height:100%;
background-image:url('/static/Images/Backgrounds/heic0206_2.jpg');
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.wait {
  width:100%;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url('/static/Images/Logo/progress-bar.gif');
  text-align: center;
  display:none;
}

.bi {
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}


.image-mosaic {
  display: grid;
  object-fit: contain;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-auto-rows: 200px;
  padding: 20;
}

.imageContainer img {
  display: block;
}


table, tbody {
    text-align: center;
}

th, tr {
  text-align:center;
}

.cc {
    position: relative;
    font-family: Arial;
    width: 200px;
  }

.cardimage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 200px;
  width: 200px;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.cc_small {
    position: relative;
    font-family: Arial;
    width: 150px;
  }

.cardimage_small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 150px;
  width: 150px;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.cardimage_small.selected {
  border: 3px solid #007BFF; 
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  border-radius: 3px;
}

.image-mosaic_small {
  display: grid;
  object-fit: contain;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, 150px);
  grid-auto-rows: 150px;
  padding: 20;    
}

    .image-mosaic_small img.selected {
      border-color: blue;
    }

.text-block {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color:rgba(255, 255, 255, 0.4);
    color: white;
    padding: 5 10 5 10 ;
    white-space: pre;

  }

.tutorialShapes {
    width: 700px;
    border-radius: 15px;
    border: groove;
}

@media only screen and (max-width: 1000px) {

  p {
      font-size: 15px;
  }

  .teamMemberContainer {
      margin-top: 50px;
  }
}

.portfolio-menu{
	text-align:center;
}

.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	cursor:pointer;
}

.portfolio-item{
	width:100%;
}

.portfolio-item .item{
	float:left;
}

.demo-gallery > ul > li a { 
  display: block;
  overflow: hidden;
  position: relative;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
  height: 48px;
}