:root {
  --primary-color: linear-gradient(90deg, #e0c3fc 0%, #8ec5fc 100%);
  --title-color: #200439;
  --shadow: 5px 5px 5px rgba(14, 16, 77, 0.5);
  --heading-font-family: "Playfair Display", serif;
  --default-font-family: "Poppins", sans-serif;
}

body {
  background: var(--primary-color);
  margin: 20px auto;
  max-width: 900px;
  font-family: var(--default-font-family);
}
.hero {
  margin-top: 5px;
  padding: 30px 20px;
  color: var(--title-color);
  text-align: center;
}
.hero p {
  font-family: var(--default-font-family);
  font-weight: bold;
  color: var(--title-color);
  padding: 10px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.hero h1 {
  font-family: var(--heading-font-family);
  font-weight: bold;
  font-size: 40px;
  color: var(--title-color);
}
.hero h2 {
  font-family: var(--default-font-family);
  font-weight: bold;
  font-size: 20px;
  opacity: 0.9;
  color: var(--title-color);
  line-height: 1.5;
  margin-left: 10px;
  margin-right: 10px;
}

h2 {
  font-size: 15px;
  color: var(--title-color);
  font-weight: bold;
}
p {
  font-weight: normal;
  font-size: 15px;
  color: var(--title-color);
  line-height: 30px;
}
h3 {
  font-size: 12px;
  text-align: justify;
  padding: 15px 15px 0px 15px;
  font-weight: bold;
}
h4 {
  font-size: 48px;
  margin-left: 20px;
  font-family: var(--heading-font-family);
}
.btn-branding-outline {
  text-transform: capitalize;
  font-family: var(--default-font-family);
  font-size: 10px;
  border: 1px solid rgb(121, 149, 219);
  background: rgb(73, 183, 223);
  box-shadow: var(--shadow);
  border-radius: 4px;
  color: var(--title-color);
  padding: 10px 100px;
  margin-bottom: 15px;
}
.project-description-one {
  padding: 20px 60px 60px 50px;
}

.navbar-brand {
  font-family: var(--heading-font-family);
  color: var(--title-color);
}

@media (max-width: 400px) {
  .project-description-one {
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 800px) {
  .about-section-container {
    padding: 0;
    text-align: justify;
  }
}

@media (max-width: 400px) {
  .btn-branding-outline {
    margin-bottom: 20px;
  }
}
.aboutme {
  font-family: var(--heading-font-family);
  font-size: 30px;
  margin-top: 30px;
  margin-left: 15px;
  line-height: 1;
}

.content p {
  line-height: 1.5;
  font-size: 15px;
  padding: 15px;
}
.about-section-container {
  padding: 10px 20px;
}
.about-section-container img {
  padding: 40px 150px 50px 100px;
}
.btn-branding {
  text-transform: capitalize;
  font-family: var(--default-font-family);
  font-size: 10px;
  border: 1px solid rgb(121, 149, 219);
  background: rgb(73, 183, 223);
  box-shadow: var(--shadow);
  border-radius: 4px;
  color: var(--title-color);
  padding: 5px 150px;
  margin-left: 10px;
}
img {
  border-radius: 4px;
}
.aboutw h1 {
  font-family: var(--heading-font-family);
  color: var(--title-color);
  font-size: 20px;
  margin: 25px 0px 10px 10px;
  line-height: 1;
}
.images {
  padding: 5px 10px 10px 20px;
  max-width: 60%;
  color: var(--title-color);
}
.navigation li {
  list-style: none;
  display: inline;
}
.intro {
  margin-top: 100px;
  margin-bottom: 80px;
  font-family: var(--heading-font-family);
  color: var(--title-color);
  text-align: center;
}
.navigation a {
  text-decoration: none;
  color: var(--title-color);
}

.containerw h3 {
  font-size: 8px;
  line-height: 1;
}
.containerw p {
  font-size: 7px;
  font-weight: bold;
  line-height: 2;
}
.pictext {
  margin-top: 0;
  text-align: center;
}

.logo {
  max-width: 18%;
}
.mainlogo {
  max-width: 18%;
}
.active {
  color: var(--title-color) !important;
  text-transform: capitalize;
  text-align: center;
}
footer {
  text-align: center;
  margin-top: 30px;
}
footer .contact-box {
  background-color: rgb(244, 227, 197, 0.7);
  padding: 15px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
footer .invite {
  color: rgb(116, 90, 141);
}
footer p {
  font-size: 30px;
}
footer .gmail-link {
  text-decoration: none;
  color: var(--title-color);
  font-size: 28px;
}

footer .gmail-link:hover {
  color: blue;
}
footer .gmail-link i:hover {
  color: blue;
}
footer .social-links a {
  font-size: 24px;
  color: var(--title-color);
  background: var(--primary-color);
  padding: 10px 14px;
  border-radius: 50%;
  transition: all 100ms ease-in-out;
}
footer .social-links a:hover {
  background: var(--title-color);
  color: white;
}
footer .social-links {
  margin-top: 30px;
}
footer .btn-contact {
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid rgb(116, 90, 141);
  border-radius: 10px;
  padding: 10px 25px;
  background-color: rgb(116, 90, 141);
  color: rgb(244, 227, 197);
  margin-top: 30px;
  margin-right: 20px;
}
footer .btn-contact:hover {
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid rgb(116, 90, 141);
  border-radius: 10px;
  background-color: rgb(116, 90, 141);
  color: rgb(244, 227, 197);
}
.nav-item {
  padding: 0 10px;
  text-transform: capitalize;
}
.containerc {
  position: relative;
  top: -100px;
}
.containerc h1 {
  font-size: 50px;
  line-height: 1.5;
  font-family: var(--heading-font-family);
  color: var(--title-color);
  padding: 80px 0px 10px 0px;
}
.containerc h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: var(--title-color);
}
.containerc p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

poem-button {
  max-width: 100%;
}
.weather-link,
.poem-link {
  display: flex;
  justify-content: center;
  padding: 15px;
  font-size: 13px;
  margin-top: 40px;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid rgb(116, 90, 141);
  border-radius: 10px;
  background-color: rgb(183, 141, 222);
  color: #200439;
  max-width: 100%;
}
.weather-link:hover {
  text-decoration: underline;
  font-weight: bolder;
}
.poem-link:hover {
  text-decoration: underline;
  font-weight: bolder;
}
.contact {
  border: 1px solid rgb(116, 90, 141);
  padding: 20px;
  background: rgb(116, 90, 141);
  box-shadow: var(--shadow);
  border-radius: 4px;
  margin: 20px;
}

.contact-link {
  color: rgb(208, 201, 205);
  text-decoration: none;
  font-size: 15px;
}

.about {
  border: 1px solid rgb(208, 201, 205);
  padding: 20px;
  background-color: rgb(208, 201, 205);
  box-shadow: var(--shadow);
  border-radius: 4px;
  margin: 20px;
}
.about-link {
  color: rgb(116, 90, 141);
  text-decoration: none;
  font-size: 15px;
}

.homepage-link {
  color: rgb(64, 11, 170);
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: -20px;
}

.mycontact {
  color: var(--title-color);
}
.email-link {
  color: rgb(47, 21, 72);
  text-decoration: none;
}
.email-link:hover {
  text-decoration: underline;
}
.about-paragraphs {
  display: flex;
  margin: 20px 0;
}
.content {
  text-align: center;
  color: var(--title-color);
}
