.lower-font {
    text-transform: lowercase !important;
}

.lower-font-halo{
    color: rgb(127, 195, 255) !important;
    font-size: 30px;
}

.font-entris {
    font-size: 27px !important;
    padding-bottom: 15px;
}

.font-entris i {
    color: #ffcc00 !important;
}

.top_link {
    margin-top: 25px !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-align: center !important;
}

.top_link i {
    margin-right: 8px;
    font-size: 20px;
}


@media (max-width: 768px) { 
    .lower-font {
        text-transform: lowercase !important;
        font-size: 30px !important;
    }

    .first-content .author-image img {
        max-width: 50%;
        height: auto;
    }

    nav .mini-logo {
		margin-top: 60px;
		display: block;
	}
}

.social-icon {
    font-size: 30px; 
    margin: 0 10px;
    color: #333;
    transition: 0.3s;
}

.social-icon:hover {
    color: #007bff; 
}

/* Modern Follow Me Section */
.follow-modern {
  text-align: center;
  padding-top: 50px;
}

.fm-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
}

.fm-line {
  width: 80px;
  height: 3px;
  background: #ffffffaa;
  margin: 10px auto 30px auto;
  border-radius: 10px;
}

.fm-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}

.fm-icons a {
  font-size: 32px;
  color: #ffffffcc;
  transition: 0.3s ease;
}

.fm-icons a:hover {
  color: #fff;
  transform: scale(1.2);
}

.fm-email {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  opacity: 0.9;
}

.fm-email i {
  margin-right: 8px;
}
