*{
  box-sizing: border-box;
}
body{
  margin: 0 auto;
}
.loadscreen{
  width:100%;
  height:100%;
}
.preload{
  width:100%;
  height:100%;
  background:black;
  position: fixed;
}

.logo{
  width:300px;
  height:70px;
  margin:150px auto 50px auto;
  text-align: center;
  color:white;
}

header{
  min-height: 10vh;
  padding: 10px; 
  border: dotted;
  border-width: 2px;
}
.portfolio{
  min-height: 150vh;
}

.resume{
  margin: 25px;

}
nav{  
  text-align: center;  
  width: calc( 100% );
  display: inline-block; 
  vertical-align: top;
}

ul li a { 
  text-decoration: none; 
  color: black;
  text-align: center;  
  font-weight:bold;
  list-style: circle;
}

ul li { 
  display: inline-block; 
  padding-right: 20px; 
  padding-left: 20px; 
}

h1{
  text-align: center;
}

.rightImage{
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}

.social{
    text-align: center;
}

@media (min-width: 550px){
  .rightImage{
    width: 30%;
    float: center;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
  }

  .social{
    text-align: center;
  }
}   













