/* STYLING FOR ALL */
html, body {
  scroll-behavior: smooth;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* FONT LINKS */
@font-face {
  font-family: Northern-Worssley;
  src: url("Assets/Northern\ Worssley\ Free.ttf");
  font-size: 100%;
}

@font-face {
  font-family: Creattion;
  src: url("Assets/modernline.otf");
  font-size: 100%;
}

@font-face {
  font-family: Bohemian-Soul;
  src: url("Assets/Bohemian\ Soul.otf");
  font-size: 100%;
}

/* COLOR SCHEME */

:root {
    --pink: rgb(253, 218, 207);
    --blue:#95ccec;
    --tan: rgb(250, 243, 234);
}

/* FONT STYLING */
h1 {
  text-transform: lowercase;
  font-size: 3.6em;
  font-family: Creattion;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

h2 {
  font-size: 2.5em;
  color: var(--blue);
  margin-top: -35px;
}

h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  font-family: Northern-Worssley;
  letter-spacing: 3px;
}

h4 {
  font-size: 1.5em;
  color: var(--blue);
  font-weight: 200;
}

h5 {
  font-family: Northern-Worssley;
  letter-spacing: 3px;
  font-size: 1.3em;
}

h6 {
  font-family: Northern-Worssley;
  font-size: .8em;
  letter-spacing: 3px;
  writing-mode: vertical-lr;
  margin-right: 8px;
  margin-top: -13px;
  display: inline;
  vertical-align: middle;
}

p {
  font-size: 1em;
  color: black;
  padding: 0 10%;
  text-align: justify;
  line-height: 25px;
  /* font-family: Bohemian-Soul; */
}

/* NAV BAR STYLING */
nav {
  margin: 0 auto;
  padding: 0;
  background-color: rgb(250, 243, 234);
  position: sticky;
  top: -15px;
  z-index: 3;
}

.menu-items {
    display: none;
}

.menu-closed h3 {
  text-align: left;
  margin-left: 1.5em;
  margin-top: 20px;
  font-size: 1.5em;
}

.menu-closed {
  display: flex;
  justify-content: space-between;
  align-content: center;
  height: 100%;
  max-height: 100px;
  /* display: none; */
}

/* HAMBURGER MENU STYLING */
.hamburger-menu {
  justify-content: flex-end;
  align-content: center;
  margin-top: 18px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}

#hamburger-icon {
  display: inline;
  margin-right: 25px;
}

#web-hamburger-icon {
    display: none;
}

.click-menu {
  display: inline;
}

/* OPEN MENU STYLING */
.menu-open {
  display: none;
  height: 100%;
}

li {
  list-style-type: none;
  text-align: center;
  line-height: 80px;
  font-size: 1.8em;
  font-family: Northern-Worssley;
  letter-spacing: 3px;
}



/* BACKGROUND IMAGE STYLING */
body {
  margin: 0;
  padding: 0;
}

/* INTRO STYLING */
.intro {
  display: flex;
  flex-direction: column-reverse;
}

.intro-text {
  margin: 0 30px;
}

.intro h1 {
  text-align: left;
  margin-left: 15px;
  color: var(--blue)
}

.intro h2 {
  color: black;
}

.intro h4 {
  margin-top: -25px;
  color: black;
}

.headshot {
  display: block;
  width: 100%;
  object-fit: cover;
}

.blue-box {
  display: none;
}

#down-arrow {
  margin-bottom: 20%;
}

/* ABOUT ME STYLING */

.about-container {
  background-color: var(--blue);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about-img {
  max-width: 100%;
}

.about-me h3 {
  margin-top: 15%;
}

.about-me h4 {
  margin-top: -5px;
  padding: 0 10%;
  text-align: justify;
  line-height: 25px;
  color: black;
  font-size: 1em;
}

.about-icons {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 10% 10% 10%;
}

.button {
  margin: 20% auto;
  margin-top: 0;
  text-align: center;
  font-family: Northern-Worssley;
  letter-spacing: 3px;
  font-size: 1.3em;
  font-weight: 900;
  color: black;
  border: none;
  background-color: white;
  height: 50px;
  width: 200px;
}

/* READ MORE WITH SPAN */

#more {
  display: none;
}

/* LISTEN MORE STYLING */

.skills-container h3 {
  margin-top: 5%;
}

.icons-container {
  margin: 5% 10%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#skill {
  color: black;
  padding: 20px;
  background-color: white;
  background-image: linear-gradient(rgb(220, 246, 255), rgb(253, 218, 207)) ;
  border-radius: 15px;
  box-shadow: 1px 1px 2px 4px lightgray;
  margin: 10px;
}

.adobe {
  width: 60px;
  padding: 20px;
  background-color: white;
  background-image: linear-gradient(rgb(220, 246, 255), rgb(253, 218, 207)) ;
  border-radius: 15px;
  box-shadow: 1px 1px 2px 4px lightgray;
  margin: 10px;
}

/* PROJECTS STYLING */
.projects-container {
  background-color: white;
  padding: 40px;
}

.projects-container h3 {
  padding-top: 40px;
}

.projects-container h2 {
  color: var(--blue);
  font-size: 5em;
  margin-left: 5%;
  margin-bottom: -80px;
  margin-top: 10%;
}

.projects-container h1 {
  text-align: right;
  font-size: 2.5em;
  transform: rotate(-3deg);
  margin-top: -80px;
}

.carousel h3 {
  font-size: 1em;
  padding: 0 40px;
}

.projects img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}


/* CONTACT STYLING */
.contact-container {
  background-color: var(--blue);
}

.contact-container h1 {
  padding: 20px;
  margin-top: 10%;
}

.contact-container h2 {
    padding: 20px;
    margin-top: -80px;
    text-align: center;
    margin-bottom: -10px;
  }

form {
  text-align: center;
  padding-bottom: 80px;
}

input {
  color: black;
  margin: 10px;
  padding: 10px;
  width: 50%;
  font-size: 1em;
  font-family: Northern-Worssley;
  letter-spacing: 3px;
}

textarea {
  margin-bottom: 20px;
}

.contact-container .button {
    margin: 0;
    width: 220px;
  }

  .headshot-contact {
    width: 200px;
    object-fit: cover;
    display: none;
  }

/* FOOTER STYLING */
footer {
  display: grid;
  grid-template-columns: 1fr, 1fr;
}

footer h3 {
  font-size: .5em;
  text-align: right;
  grid-column: 2 / 3;
  padding-top: 10px;
  margin-right: 20px;
}

.social-icons {
  display: flex;
  justify-content: space-around;
}

.social-icons i {
  padding: 0 5%;
}
