html{
  scroll-behavior: smooth;

}
body{
  font-family: 'Cormorant Garamond', Garamond, serif; 
  /* font-family: 'Commissioner', 'Source Sans 3', sans-serif; */
  font-size: 1.2em;
  margin: 0;
  color: #4C4A4F;
}
h1{
  font-size: 2.5em;
  color: #4C4A4F;
}
h2{
  margin-top: 0px;
  padding-bottom: 2.5%;
  font-size: 1.5em; 
  /* font-size: 96px; */
  letter-spacing: 0.01em;
  color: #4C4A4F;
}
.intro h2{
  color: #645394;
  font-size: 2em;
}
h3{
  font-size: 1.3em;
  color: #4C4A4F;
}

.wrapper{
  width: 85%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.hero{
  max-width: 100%;
}

/* link styles */
a{
  text-decoration: none;
  color: #645394;
}

a:visited{
  color: #645394;

}

a:hover{
  text-decoration: underline;
  color: black;
}

/* header + nav bar styles */

nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

nav a {
  text-decoration: none;
  color: #4C4A4F;
  /* transition: all .3s; */
}

nav a:visited{
  color: black;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul a{
  transition: all .3s ease-out; 
}

nav ul a:hover{
  text-decoration: underline;
  background-color:#E9EBFF;
  transition: all .3s ease-out; 
}

nav ul li {
  font-size: 1.1em;
  text-transform: lowercase;
  padding: .1em .5em;

}

nav ul li a {
  display: block;
  color: #4C4A4F;
  padding: .25em;
  align-content: center;
}

.name-header{
  display: flex;
  align-items: center;
  margin-right: auto;
  padding-top: 16px; 
  /* transition: all .3s ease-out; */
}

.name-header a:hover{
  color: #645394;
  text-decoration: none;
}

.logo{
  width: 75px;
  margin-right: 5px;
  /* height: auto; */
  filter: grayscale(100%);
  min-height: 80px;
  min-width: 80px;
  transition: all .3s ease-out; 
}

.logo:hover{
  filter: grayscale(0%);
  transform: scale(1.05);
  transition: all .3s ease-out; 
}


.selected{
  text-decoration: underline solid 2px #645394;
}

/* footer styles */
footer{
  padding: 30px;
  /* background-color: #E9EBFF; */
  width: 100%;
  /* padding-left: 7.5%; */
  text-align: center;
}


/* home */
/* .glass{

  box-shadow: inset 0 0 0 200px rgba(0,235,255,0.5);
}
.glass:before {
    box-shadow: inset 0 0 2000px rgba(0, 235, 255, .5);
    filter: blur(10px);
} */
.intro{
  /* background-color: #E9EBFF; */
  /* background: linear-gradient(45deg, #CCB7E5, #E9EBFF); */
  /* background: rgb(233,235,255);
  background: linear-gradient(135deg, rgba(233,235,255,1) 0%, rgba(148,162,235,1) 48%, rgba(95,54,214,1) 100%);
*/

  /* background: linear-gradient(45deg, white 0%, #5F36D6 100%); */
  /* background: rgb(233,235,255);
  background: linear-gradient(90deg, rgba(233,235,255,1) 0%, rgba(148,162,235,1) 48%, rgba(95,54,214,1) 100%); */
  /* font-size: 1em; */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 3%;
  padding-bottom: 3%;

}
.intro p{
  font-family: 'Cormorant Garamond', Garamond, serif;
  font-weight: 400;
}
#contact{
  font-family: 'Cormorant Garamond', Garamond, serif;
  font-size: 1em;
}
#divider{
  width: 15%;
  padding-top: 0;
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
}
.divide{
  display: flex;
  flex-direction: row;
  align-items: center;

}
.divide p{
  padding-left: 10px;
  font-family: 'Cormorant Garamond', Garamond, serif;
  /* font-size: em; */
  font-weight: bold;
}

.card{
  display: flex;
  flex-flow: column;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  border: none;
  align-items: center;
  /* transition: all .3s ease-out;  */
}
.card-space{
  flex: 0 0 10%;
}

.card-title{
  font-weight: bold;
  /* font-family: 'Proxima Nova', sans-serif; */
}
/* .card-title a{
  color: black;
}
.card-title a:hover{
  text-decoration: underline black;
  color: black;
} */
.card-subtitle{
/*   font-family: 'Proxima Nova', sans-serif;  */
  font-weight: 400;
  padding-bottom: 5%;
}
.card-text{
/*   font-family: 'Proxima Nova', Lato, sans-serif; */
  font-weight: 400;
  font-size: 1.1em;
}
.h6{
/*   font-size: .8em; */
  font-weight: 600;
  letter-spacing: 0.02em;
/*   font-family: 'Proxima Nova', Lato, sans-serif; */
  
  color: #4C4A4F;
}

.one{
  padding-top: 5%;
  padding-bottom: 5%;
  /* width: 55%; */
  width: 85%;
}
.two{
  /* display:flex; */
  align-items: center;
  /* padding: 1em; */
  /* width: 45%; */
  width: 85%;
}
.two img {
  max-width: 100%;
  border-radius: 20px;
  /* filter:drop-shadow(.5rem .5rem .5rem #BDD595); */
}



a.project{
  color: #4C4A4F;
  transition: all .3s ease-out; 
  
}
a.project img{
  filter: grayscale(100%);
  transition: all .3s ease-out; 
}
a.project:hover {
  text-decoration: none !important;
  color: black;
  transition: all .3s ease-out; 
}
/* a.project:hover .card-title{
  text-decoration: underline #47C753;
  /* transition: all .3s ease-out; */

a.project:hover img{
  transform: scale(1.05);
  filter: grayscale(0%);
  transition: all .3s ease-out; 
}
.apps a{
  color: black;
}
.apps a:hover{
  text-decoration: underline;
  color: black;
}

/*coursegrab*/
/* #coursegrab b{
  color: #47C753;
} */
/* #coursegrab .h6{
  color: #1B1F23;
} */
/* #coursegrab .two img{
  filter:drop-shadow(.5rem .5rem .5rem #1B1F23);
} */

/*merlin*/
/* a.project:hover #merlin-title{
  color: black;
  text-decoration: none;
  /* text-decoration: underline black; */


/*mint*/
/* .mint img{
  filter:drop-shadow(.5rem .5rem .5rem #66A0A0);
} */

/* a.project:hover .mint{
  color:black;
  text-decoration: none;
} */

/*scoop*/

/* .scoop img{
  filter:drop-shadow(.5rem .5rem .5rem #60BFA0);
} */
/* small.scoop{
  color: #60BFA0;
}
a.project:hover .scoop{
  color:#60BFA0;
  text-decoration: none;
} */

/* about */

#photo{
  width: 100%;
}
#headshot{
  border-radius: 20px;
  display: block;
  margin: auto;
  margin-bottom: 5%;
  width: 65%;
  /* filter:drop-shadow(.5rem .5rem .5rem #969DE1); */
}
strong{
  /* color: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%); */
  font-style: italic;
  background: -webkit-linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}

#top{
  padding-bottom: 0;
}
.bio{
  padding-bottom: 10px;
/*   font-family: 'Proxima Nova', Lato, sans-serif; */
  /* font-weight: 300; */
}

.bio h2{
  color: #645394;
}

/* merlin */
.title{
  margin-bottom: 0.75em;
}
.subtitle{
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.box{
  margin-top: 7%;
  margin-bottom: 7%;
}
.sub{
  padding-bottom: 2.5%;
  margin-bottom: .5rem;
}
.big{
  font-size: 20px;
}

.box img{
  max-width: 100%;
  margin-bottom: 1rem;
}
ol {
  margin-left: 0;
  padding-left: 50px;
}
/* .chosen{
  font-weight: 400;
  color: #3E7213;

} */
em{
  font-weight: 400;
}
video{
  width: 100%;
  /* margin-bottom: 15%; */
}
.vid-space{
  flex: 0 0 3%;
}
.prototype-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.prototype-description{
  width: 100%;
  margin-bottom: 10%;
  /* padding-left: 20px; */
}
.graphics-container{
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 10%;
}
.graphics-description{
  width: 90%;
  /* padding-left: 20px; */
}

.more{
  text-align: center;
  font-size: 1.2em;
}

/* coursegrab */
.prototype{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.hidden{
  position: absolute;
  left: -100000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


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

  .hidden-m{
    position: absolute;
    left: -100000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

}

@media screen and (min-width: 700px) {
  /* body{
    font-size: 1.1em;
  } */
  /* h2{
    font-size: 96px;
  }  */
  /* h3{
    font-size: 1.2em;
  } */
  .intro p{
    font-size: 1.5em;
  }
  .intro h2{
    font-size: 4em;
  }
  .card{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* footer{
    padding-left: 10%;
  } */
  nav{
    justify-content: flex-end;
    align-items: baseline;
  }
  nav ul li {
    font-size: 1.1em;
  }
  .wrapper{
    width: 90%;
    padding-left: 36px;
    padding-right: 36px;
  }
  main .wrapper{
    width: 70%;
  }
  #home{
    width: 90%;
  }
  #main{
    width: 70%;
  }

  .card{
    flex-flow: row;
  }
  .one{
    width: 50%;
  }
  .two{
    display:flex;
    padding: 1em;
    width: 40%;
  }

  /* Merlin */
  .about{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #updates{
    align-items: baseline;
  }

  #photo{
    width: 40%;
  }

  .bio{
    width: 60%;
    margin-right: 5%;
  }
  #after{
    width: 100%;
  }

  .details-box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .details{
    display:flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 200px;
  }
  
  .graphics-container{
    /* display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 10%; */

    column-gap: 32px;
    row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .graphics-description{
    /* side by side, 1 column */
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

}