        /* flex-container */
.flex-container-1 {
  display: flex;
  justify-content: center;
  max-width: 800px; /* Set a maximum width for the container */
  margin: 0 auto; /* Center the container horizontally */
}
	
.full-width-table-1 {
	  width: 100%;
	  border: 0;
	  cellpadding: 0;
	  cellspacing: 0;
	}
	
.full-width-table-2 {
	  width: 100%;
	  border: 0;
	  cellpadding: 0;
	  cellspacing: 0;
	}
	
.full-width-table-3 {
	  width: 100%;
	  border: 0;
	  cellpadding: 0;
	  cellspacing: 0;
	}
	
.valign-top {
	  vertical-align: top;
	}
	
.image-text-wrapper {
	  display: flex;
	  align-items: flex-start;
	}
	
.content-block-1 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	  flex-direction: column;
	  border: 0 solid white;
	  background-color: black;
	  padding: 5px;
	}
	
.content-block-2 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	  flex-direction: column;
	  border: 0 solid white;
	  background-color: black;
	  padding: 5px;
	}
	
.content-block-3 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	  flex-direction: column;
	  border: 0 solid white;
	  background-color: black;
	  padding: 5px;
	}
	
.logo-image {
	  width: 200px;
	  height: auto;
	  margin-top: 0px;
	}
	
.model-image-1 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}

	
.model-image-2 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}
	
.model-image-3 {
	  width: 340px;
	  height: auto;
	  margin-top: 10px;
	  /* margin-right: 40px; */
	}
.model-image-4 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}
@font-face {
	  font-family: 'amazb';
	  src: url('/fonts/amazb.ttf');
	}

 a {
  text-decoration: none; /* Remove underline */
  color: red; /* Change text color */
}


	
/*@font-face {
	  font-family: 'Dancing Script';
	  src: url('/fonts/DancingScript-VariableFont_wght.ttf');
	}*/
	
.content-text {
	  line-height: 1.5;
	  margin-right: 10px;
	  text-align: center;
	  color: #f3f3f3;
	}
.content-text-2 {
	  line-height: 1.5;
	  margin-right: 10px;
	  text-align: left;
	  color: #f3f3f3;
	}
	
.content-text-2 span {
	  font-weight: 400; /* change the font weight to your liking */
	  color: #f3f3f3; /* change the color to your liking */
	  font-family: amazb, serif; /* change the font family to your liking */
	  font-size: 30px;
	}
	
	.content-text-3 {
	  line-height: 1.5;
	  margin-right: 10px;
	  text-align: left;
	  color: #f3f3f3;
	}
	
	
.inline-image {
	  width: 100px;
	  height: auto;
	  margin: 0 10px;
	  vertical-align: middle;
	}
	
.logo-image {
	  width: 200px;
	  height: auto;
	  margin-top: 0px;
	}
	
.model-image-1 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}

.model-image-2 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}
	
.model-image-3 {
	  width: 340px;
	  height: auto;
	  margin-top: 10px;
	  /* margin-right: 40px; */
	}
	
.model-image-4 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}
.content-text {
	  line-height: 1.5;
	  margin-right: 10px;
	  text-align: center;
	  color: #f3f3f3;
	}

	          /* GIRLFRIEND EXPERIENCE TEXT-START- */
.centered-text {
	text-align: center;
	/* GIRLFRIEND EXPERIENCE TEXT-END- */
	}
	
	/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  /* Hide the social icons */
 .social-icons {
    display: none;
    }
  
@font-face {
	  font-family: 'DancingScript';
	  src: url('/fonts/DancingScript-VariableFont_wght');
	}
	
.content-text {
	  line-height: 1.5;
	  margin-right: 10px;
	  text-align: center;
	  color: #f3f3f3;
	}
	
.content-text span {
	  font-weight: 400; /* change the font weight to your liking */
	  color: #f3f3f3; /* change the color to your liking */
	  font-family: Dancing Script, serif; /* change the font family to your liking */
	  font-size: 30px;
	}
		
.logo-image {
	  width: 200px;
	  height: auto;
	  margin-top: 0px;
	}
	
.model-image-1 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}

.model-image-2 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}
	
.model-image-3 {
	  width: 340px;
	  height: auto;
	  margin-top: 10px;
	  /* margin-right: 40px; */
	}
	
.model-image-4 {
	  width: 340px;
	  height: auto;
	  margin-top: 20px;
	}
	       
}