@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


/* ----- General CSS ----- */
html {
  position: relative;
  min-height: 100%;
  padding-bottom: 80px;
}

body {
  background-color: #373D20;
  overflow-x: hidden; /* Prevent horizontal scrolling */
}

.sticky-top {
  background-color: transparent;
}

h1 {
  font-family: 'Lora', serif;
  color: #FFFFFF;
  font-size: 48px;
  padding: 0px 20px;
}

.hide-btn {
  background: none;
  border: none;
  cursor: pointer;
}


.customButton {
  background-color: #0A0000;
  border-radius: 17px;
  border: 1px solid black;
  color: #ffffff;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 20px;
  padding: 8px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}

.backBtn{
  padding: 8px 50px;
}

.customButton:hover {
  background-color: #CEC9B0;
  color: black;
}

.background-container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: -1;
}

.wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/* ----- Header CSS ----- */

#header {
  height: 100px;
}

.headerTitle {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  color: #FFFF;
  /* margin-top: 20px; */
  width: 79%;
  border-bottom: 1px solid #D7AA6B;
}

.headerBrand {
  width: 30%;
  z-index: 2;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .header-nav-link {
  color: #FFFF;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 24px;
  /*margin: 0px 40px; */
}

.custom-nav-item {
  margin: 0 1.5rem;
}

.navbar-toggler {
  background-color: #CEC9B0;
  margin-right: 2rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-nav .header-nav-link {
  border: none;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-right: 2rem;
}


.dropdown-menu {
  background-color: #CEC9B0;
  padding: 0;
  border: none;
}

.custom-dropdown {
  color: #373D20;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: bold;
}

.custom-dropdown:hover {
  background-color: #373D20;
  color: #FFFFFF;
}


.home {
  margin-left: 0.75rem;
}

/* ----- Start of Public/index.php CSS----- */


.ttest{
  overflow: hidden !important; 
}

.background-container .index-background {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  clip-path: circle(70% at 65% 45%);
  min-width: 70vw;
  max-width: 70vw;
}

.index-summary {
  margin-left: 4rem;
  width: 27%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
  height: 100vh; /* Adjust the height as needed */
}

.summary {
  /* font-family: 'Merriweather Sans', sans-serif;
  color: white;
  font-weight: 300;
  font-size: larger; */
  font-family: 'Merriweather', serif;
  font-size: large;
  font-weight: 300;
  color: #CEC9B0;
}

/* ----- Start of Teams/team.php CSS----- */
.navbar-fix {
  background-color: #373D20;
  height: 95px;
  z-index: -1;
}

.team-header {
  margin-top: 4rem;
  margin-left: 3rem;
  margin-right: 12rem;
  /* color: #CEC9B0;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: lighter; */
  font-family: 'Merriweather', serif;
  font-size: large;
  font-weight: 300;
  color: #CEC9B0;
}

/* .team-header::after {
  display:block;
  clear:both;
  content : "";
  position: relative;
  left    : 0;
  bottom  : 0;
  max-width:250px;
  height  : 1px;
  width   : 50%;
  border-bottom: 1px solid #D7AA6B;
  padding-bottom:1rem;
  margin:0 auto;
} */


.description-col {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -2;
}

.page-title {
  border-bottom: 1px solid #D7AA6B;
}

.team-member {
  margin-top: 2rem;
  margin-left: 3rem;
  margin-right: 12rem;
  color: #CEC9B0;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: lighter;
}

.team-headshot {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.max-width-image {
  max-width: 100%; /* Set the maximum width to the width of the image */
  max-height: 100%; /* Set the maximum height to the height of the image */
}

.team-name {
  color: #D7AA6B;
  margin-bottom: 0;
  font-family: 'Lora', serif;
  font-size: 24px;
  margin-top: 1rem;
}

.team-title {
  color: #FFFFFF;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

.team-description {
  /* line-height: 2.5; */
}

.team-member::after {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 250px;
  height: 1px;
  width: 50%;
  border-bottom: 1px solid #D7AA6B;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.other-contributors {
  margin-top: 2rem;
  margin-right: 12rem;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  color: #CEC9B0;
}

.other-container {
  margin: 0 30px;
}

.partner-titles {
  color: #D7AA6B;
  font-family: 'Lora', serif;
  font-size: 24px;
}

.background-container .teams-background {
  height: 100%;
  /* object-fit: cover;
  object-position: center center; */
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ----- Start of project.php CSS ----- */

.about-project {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-description {
  /* color: #CEC9B0;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 20px;
  font-weight: lighter; 
  line-height: 2.3;*/
  font-family: 'Merriweather', serif;
  font-size: large;
  font-weight: 300;
  color: #CEC9B0;

}

.project-description .fa {
  margin-right: 1rem;
}

.image-description {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #FFFFFF;
  font-family: 'Merriweather Sans', sans-serif;
  font-style: italic;
  font-size: small;
}

.project-image-1 {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 1rem;
}

.project-image-2 {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 1rem;
}


/* ----- Start of practices.php CSS ----- */
.practices {
  margin-top: 150px;
  font-family: 'Merriweather', serif;
  font-size: large;
  font-weight: 300;
  color: #CEC9B0;
}

.practices-images {
  margin-top: 3rem;
}

.practices-images .col-xxl-4 {
  max-height: 340px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.image-container-with-text {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}

.image-container-with-text-1:hover {
  transform: scale(1.05);
  transform-origin: right center; 
}

.image-container-with-text-2:hover {
  transform: scale(1.05);
  transform-origin: left center; 
}

.image-container-with-text img {
  max-width: 100%;
  height: auto;
}

.text1 {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-55%);
  font-size: 48px;
  font-weight: bold;
  color: white;
}

.text2 {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-55%);
  font-size: 48px;
  font-weight: bold;
  color: white;
}

/* .left-one{
  text-align: right;
  transform: translateX(10%);
}

.right-two{
  position: relative;
  transform: translateX(15%);
} */

.custom-img-size-1 {
  width:auto;
  height: 25%;
  overflow: hidden;
}

.custom-img-size-2 {
  width:auto;
  height: 75%;
  overflow: hidden;
  border-radius: 15px;
}

/* ----- Start of methodology.php CSS ----- */
.methodology {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.methodology-text{
  color: #CEC9B0;
  font-family: 'Merriweather', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  line-height: 2;
}

.methodology-image-1{
  border-radius: 20px;
}

/* ----- Start of guidelines.php CSS ----- */
.guidelines {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guidelines-text{
  margin-top: 2rem;
  color: #CEC9B0;
  font-family: 'Merriweather', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  line-height: 2;
}

/* ----- Start of digitial-identities.php CSS ----- */
.digital-identities {
  margin-top: 10rem;
}

.digital-identities-imgContainer {
  margin: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}

.digital-identities-imgContainer img {
  height: 100%;
  width: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.digital-identities-imgContainer a:hover .overlay {
  opacity: 1;
}

.vertical-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -40%) rotate(90deg);
  transform-origin: center;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  color: #000000;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 32px;
  width: 250px;
}

.magnifying-glass-container {
  display: inline-block;
  background-color: #9E9494;
  padding: 8px;
  transform: translate(250%, 60%);
}

.digital-identities-imgContainer:hover .vertical-text {
  opacity: 1;
}

.digital-identities-text {
  position: absolute;
  bottom: 7%;
  left: 8%;
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: bold;
  color: white;
  line-height: 1;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.digital-identities-imgContainer:hover .digital-identities-text {
  opacity: 0;
  visibility: hidden;
}


/* ----- Start of search.php CSS ----- */
.search {
  margin-top: 8rem;
}

.search-container{
  margin-left: 5vw;
}

.search-wrapper{
  width: 90vw;
}

.search-title {
  color: #ffffff;
  font-family: 'Merriweather', sans-serif;
  font-size: 48px;
  /* margin-left: 19rem; */
}

.search-bg-container {
  position: relative;
  display: flex;

  overflow: hidden;
  border-radius: 15px;
}

.search-bg-container img {
  width: 100%;
}

.overlay.show {
  opacity: 1;
}

/* .search-bg-container{
  overflow: hidden;
} */

/* .search-bg-container img{
  border-radius: 15px;
} */

.DI-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.DI-button-container .fa {
  margin-right: 1rem;
}


.DI-button-col .customButton {
  margin: 0 2rem;
}

.DI-button-col .customButton:hover {
  background-color: #CEC9B0;
  color: black;
}

.searchBars {
  display: flex;
  align-items: start;
}

.searchDropdown {
  background-image: url('../images/search/triangle.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 30px;
  width: 90%;
  font-size: 16px;
  padding: 12px 20px 8px 8px;
  border: 1px solid #000000;
  margin-bottom: 12px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  font-family: 'Inter', sans-serif;
}

#inputWithImage {
  position: relative;
  width: 90%;
  padding: 0;
}

.searchTerm {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 8px 8px;
  border: 1px solid #000000;
  margin-bottom: 12px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#search-image {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.searchOptions {
  text-align: start;
}

.search-drop-text {
  color: #FFFFFF;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

#search-button {
  z-index: 1;
}

.search-navbar-fix {
  background-color: #373D20;
  height: 95px;
  z-index: 1;
}

#searchCardContainer {
  font-family: 'Inter', sans-serif;
}

.divider-hr {
  color: #FFFFFF;
  opacity: 1;
  margin: 3rem 0 2rem;
}

.divider-text {
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

#searchCardContainer .card {
  background-color: rgba(217, 217, 217, 0.5);
  /*This is #D9D9D9*/
  margin: 10px 10px;
  height: 420px;
  width: 100%;
  color: #FFFFFF;
  border-radius: 10px !important;
  padding: 0;
}

#searchCardContainer .card .card-body {
  padding: 1rem 0rem 0rem;
}

#searchCardContainer .card .card-body .card-title {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

#searchCardContainer .card .card-body hr {
  color: #FFFFFF;
  opacity: 1;
  width: 100%
}

#searchCardContainer .card .card-text-container {
  text-align: left;
  padding: 0.5rem 2rem 2rem;
}

#searchCardContainer .card .card-text-container .card-text {
  font-size: 15px;
}

#searchCardContainer .card .card-body .card-button {
  background-color: rgba(217, 217, 217, 0.6);
  /*This is #D9D9D9*/
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-button a {
  color: black;
  text-decoration: none;
  font-size: 32px;
}

.page-navigation{
  margin-top: 5rem;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
}

.navigation-button-group {
  display: flex;
  justify-content: center;
  gap: 20px; /* Adjust this value to control the spacing between buttons */
}

.navigationButton{
  width: 180px;
}

.search .modal-header{
  display: flex;
  justify-content: right;
}

.search .modal-header .btn-close{
  margin-left: 0;
}

.adv-btn{
  margin: 0px 10px;
}

.adv-options-btn{
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 16px;
  padding: 4px;
  background-color: #D9D9D9;
  text-decoration: none;
}

.adv-options-btn:hover {
  background: #bfbfbf;
  text-decoration: none;
}

#adv-search-btn{
  background-color: #D9D9D9;
  border: none;
  color: #000000;
  font-family: 'Inter', sans-serif;
}

#adv-search-btn:hover{
  background: #bfbfbf;
}

#exampleModalContainer .modal-content{
  width: 1200px !important;
  max-height: 600px !important;
  padding: auto 0px;
}

.modal-dialog-centered {
  width: 1200px !important;
  max-height: 600px !important;
  padding: auto 0px;
}

.list-group-item{
  border: none;
}

.advSearchDropdown{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  float: left;
}

.advSearch-drop-text {
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  float: left;
}

.operator {
  background-image: url('../images/search/triangle.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 30px;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 8px 8px;
  border: 1px solid #000000;
  margin-bottom: 12px;
  border-radius: 15px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  font-family: 'Inter', sans-serif;
  float: left;
}

/* ----- Start of person-details.php CSS ----- */
#person-details {
  margin-top: 8rem;
}

.person-detail-header{
  color: #FFFFFF;
  font-family: 'Merriweather', sans-serif !important;
  font-weight: bold;
  font-size: 36px;
}

#person-details hr{
  color:#FFFFFF; 
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.section-title{
  color:#FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom:  0;
}

.section-body{
  color:#FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

.summary-body{
  margin-top: 0.5rem;
  color:#FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

/* .profile-details-wrapper {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
} */

#person-details .container-fluid{
  width: 75vw; 
}

.container-with-background{
  margin: 0;
  padding: 0; /*12px*/
  background-color: rgba(217, 217, 217, 0.2);
  width: 100vw;
  max-width: 100vw;
}

.profile-details {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* use a pseudo-element to add the background color  */
/* .profile-details:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  bottom: 0;
  background-color: rgba(217, 217, 217, 0.2);
  z-index: -2;
} */

.profile-details-header{ 
  color:#FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-top: 1rem;
}

.timeline{
  margin-top: 4rem;
}

.scrolling-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #999 #eee;
}


/* .subtitle{
	font-size: 1.25em;
	opacity: 0.65;
} */

.card-block{
	height: 300px;
	background-color: #fff;
	border: none;
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out !important;
	border-radius: 24px;
}

.card-block:hover {
		transform: translateY(-5px);
		box-shadow: none;
		opacity: 0.9;
}

.card-container {
  /* background-image: url('../images/person-details/card-block.png');
  background-size: cover; /! Adjust as needed !/
  background-position: center; /! Adjust as needed !/
  color:blue; */
  background-color: #D9D9D9;
  width: 400px !important;
  margin-right: 3rem;
}

.timeline-card{
  background-color: #D9D9D9;
  margin-right: 3rem;
  width: 25rem;
}

.scrolling-wrapper .card {
  background-color: #D9D9D9;
}

.scrolling-wrapper .card .card-text{
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

.event-place-wrapper{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.event-place-btn {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #000000 1px;
  text-decoration: none;
  margin-left: -1px;
}

.event-place-btn:hover {
  background: #b4b8a5;
  text-decoration: none;
}

.event-btn{
  border-top-left-radius: 15px;
}

.place-text-wrapper{
  display: none;
}

.clicked{
  color: #ffffff;
  background: #8D927C;
}

.unclicked{
  color: #000000;
  background: #D9D9D9;
}

/* ----- Start of practices.php CSS ----- */
#browse {
  margin-top: 150px;
  font-family: 'Merriweather', serif;
  font-size: large;
  font-weight: 300;
  color: #CEC9B0;
}

.option-with-bg{
  background-color: rgba(217, 217, 217, 0.2); 
  padding: 1.5rem;
}

.option-with-bg .btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #D9D9D9;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
}

.option-with-bg .btn:active {
  background: #FFCF96;
  text-decoration: none;
}

/* ----- Start of footer.php CSS ----- */
.footer {
  background-color: black;
  padding-top: 20px;
  margin-top: 40px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* ----- Start of Media specific CSS ----- */
/* @media (min-width: 2559px) {
  .search-container{
    margin-left: 280px;
  }
  
  .search-wrapper{
    width: 2000px;
  }
} */


@media (max-width: 1399px) {
  /* .index-container{
    width: 1400px;
  } */

  body {
    overflow-x: hidden !important; /* Prevent horizontal scrolling */
  }
  
  .custom-col-lg-5 {
    flex-basis: calc(50% - 120px); /* Adjust this value based on your design */
    max-width: calc(50% - 120px); /* Adjust this value based on your design */
  }
  .index-summary {
    margin: 1rem 0; /* Removed horizontal margin for full width */
    justify-content: center;
    background-color: rgba(55, 61, 32, 0.5);
    padding-left: 25px;
    padding-right: 25px;
    overflow-x: hidden !important;
    width: 100vw;
  }

  .index-Btn {
    margin-top: 2rem;
    text-align: center;
  }

  .background-container .index-background {
    clip-path: none; /* Remove the circular clip at 1200px */
    min-width: initial;
    max-width: 100%; 
    width: 100%; /* Stretch the image to fit the container */
    transform: translateY(84px);  /*Moves background image down 84px to account for the navbar*/
  }

  .team-header {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .team-member {
    margin-left: auto;
    margin-right: auto;
  }

  .team-center {
    text-align: center;
  }

  /* .description-col{
    background-color: rgba(55, 61, 32, 0.5);
  } */
  .background-container .teams-background {
    display: none;
  }

  .other-contributors {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .navbar-collapse {
    background-color: #CEC9B0;
  }

  .navbar {
    background-color: #373D20;
  }

  .custom-nav-item {
    margin: 0;
  }

  .DI-Nav {
    margin-left: 0.75rem;
  }

  .home {
    margin-left: 0.75rem;
  }

  .AB-btn {
    text-align: center;
  }

  /* .text {
    position: absolute;
    top: 7%;
    left: 25%;
    font-size: 48px;
    font-weight: bold;
    color: white;
  } */

  .left-one{
    text-align: right;
    transform: translateX(5%);
    margin-bottom: 3rem;
  }
  
  .right-two{
    position: relative;
    transform: translateX(5%);
  }

  .digital-identities-text {
    left: 20%;
  }

  .digital-identities-imgContainer img {
    height: 100%;
    width: auto;
    border-radius: 15px;
  }

  .digital-identities-imgContainer a:hover .overlay {
    opacity: 0;
  }

  .digital-identities-imgContainer:hover .digital-identities-text {
    opacity: 1;
    visibility: visible;
  }

  .mobileCenter {
    text-align: center;
    margin: auto;
  }

  .search {
    margin-top: 1rem;
  }

  #inputWithImage {
    width: 100%;
  }

  .searchDropdown {
    width: 100%;
  }

  #inputWithImage .searchDropdown {
    background-position: right 50px center;
  }

  .searchTerm {
    width: 100%;
  }

  #advanced-search {
    white-space: nowrap;
  }

  .searchContainer {
    margin-top: 1rem;
  }
 
  /* .profile-details:before {
    left: -999;
    right: -999;
  } */

  /* .DI-button-col{
    margin-right: 0rem; 
  } */
}

/* .background-image {
  background-image: url(../images/BG_1.png);
  background-position: right top;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
}

.tester {
  float: left;
} */