:root {
    --branding-color: #52117a;
    --secondary-color: #FFFFFF;
    --heading-font-family: "Playfair Display", serif;
    --default-font-family: "Poppins", sans-serif;
}

body {
    font-family: var(--default-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
    font-family: var(--heading-font-family);
    font-weight: bold;
}

p {
    font-weight: normal;
}

.logo {
    max-width: 120px;
    margin-left: 70px;
}

.footer-logo {
    max-width: 90px;
}

.footer-details {
    background-color: var(--branding-color);
    color: var(--secondary-color);
    text-align: center;
}

.footer-details h4, h6 {
    color: var(--secondary-color)
}

.footer-details i {
    font-size: 30px;
    padding: 5px;
}

.footer-details a {
    text-decoration: none;
    color: var(--secondary-color);
}

.footer-details a:hover {
    color: black;
}

.navbar-nav a {
    font-family: var(--default-font-family);
    color: black;
}

.navbar-nav a:hover {
    color: var(--branding-color);
}

.dormant {
    color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.hero {
    background: var(--secondary-color);
    text-align: center;
    padding: 0px 0px;
}

.hero h1 {
    font-size: 55px;
    margin: 23px;

}

.hero h3 {
    font-size: 35px;
    margin: 23px
}

.hero p {
    font-family: var(--default-font-family);
    font-weight: normal;
    font-size: 25px;
}

.hero-body {
     border-radius: 50%;
}

.hero-foot {
    max-width: 100%;
    height: auto; 
}

@media (max-width: 850px) {
    .hero h1 {
        font-size: 45px;
    }

    .hero h3 {
        font-size: 25px;
    }

    .hero p {
        font-size: 15px;
    }
    .about-section {
        text-align: center;
        padding: 0;
      }
    .skills-section {
        text-align: center;
        padding: 0;
      }
}

.about-hero {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: var(--branding-color);
    color: var(--secondary-color);
    padding: 45px 0px 45px 0px;
}

.about-hero h2 {
    color: var(--secondary-color);
}

@media (max-width: 576px) {
    .about-hero {
        font-size: 17px;
    }
    .logo {
        margin-left: 30px;
    }
    .footer-details i {
    font-size: 20px;
    padding: 3px;
    }

    .footer-details h4, h6 {
    font-size: 20px;
    }

}



.hero-summary {
    border-top: 50px;
    border-bottom: 50px;
    border-left: 60px;
    border-right: 60px;
    border-color: var(--branding-color);
    border-style: solid;
}

.hero-skills {
    text-align: center;
    font-family: var(--default-font-family);
}

.hero-list {
    text-align: center;
    margin-right: 25px;
}

.hero-title {
    font-family: var(--heading-font-family);
    font-size: 25px;
}

.hero-skills img {
   text-align: center;
    max-width: 70px;
}

.dev-tools,
.dev-lang {
    color: var(--branding-color);
}

.dev-tools {
    margin: 0;
    padding: 0;
}
 
.hero-skills { 
    border-top: 60px;
    border-bottom: 60px;
    border-left: 60px;
    border-right: 60px;
    border-color: var(--secondary-color);
    border-style: solid;
}

.project-intro {
    text-align: center;
}

.project-description h2 {
    font-family: var(--heading-font-family);
}

.project-description p {
    font-family: var(--default-font-family);
}

.project-description img {
        max-width: 90%;
}

.project-intro a {
    color: var(--branding-color);
}

.primary-link {
    text-decoration: none;
    color: var(--branding-color);
    font-weight: bold;
}

.mail-link {
    text-decoration: none;
}


/* testimonials */
body{margin-top:20px;}

.align-center {
    text-align: center;
}
.hash-list {
    display: block;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 768px){
    .hash-list.cols-3 > li:nth-last-child(-n+3) {
        border-bottom: none;
    }
}
@media (min-width: 768px){
    .hash-list.cols-3 > li {
        width: 33.3333%;
    }
}

.hash-list > li {
    display: block;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pad-30, .pad-30-all > * {
    padding: 30px;
}
img {
    border: 0;
}
.mgb-20, .mgb-20-all > * {
    margin-bottom: 20px;
}
.wpx-100, .wpx-100-after:after {
    width: 100px;
}
.img-round, .img-rel-round {
    border-radius: 50%;
}
.padb-30, .padb-30-all > * {
    padding-bottom: 30px;
}

.mgb-40, .mgb-40-all > * {
    margin-bottom: 40px;
}
.align-center {
    text-align: center;
}
[class*="line-b"] {
    position: relative;
    padding-bottom: 20px;
    border-color: #E6AF2A;
}
.fg-text-d, .fg-hov-text-d:hover, .fg-active-text-d.active {
    color: #222;
}
.font-cond-b {
    font-weight: 700 !important;
}

.testimonials {
    font-family: var(--default-font-family);
}

.blog-head {
    text-align: center;
}

.blog-intro {
    display: flex;
    justify-content: center;
}

.contact-simi {
    text-align: center;
}

.about-section {
    padding: 40px 20px;
  }
  
  .about-section h1 {
    font-size: 64px;
    line-height: 80px;
  }
  
  .about-section h3 {
    font-size: 16px;
    font-family: var(--default-font-family);
  }

  .about-section-content a {
    font-family: var(--default-font-family);
    text-decoration: none;
    color: var(--branding-color);
  }

  .about-section-content a:hover {
    color: rgb(228, 106, 106);
  }

  .about-section-content {
    margin: 20px 10px;
  }

  .about-img {
    max-height: 500px;
    border-radius: 6px;

  }

.skills-section {
    padding: 40px 20px;
  }
  
  .skills-section h1 {
    font-size: 64px;
    line-height: 80px;
  }
  
  .skills-section h3, p {
    font-size: 16px;
    font-family: var(--default-font-family);
  }

  .skills-section-content a {
    font-family: var(--default-font-family);
    text-decoration: none;
    color: var(--branding-color);
  }

  .skills-section-content a:hover {
    color: rgb(228, 106, 106);
  }

  .skills-section-content {
    margin: 20px 10px;
  }

  .skills-img {
    max-height: 500px;
    border-radius: 6px;
  }