
@media only screen and (max-width: 600px) {
  .AverageEngagment .content-container {
  flex-direction: column;
  }
  
  .AverageEngagment .content-container .engagement-image {
  margin-bottom: 20px;
}
.CaseStudy {
  display: block; 
}

.case-study-images,
.case-study-text {
  width: 100%; 
}

.case-study-images img {
  width: 100%; 
  height: auto; }
}


.engagement-image {
  max-width: 100%;
  height: auto;
  }
  
  .content-container {
  display: block;
  }

body {
  font-family: 'Roboto', sans-serif;
    margin: 0;
    font-family: 'Roboto';
    background-color: #f8f8f8; 
  }


.navbar {
  margin-right: 20px;
  padding: 15px;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar li {
  margin-left: 20px;
}

.navbar a {
  text-decoration: none;
  color: #ec7927;
  font-weight: bold;
  letter-spacing: 1px;
}

.navbar a:hover {
  color: #f1eeea; 
}

button {
  background-color: #ec7927;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}



.navbar-container {
  background-color: #333; 
  padding: 10px 0; 
}

.navbar {
  text-align: center;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  display: inline;
  margin-left: 20px;
}

.navbar a {
  text-decoration: none;
  color: #ec7927;
  font-weight: bold;
  letter-spacing: 1px;
}

.banner {
  width: 100%;
  height: 300px; 
  background-image: url('Reportmapping5.png'); 
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 100px;
}

.banner h1 {
  font-size: 56px;
  font-weight: bold;
  color: gray;
  letter-spacing: 3px;
  text-shadow: black;
}

.report-container {
  max-width: 800px;
  margin: 20px auto;
  background-color:white; 
  border-radius: 10px; 
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
  padding: 10px;
}

.report-content {
  font-size: 18px;
  color: black;
  margin: 20px;
}

.Introduction h1{
  font-size: 70px;
  text-align: left;
  margin-left: 10px;
  color: #ec7927;
}

.Introduction p{
  font-size: 30px;
  text-align: left;
  margin-left: 10px;
  color: black;
}

.AverageEngagment .content-container {
  display: flex;
  align-items: center;
}

.AverageEngagment .content-container .engagement-image {
  height: auto;
  width: 400px;
  margin-right: 20px;
  border-radius: 8px;
  border: 2px solid white; 
  border-bottom: 5px solid gray; 
  border-right: 5px solid gray; 
}
.engagement-image {
  float:left;
}


.AverageEngagment h1 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 50px;
  color:grey;
}

.AverageEngagment p{
  display: block;
}


.AverageEngagment h1 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 50px;
  color:grey;
}

.strong-emphasis {
  color:#ec7927;
  font-style: bold;
  font-size:55px;
}
.strong-emphasis1{
  color:#ec7927;
  font-size:30px; 
}

.strong-emphasis2{
  color:#ec7927;
  font-size:40px;
  margin-left: 20px;
  text-align: center;
  text-shadow: 1px 0.5px 0.5px rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
}
.pop{
  color: #ec7927;
  font-style: bold;
  font-size: 35px;
  text-shadow: 1px 0.5px 0.5px rgba(0, 0, 0, 0.5);
}

.pop2{
  color: #ec7927;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}

.ListofAVTuses, .Impact {
  list-style-type: upper-alpha;
}

#Overview h2{
  margin-left: 10px;
  font-size: 35px;
}

.bridge {
  font-size: 30px;
  margin-left: 20px;
  font-style: italic;
}
.CaseStudy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.case-study-images {
  width: 45%;
}

.case-study-text {
  width: 45%;
}

.Technology {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
