* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}

html,body
{
    width: 100%;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body {
    background-color: #9BC995; /* #fafaf6 */
    color: black;
    scroll-behavior: smooth;
    font-family: 'Exo 2', sans-serif;
}

.header-area{
  height: 100vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Exo 2', sans-serif;
}

video{
  display: none;
}

.header-container{
  margin-top: 40%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  /* color: #40E0D0; */
}

.header-container h1 {
  font-size: 2em;
  /* color: #40E0D0; */
}

.header-container h3 {
  font-size: 1em;
  /* color: #40E0D0; */
  display: inline-block;
}

.video_text{
  display: inline-block;
}

.logo {
	height: 100px;
	width: 100px;
  float: left;
}


.name{
  float: right;
  font-size: 1em;
}

.header-marker{
  text-align: center;
  justify-content: center;
  color: #40E0D0;
}

.typing-text{
  color: #40E0D0;
}

hr {
	height: 30px;
}

.school_proj{
  padding: 70px !important;
}

.arrow{
  text-align: center;
  margin-bottom: 20px;
}
.bio{
  height: auto;
  font-size: 15px;
  text-align: center;
}


.bio-heading{
  font-size: 2.3rem;
}

.bio-story{
  width: auto;
  font-size: 1.2rem;
  margin-top: 20px;
  padding-bottom: 5px;
}

.skills_section{
  display: none;
}

.skills-box{
  width: auto;
  justify-content: center;
  overflow-y: scroll;
  height: auto;
}

.skills-columns{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.skills-column{
  height: auto;
}

.projects{
  height: auto;
}

.projects-area{
  margin-top: 20%;
}

.socials{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: auto;
}

.socials a{
  margin-right: 0;
}

.icon{
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

i {
  margin-top: 10px;
}

.headshot-area{
  display: flex;
  margin-top: 30px;
  padding-left: 30px;
  align-items: center;
  justify-content: center;
}

.headshot-pic{
  width: 200px;
  height: 200px;
  border-radius: 50%;
}



.webninja {
    width: 100%;
    max-height: 800px;
}


.project-title{
  margin: 10px;
  padding-left: 5%;
}

.feat_thumbnail {
    width: 300px !important;
    height: 150px;
    min-width: inherit !important;
    /*object-fit: scale-down;*/
    border-radius: 5px;
    align-items: center !important;
    /* margin-left: 10%; */
}



.featuredprojects{
  height: 100vh;
  width: 100vw;
  margin: 0 !important;
  padding-left: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#feat_proj-mobile{
  width: 100vw;
  min-height: 100vh;
}



.flip-card{
  margin: 20px 0;
}

.contact_arrow{
  margin-top: 20px !important;
}


.contact-modal{
  background-color: #9BC995;
}




.bio-contact{
  height: 100vh;
  margin-bottom: 10px;
  width: auto;
  display: flex;
  flex-direction: column;
}

.unstyled-button{
  background: none transparent;
  border: none;
}

/*Neon*/


.icon{
  padding-right: 30px;
  padding-bottom: 30px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

p a {
  color: #fff;
  font-family: Monoton;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
