body *, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 17px;  
  background-color: #f5f5f5;
}

/* -----------------------------------------
font-family: 'Black Ops One', cursive;
font-family: 'Lalezar', cursive;
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Lora', serif;
----------------------------------------- */

.image-credit {
  font-size: 0.75rem;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  position: absolute
}

body {
  font-family: 'Open Sans', sans-serif;
}

a {
text-decoration: none;
color: white; 
}

.background-wrapper {
  background: url(./assets/overcoming-mountains.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.4), 0 12px 40px 0 rgba(0,0,0,.4);
}

.background-image-overlay {
  background-color: rgba(145, 147, 165, 0.6);
}

.intro-wrapper {
  padding: 200px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#intro p a {
  color: inherit;
}

.code-symbol {
  width: 45px;
}

header {
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.nav-left a.name {
  padding: 0 25px 0;
}

.nav-item {
  padding: 25px 15px;
}

nav {
  font-family: 'Lora', serif;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  background: linear-gradient(to bottom right, #12213f, #576786);
}

.nav-right {
  font-size: 1.08rem;
  font-weight: bold;
}

.name {
  display: flex;
  align-items: center;
}

#fwd-slash {
  font-size: 1.3rem;
  font-weight: bold;
}

.nav-left {
  display: flex;
  align-items: center;
  font-family: 'Lora', serif;
  font-weight: bold;
  font-size: 1.6rem;
}

.nav-item:hover {
  text-shadow: 1.75px 1.75px rgba(0, 0, 0, 0.589);
  background-color:rgb(131, 134, 167);
  transition: all 1500ms ease-out;
}

nav ul {
  display: flex;
}

.angle-bracket {
  font-size: 2rem;
}

hr {
  margin: 6px auto 7px;
}

h1 {
  font-family: 'Lora', serif;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 1.25px;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
}

.heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  letter-spacing: 1.5px;
  font-family: 'Lora', serif;
  font-size: 2.5rem;
  text-align: center;
}

#skills h2 {
  margin-bottom: 60px;
}

#skills h3 {
  font-size: 2rem;
  font-style: italic;
}

.skill-sub-heading {
  width: 30%;
}

h3 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
}

h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

#projects h4 {
  padding-top: 12px;
}

#intro {
  max-width: 990px;
  margin: 25px auto 70px;
}

#intro h2 {
  font-size: 1.9rem;
  line-height: 3rem;
  margin-bottom: 20px;
}

#intro p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  width: 85%;
  max-width: 500px;
  margin: 15px auto 0px;
  text-align: center;
}

#skills {
  /* border: 2px solid #000;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 15px; */
  margin: 40px auto 200px;
  max-width: 68%;
  font-size: 1.2rem;
}

.skill-section-wrapper {
  display: flex;
}

.languages-heading {
  color: black;
  margin-top:30px;
  font-size: 1.5rem;
}


.language-list {
  font-size: 1.18rem;
  max-width: 50%;
  margin: 0 auto;
}

.language {
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 28px;
  flex-basis: 33%;
}



section#skills div {
  color: black;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.3px;
}


.icon-wrapper, .list-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.list-wrapper {
  padding-right: 10px;
}




.projects-wrapper {
  display: flex;
}

section#projects {
  margin: 100px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

section#projects div, section#projects h3  {
  margin: 15px;
}

section#projects h3 {
  padding-top: 30px;
  font-size: 1.7rem;
}

section#projects a {
  color: inherit;
}

section#projects .project-cards {
  margin-bottom: 30px;
}


.project-divs { 
  border: 1.25px solid #000;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 15px;

  background-color: rgba(145,147,165,.2);
  color: black;
  padding-bottom: 15px;
  margin-bottom: 50px;
  flex-basis: 33%;
  /* min-width: 900px; */
}

.project-description {
  padding-top: 15px;
  line-height: 1.35rem;
  /* width: 625px; */
  justify-content: center;
  margin: 0 auto;
  text-align: left;
}

.technologies-used {
  line-height: 1.35rem;
}

.project-button-links-wrapper {
  display: flex;
  justify-content: center;  
}

.project-divs .button {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 10px;
  margin: 0 15px;
  border: #162c57;
  border-radius: 3px;
  color:white;
  background-color: #162c57;
  font-size: 14px;
}

#bio {
  width: 100%;
}


section#bio {
  flex-basis:   50%;
  margin: 140px auto 0;
}

section#bio h3 {
  text-align: center;
  max-width: 60%;
  margin: 50px auto;
}

section#bio h4 {
  text-align: left;
  max-width: 60%;
  margin: 20px auto;
  font-style: italic;
}

section#bio .quote {
  padding-left: 12%;
  margin-bottom: 20px;
  color:#18244b;
}

.quote-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

.line-separator {
  margin: 0 auto;
  max-width: 60%;
}

section#bio p {
  text-align: left;
  /* color: rgba(207, 207, 230, 0.81); */
  /* color: #f4f4f4; */
  /* color: rgb(62,62,62); */
  font-size: 1.1rem;
  max-width: 650px;
  width: 60%;
  margin: 20px auto;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: bold;
  color:#18244b;

}

footer section {
  display: flex;
  justify-content: center;
}

footer {
  text-align: center;
  padding-top: 35px;
  margin-top: 100px;
  background: linear-gradient(to top left, #12213f, #576786);
  color:white;
}

.bio-heading {
  margin-bottom: 25px;
  color:#18244b;
}

.bio-footer {
    text-align: center;
    padding-top: 35px;
    background: linear-gradient(to top left, #12213f, #576786);
    color:white;
    left: 0;
    right: 0;
    /* bottom: 0; */
    position: absolute
}

footer section a {
  padding: 15px 40px; 
}

footer h2 {
  margin-bottom: 35px;
}

footer a {
  font-size: 20px;
}

#copyright {
  padding: 35px 0 50px;
}

#skills-scroll {
  padding-top: 50px;
}

/* ---------------Responsive NAV Menu CSS--------------- */
.nav-right .nav-menu-icon {
  display: none;
}

.nav-right .nav-menu-icon {
  fill: white;
  display: none;
}

@media screen and (max-width: 711px) {
  .dropdown-content {
    display: none;
  }
}

#menu-icon-text {
  display: flex;
  align-self: center;
  margin-left: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
/* ----------------------------------------------------- */

@media screen and (max-width: 1400px) {
  html {
    font-size: 17px;
  }

  .projects-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .project-divs {
    max-width: 70%;
  }

  section#bio {
    height: 100%;
  }

}

@media screen and (max-width: 1200px) {
  .language-list {
    max-width: 100%;
  }
  html {
    font-size: 16px;   
  }

  section#bio {
    flex-basis:   50%;
    margin: 128px auto 228px;
    height: 100%;
  }

}

@media screen and (max-width: 800px) {

  html {
    font-size: 14px;   
  }

 .background-wrapper { 
   height: 100%;
 }

  .intro-wrapper {
    padding: 125px 0 75px;
  }

  .rook {
    width: 27px;
  }
  .nav-item {
    padding: 15px;
  }
  .project-divs {
    max-width: 80%;
  }

  section#bio p, section#bio h4, section#bio h3 {
    max-width: 75%;
  }

}

@media screen and (max-width: 710px) {
  .heading-wrapper h1 {
    font-size: 3.2rem;
  }

  #intro, #intro h2 {
    font-size: 2.2rem;
    margin: 12px auto 12px;
    line-height: 3rem;
  }

  .nav-left {
    padding: 12px 0;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content {
    z-index: 1;
  }

  .dropdown:hover .nav-menu-icon {
    display: none;
  }
  

  .nav-right a.nav-menu-icon {
    float: right;
    display: flex;  
    padding-right: 12px;
    font-size: 1.8rem;  
  }

  html {
    font-size: 12px;   
  }

}

@media screen and (max-width: 600px) {
  section#projects div, section#projects h3 {
    margin: 15px 0;
  }

  section#projects div .project-button-links-wrapper .button {
    margin: 0 15px;
  }

  .project-divs {
    max-width: 100%;
  }
  .project-divs img {
    height: 232px;
    width: 248px;
  }

  .language {
    padding: 10px 0;
  }
}


@media screen and (max-width: 450px) {

  .name {
    font-size: 1.33rem;
  }

  #fwd-slash {
    font-size: 1.0rem;
  }

  .heading-wrapper h1 {
    font-size: 2.5rem;
  }

  #intro, #intro h2 {
    font-size: 1.7rem;
    margin: 12px auto 12px;
    line-height: 3rem;
  }

  section#bio .quote {
    padding-left: 0;
  }
}