
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
}

div {
  color: #000;
}

p {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 40px;
}

header {
  background-color: #000;
  color: #FFF;
  width: 100%;
  position: fixed;
  z-index: 10;
}

footer{
  padding: 10px 10px;
  font-size: 20px;
  line-height: 20px;
  display: block;
  height: 130px;
}

footer p{
  padding: 30px 50px;
  display:inline-block;
}

ul {
  text-align: center;
  margin: 10px auto;
  padding: 0px;
}

li {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 50px;
}

a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
}

img.social{
  margin: 10px 10px;
  border: none;
}

li a:hover {
  text-decoration: underline;
}

a:visited #resume{
  color: blue;
}

.gray {
  background-color: #F2F2F2;
}

.white {
  background-color: #FFF;
}

.page {
  min-height: 100%;
  overflow: auto;
}

.content {
  padding: 20px 60px;
}

.typer {
  font-size: 30px;
}

.title {
  font-size: 75px;
  padding: 60px 40px;
  font-weight: 500;
}

.hoverable {
  text-align: center;
  transition: .5s ease;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}

.project-container{
  position:relative;
  height: 400px;
  width: 600px;
}

.project-container:hover .project-image{
  opacity: 0.1;
}

.project-container:hover .overlay{
  opacity: 1;
}

.project-image {
  transition: .5s ease;
  width: 100%;
  height: 100%;
}

.centered-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: 20%;
}

.project-image img {
  -webkit-box-shadow: 10px 10px 28px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 28px -11px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 28px -11px rgba(0,0,0,0.75);
  width: 60%;
}

.top_left_img img {
  position: absolute;
  left: 5%;
  top: 5%;
}

.middle_img img {
  position: absolute;
  left: 35%;
  top: 40%;
}

.overlay {
  transition: .5s ease;
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.wrapper {
  padding:20px;
}

.typewriter_wrapper{
  font-size: 30px;
}

.social {
  height: 50px;
  width: 50px;
}

#name{
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 4px;
  padding-top: 200px;
  padding-bottom: 50px;
  position: relative;
}

#intro {
  text-align: center;
  width: 100%;
}

#skills , #blinker{
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

#blinker{
  opacity: 0;
}

#contact{
  font-size: 20px;
  margin-bottom: 10px;
}

#resume{
  color: blue;
}

#contactWrapper{
  text-align: center;
  float: right;
  padding-right: 50px;
}
