html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  margin: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Sarabun', sans-serif;

}

.ghost{
  background: #000;
  height: 5vh;
}

nav{
  height: 7vh;
  font-size: 2vh;
  position: fixed;
  width: 100%;
  display: block
}


nav ul{
  list-style: none;
  display: flex;
  justify-content: space-around;
  background: #000
}






/* 
nav a{
  font-weight: bold;
  font-size: 1.3em;
  display: block;
  padding: 10px;
}

nav a:hover{
  background: #000;
  color: white;
}

nav ul {
  list-style-type: none;
  overflow: hidden;
}

nav li{
  float: left;
} */


#about h1, #about h3 {
  font-size: 2.5em;
}

.about-titles {
  padding: 30px;
}

section{
  padding: 3vw;
}


nav{
  background-color: #fff;
}

a {
  text-decoration: none;
}

header a{
  color: black;
}


#about{
  text-align: center;
  height: 25%;
  background-color: #000;
  color: white;
  margin: 0;
  box-shadow: 0px 10px 20px 3px #444;
  z-index: 1;
}

header ul{
  margin: 0;
}

hr{
  background: #30e3ca;
}

#software{
  background: #fff;
  color: #000;
}

#engineer{
  background: #000;
  color: #fff;
}

.social-media-container i{
  padding: 2% 4%;
  font-size: 2em;
  border: solid black 2px;
}

.social-media-container i:hover{
  border: solid #333 2px;
}

a:visited, a:active, a {
  color: white;
}

a:hover{
  color: #dedede;
}

#skills{
  display: flex;
}

#skills img{
  width: 45%;
  margin: -50px;
  position: relative;
  z-index: -1;
  height: 45%;
}

#skill-container{
  margin-left: 10%; 
  font-size: 1.3em;
  text-align: center;
  width: 55%;
}

#skill-container h3{
  margin: 3px;
}

.skill-description{
  display: flex;
  justify-content: center;
}

.skill-description span{
  margin: 15px;
}

#skill-container .icons{
  font-size: 3em;
  display: flex;
  justify-content: center;
}

#skill-container i{
  margin: 10px 15px;
}



#contact {
  background: #222;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact-input{
  background: #222;
  border: 0px;
  border-bottom: 1px #333 solid;
  font-size: 1em;
  width: 100%;
}

#message{
  cols: 80;
  height: 80px;
  color: white;
}
#contact form{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

fieldset{
  border: 0;
  display: inline;
  width: 40%;
}



fieldset label{
  display: block;
}

#contact .submit{
  display: block;
  background: #444;
  border-radius: 5px;
  border: 0;
  box-shadow: 5px 5px 2px #111;
  cursor: pointer;
  color: white;
  font-size: 1em;
  padding: 9px;
}



/* OTHER */
.blink_me {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
