body {
  font-family: 'Arima', cursive;
  font-family: 'EB Garamond', serif;
  font-family: 'Red Hat Display', sans-serif;
  padding-bottom: 30px;
}

.sidenav {
    height: 100%;
    width: 165px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #EE4E34;
    overflow-x: hidden;
    padding-top: 80px;
    padding-left: 17px;
    padding-right: 15px;
    vertical-align: middle;
    justify-content: center;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 6px;
    text-decoration: none;
    font-size: 25px;
    color: #FCEDDA;
    display: block;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .profile img {
    width: 120px;
    height: 160px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 80px;
  }

  .main {
    margin-left: 165px; /* Same as the width of the sidenav */
    height: 100%;
    font-size: 28px; /* Increased text to enable scrolling */
    padding-left: 80px;
    padding-right: 40px;
    padding-top: 40px;
    right: 0%;
    top:0%;
    left: 0%;
    overflow-x: hidden;
    position: fixed;
    background-color: #FCEDDA;
    color: #EE4E34;
  }

  .name {
    font-weight: 700;
    font-size: 100px;
    bottom: 0%;
  }
  .contactinfo {
    font-weight: 600;
    font-size: 100px;
    top: 0%;
    padding-top: 0px;
    color: #EE4E34;
  }

  a[href^="tel:"]{
    color: inherit;
    text-decoration: none;
    font-size: 40px;
    font-weight: 400;
    
  }

  a[href^="mailto:"]{ 
    color: inherit;
    text-decoration: none;
    font-size: 40px;
    font-weight: 400;
  }

  .title {
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 0%;
    border-top: 1px;
    border-top-color: red;
    border-top-style: dashed;
  }

  .content {
    font-weight: 400;
    font-size: 20px;
  }

  .split {
    color: purple;
  }

  .dot {
    color: purple;
  }

  .skills {
    border-top: 1px;
    border-top-color: red;
    border-top-style: solid;
    padding-bottom: 50px;
  }

  .experience {
    border-top: 1px;
    border-top-color: red;
    border-top-style: solid;
    padding-bottom: 50px;
  }

  .education {
    border-top: 1px;
    border-top-color: red;
    border-top-style: solid;
    padding-bottom: 50px;
  }

  .certs {
    border-top: 1px;
    border-top-color: red;
    border-top-style: solid;
    padding-bottom: 50px;
  }

  .interests {
    border-top: 1px;
    border-top-color: red;
    border-top-style: solid;
    padding-bottom: 50px;
  }

  .employer {
    font-size: 40px;
    color:darkblue;
  }

  .date {
    text-align: right;
    color: orangered;
  }

  .quora {
    display:flex;
    flex-direction: row;
    align-items: center;
  }

  .quora_logo {
    height: 30px;
    width: 30px;
    align-items: center;
    padding: 0%;
    margin: 0%;
    border-radius: 15px;
  }

  .quora_link {
    background-color: inherit;
    border: none;
  }

  .github {
    display:flex;
    flex-direction: row;
    align-items: center;
  }

  .github_logo {
    height: 30px;
    width: 30px;
    align-items: center;
    padding: 0%;
    margin: 0%;
    border-radius: 15px;
  }

 .github_link {
    background-color: inherit;
    border: none;
  }

  .youtube {
    display:flex;
    flex-direction: row;
    align-items: center;
  }

  .youtube_logo {
    height: 30px;
    width: 30px;
    align-items: center;
    padding: 0%;
    margin: 0%;
    border-radius: 15px;
  }

 .youtube_link {
    background-color: inherit;
    border: none;
  }

  .linkedin {
    display:flex;
    flex-direction: row;
    align-items: center;
  }

  .linkedin_logo {
    height: 30px;
    width: 30px;
    align-items: center;
    padding: 0%;
    margin: 0%;
    border-radius: 15px;
  }

 .linkedin_link {
    background-color: inherit;
    border: none;
  }

  .sendoff {
    display: flex;
    flex-direction: column;
    justify-items: left;
    align-items: left;
  }

  .farewell {
    display:flex;
    flex-direction: row;
    align-items: center;
  }

  .smiley {
    height: 50px;
    width: 50px;
    align-items: center;
    padding: 0%;
    margin: 0%;
    border-radius: 15px; 
    background-color: inherit;
    border: none; 
  }

  .return {
    padding-left: 5px;
    padding-right: 5px;
  }

  .projects {
    padding-bottom: 50px;
  }




