
:root {
    background-color: rgb(230, 227, 227);
    }
  
body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  background-color: rgb(230, 227, 227); /* Match the rest of the page */

.sigMarg {
  margin-right:8px;
}

}

p, ul, li {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
  }
  
    .headerContainer {
      background-color: rgb(230, 227, 227);
    }

.ianIsA {
    background-color: rgb(191, 183, 190); /* Match the rest of the page */
}

  .mainHeaderRow {
    margin-left: auto !important;
    width: 80%;
    align-items: center;
    justify-content: center !important;
    margin-top: 0px !important;
    display: flex;
    gap: 1rem;
    text-align: center !important;
    padding-bottom: 50px;
}

.mainWrapper {
    background-color: rgb(230, 227, 227);
    padding-bottom: 10px;
    max-width: 800px; /* Limit the maximum width */
    margin: 0 auto; /* Center the container */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: add a subtle shadow */
    padding: 22px;

  
}
.modelCommentsHeader h2 {
  margin-left: auto;
  font-family: 'Poiret One', cursive;
  font-size: 55px;
  font-weight: bold;
  color: rgb(188, 67, 19) !important; 
}

#modelCommentsHeader p {
    margin-left: 20.5%;
    margin-right: 10%;
    font-size: 20px;
}

.col a:hover {
  color: grey;
  text-decoration: underline rgb(188, 67, 19) !important; 
}

.col-md-4 h5:hover {
  text-decoration: rgb(188, 67, 19) !important; 
}



#headerNamePhotoId h2 {
    margin-top: -115px;
}

.row {
     width: auto; 
}

.col-5 p {
    margin-top: 10px;
    text-align: center;
    margin-left: 50%;
    margin-right: 10%;
    font-size: 20px;
}

.col-7 hr {
    margin-right: 30%;
}

.col-7 {
    font-size: 20px;
    width: 45% !important;
}

#afterShoot {
    font-size: 25px;
    font-weight: bold;
}

#secondRow {
    margin-top: 30px;
}

#modelComments {
    margin-right: 51%; 
    text-align: center;
    margin-top: 15px;
    padding-left: 0 50px;
}

/* Test Styles */

/* Comments styling */
#modelComments p, #proComments p {
    font-style: italic;
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 5px solid #ffa600;
    margin: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  #modelComments p:first-child, #proComments p:first-child {
    margin-top: 0;
  }
  
  #modelComments p:last-child, #proComments p:last-child {
    margin-bottom: 0;
  }
  
  /* Section headers */
  #afterShoot, #proComments {
    margin-top: 40px;
    font-size: 1.5rem;
    color: #333;
  }
  
  hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
  }
  
  .lineUnderComments {
    margin-top: 40px;
  }
  
  /* Responsive design by Zen */
  @media (max-width: 768px) {
    .modelCommentsHeader h2 {
      font-size: 2rem;
    }
  
    p, ul, li {
      font-size: 1rem;
    }
  
    #afterShoot, #proComments {
      font-size: 1.2rem;
    }

    #backToTop {
        position: fixed; /* Fixed position */
        bottom: 10px;    /* 10px from the bottom */
        right: 10px;     /* 10px from the right */
        z-index: 9999;   /* Make sure it's on top of other content */
        padding: 8px 16px; /* Padding for size */
        background-color: #666; /* Background color */
        color: white; /* Text color */
        border: none; /* No border */
        cursor: pointer; /* Cursor indicates it's clickable */
        border-radius: 5px; /* Rounded corners */
        opacity: 0.3; /* Slightly transparent */
        display: none; /* Hidden by default */
        transition: opacity 0.5s ease; /* Smooth transition for opacity */
    }
  
    #backToTop.visible {
        display: block; /* Show the button */
    }
  
    #backToTop.hidden-opacity {
        opacity: 0.3; /* Slightly transparent */
    }
  
    #backToTop:hover {
        opacity: 1; /* Fully visible when hovered */
    }
  
  }
  


#modelComments p {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
}

.lineUnderComments {
width: 70%;
margin-left: 20%;
margin-top: 35px;
}

#proComments {
font-weight: bold;
margin-top: 12px;
margin-left: 2%;
margin-right: 10%;
font-size: 18px;
}

#thirdLine {
    margin-right: 210px;
}

#thirdLine hr {
    margin-top: 30px;
}

.footer .col-2  p{
    font-size: 20px;
   
}

.footer .col-1  p{
    font-size: 20px;

}

.footer .col-3 {
    font-size: 20px;
}

.footer {
    width: 80%;
    margin-top: 30px;
    margin-left: 21%;
    text-align: right;
}

.footer a {
    color: rgb(188, 67, 19) !important;
}

.footerWrapper {
    background-color: rgb(230, 227, 227);
  }
   
.footerContainer {
  background-color: rgb(230, 227, 227);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    padding-top: 45px;
}

.footerRow {
    justify-content: center;
    
}
 
  .footerContainer a {
      color: rgb(188, 67, 19) !important;
  }

  /* Responsive Design Zen */
  @media (max-width: 576px) {
    .col-5, .col-7 {
      padding: 0 10px; /* Further reduce padding for smaller screens */
    }
  }
  
  .col-12.col-sm-5 p {
    overflow: hidden; /* Prevents content from overflowing */
  }
  
  .col-12.col-sm-5 {
    max-width: 100%; /* Limits the width of the column */
  }
  