
@font-face {
    font-family: 'Oriya MN';
    src: url('./oriya-mn.ttf') format('truetype');
    font-style: regular;
  }

body {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    overflow-x: hidden;
}
/* default text color+font+size */
* {
    color: #707070;
    font-family: 'Shree Devanagari 714', 'Times New Roman', Times, serif !important;
    font-size: 22pt;
}
/* default titles */
h1, h2 {
    font-family: 'Oriya MN', 'Times New Roman', Times, serif !important;
}
/* NAVBAR */
/* text styling */
.nav a{
    font-family: 'Shree Devanagari 714', 'Times New Roman', Times, serif !important;
    font-size: 12pt;
    text-decoration: none;
    color: #707070;
}
.nav a:hover{
    opacity: .75;
}
/* formatting */
.nav.top-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;
    padding-top: 20px;
    padding-right: 60px;
}

.nav.bottom-nav {
    display: flex;
    justify-content: center;
    padding: 8px;
}
/* adds padding to top intro section */
.intro-header {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
}
/* adjusting horizontal line angles */
#hr-1 {
    rotate: -1.4deg;
    position: relative;
    top: 23px;
}
#hr-2 {
    rotate: 1.4deg;
    position: relative;
}
/* nav buttons */
.button{
    font-size: 24pt;
    color: grey;
}

#cherry-blossom {
    position: absolute;
    transform: scaleY(-1);
    width: 1045px;
    rotate: 130deg;
    top: 175px;
    right: -90px;
    margin-right: 60px;
    max-width: 70%;
    overflow: hidden;
} 

/* button edits */
#top > div > div > div > div > button > a > span {
    font-size: 12pt;
    position: relative;
    top: -3px;
}
#top > div > div > div > div > .btn-outline-secondary:hover {
    background-color: #F6F6F650;
  }
/* PROJECTS SECTION!!! */
.my-projects {
    padding: 20px 60px;
}

.project-card > a:hover {
    background-color: #F6F6F650;
  }

  .project-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .project-header img {
    display: block;
    max-width: 70%;
    margin: 20px auto;
  }

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

.card-title {
    font-size: 22pt;
}

.project-tags-container {
    display: flex;
    flex-wrap: wrap;
}
.project-tag {
    font-size: 9pt;
    padding: 2px 10px;
    border: 1px solid grey; /* Set the border color and width */
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.project-tag p {
    font-size: 10pt;
    margin: 0;
}

.about-me-tags {
    margin-top: 5px;
    justify-content: center;
}

/* (future) scrolling text divider on bottom of homepage */
.scrolling-text-line {
    margin-top: 0px;
    margin-bottom: 0px;
}
.scrolling-text {
    display: inline;
    white-space: nowrap;
    font-size: 18pt;
    overflow: hidden;
}

.scrolling-text-container {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.flower-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 55%;
}
/* ABOUT ME */
.about-me {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.about-me-header {
    padding: 0;
    margin: 0;
}

 .about-me-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  grid-template-rows: auto auto auto;
  margin: 50px auto;
}

.about-me h {
    grid-row-start: 1;
}

.about-me .para-1 {
  grid-row-start: 2;
  font-size: 14pt;
  margin-right: 50px;
}

.about-me .profile-card {
  border: 1px solid grey;
  width: 300px; 
  height: auto;
  grid-row-start: 2;
  grid-column-start: 2;
  max-height: 460px;
}

.about-me-buttons {
    grid-row-start: 3;
    grid-column-start: 1;
    display: flex; 
    gap: 10px;
}

.profile-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.profile-card-titles {
    font-size: 15pt;
    margin-bottom: 0;
    margin-top: 10px;
}

#photo-of-me {
    border: 1px solid grey;
    margin-top: 10px;
    width: 90%;
}

#projects > .project-container {
    margin-right: 100px;
}

.project-top {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.project-top-subtitle {
    font-size: 8pt;
    margin: 0;
    margin-bottom: 5px;
}

.project-top.project-header-1 {
    margin: 0;
}

.project-img-top {
    width: 70%;
    height: auto;
    max-width: 600px;
    border: 3px solid grey;
    margin-bottom: 20px;

}

.github-project-button {
    margin-bottom: 15px;
}

.github-project-button-text {
    font-size: 12pt;
    margin-right: 10px;
    margin-left: 10px;
}

.project-body {
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.project-body h2 {
    font-size: 30pt;
}

.project-body  p, .project-body li, .project-body li b {
    font-size: 16pt;
    list-style-type: none;
}

.project-body p {
    margin: 0 60px;
    margin-bottom: 20px;
}

.project-body li {
    margin-right: 60px;
    padding: 10px;
}

.figma-window {
    width: 70%;
    height: 50%;
    padding-bottom: 56.25%; 
    position: relative;
}

.figma-window iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}






/* small screen */
@media (max-width: 767px) {
    /* centers top nav */
    .nav.top-nav {
        justify-content: center;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #projects-text {
        display: flex;
        justify-content: center;
    }
    
    #cherry-blossom {
        z-index: -1;
        opacity: 0.15;
        width: 90%;
        height: auto;
        position: absolute;
        margin-right: 110px;
    }

    #projects > .project-container {
        margin-right: 30px;
        margin-left: 30px;
    }
    .about-me-header {
        text-align: center;
    }
    .about-me-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
      .about-me .para-1 {
        margin-right: 0px;
      }

      .about-me .about-me-buttons {
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
      }
      .project-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .intro-header {
        padding-left: 0px;
    }
    
}
  