@charset "UTF-8";
@import url(../../css/twemoji-sprite-1.css?c4df0605225e);
@import url(../../css/twemoji-sprite-2.css?d91d0c579235);

/* Now, all other CSS rules and declarations */

* {font-size: 100.01%;}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  color: #494949;
  font: 1.4em/1.6em 'UbuntuRegular', Arial, Helvetica, sans-serif; /* Reduced from 1.6em/1.8em */
  background: #fff;
  overflow-y: scroll;
}

/* Header and navigation styles */
header h1 {
  font-size: 3rem; /* Increased from 2.5rem */
}

header h1 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

header h1 a:hover {
  color: #FF9B5E;
}

nav ul {
  padding: 0;
  list-style-type: none;
  margin-top: 1rem;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
  font-size: 1.4rem; /* Increased from 1rem */
}

nav ul li a:hover {
  color: #FF9B5E;
}

/* Main content text */
main {
  font-size: 1.1em; /* Reduced from 1.2em */
}

/* Footer text */
footer {
  font-size: 1.2em; /* Reduced from 1.4em */
}

/* Adjust other text elements */
h2 {
  font-size: 2.6rem; /* Reduced from 2.8rem */
}

h3 {
  font-size: 2.2rem; /* Reduced from 2.4rem */
}

/* Social links text */
.profile-social-links h3,
.profile-container .social-links h3,
.profile-details .profile-social-links h3 {
  font-size: 1.4em; /* Reduced from 1.6em */
}

.profile-social-links a,
.profile-container .social-links a,
.profile-details .profile-social-links a {
  font-size: 1.2em; /* Reduced from 1.3em */
}

/* Add more styles for layout, responsiveness, and components */

.profile-container .social-links {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.profile-container .social-links h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.4em; /* Reduced from 1.6em */
}

.profile-container .social-links ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.profile-container .social-links li {
    flex: 1 1 calc(20% - 10px);
    min-width: 120px;
    margin: 0;
}

.profile-container .social-links a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    font-weight: bold;
}

.profile-container .social-links a:hover {
    opacity: 0.8;
}

.profile-container .social-links .onlyfans { background-color: #00AFF0 !important; }
.profile-container .social-links .instagram { background-color: #E1306C !important; }
.profile-container .social-links .twitter { background-color: #1DA1F2 !important; }
.profile-container .social-links .snapchat { background-color: #FFFC00 !important; color: #000 !important; }
.profile-container .social-links .tiktok { background-color: #000000 !important; }

/* Social links styles */
.profile-social-links {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.profile-social-links h3 {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.4em; /* Reduced from 1.6em */
  font-weight: bold;
}

.profile-social-links ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.profile-social-links li {
  flex: 1 1 calc(20% - 10px);
  min-width: 100px;
  margin: 0;
}

.profile-social-links a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  font-size: 1.2em; /* Reduced */
  font-weight: bold;
}

.profile-social-links a:hover {
  opacity: 0.8;
}

.profile-social-links .onlyfans { background-color: #00AFF0; }
.profile-social-links .instagram { background-color: #E1306C; }
.profile-social-links .twitter { background-color: #1DA1F2; }
.profile-social-links .snapchat { background-color: #FFFC00; color: #000 !important; }
.profile-social-links .tiktok { background-color: #000000; }

/* ... existing styles ... */

.profile-details .profile-social-links {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.profile-details .profile-social-links h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.4em; /* Reduced from 1.6em */
    font-weight: bold;
}

.profile-details .profile-social-links ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.profile-details .profile-social-links li {
    flex: 1 1 calc(20% - 10px);
    min-width: 100px;
    margin: 0;
}

.profile-details .profile-social-links a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    font-weight: bold;
}

.profile-details .profile-social-links a:hover {
    opacity: 0.8;
}

.profile-details .profile-social-links .onlyfans { background-color: #00AFF0; }
.profile-details .profile-social-links .instagram { background-color: #E1306C; }
.profile-details .profile-social-links .twitter { background-color: #1DA1F2; }
.profile-details .profile-social-links .snapchat { background-color: #FFFC00; color: #000 !important; }
.profile-details .profile-social-links .tiktok { background-color: #000000; }