.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 1;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 931px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobiletoggle {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.sticky {
  background-color: #eee;
  opacity: .9;
  top: 0px;
  border-bottom: 1px solid gainsboro;
  width: 100%;
}

.logo img{
  width: 70px;
  height: 50px;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 931px) {
  .logo img{
    float: left;
    padding-bottom: 15px;
  }
}

nav {
  padding-right: 30px;
  float: right;
  width: 85%;
}
@media only screen and (max-width: 931px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 931px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 931px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
    display: block;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 15px;
}
nav ul a:hover {
  color: black;
}

.mobiletoggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 931px) {
  .mobiletoggle {
    display: block;
  }
}
.mobiletoggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: #eee;
  font-family: "Cardo", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}
.headshot {
  border-radius: 300px;
  height: 300px;
  width: 200px;
  text-align: center;
}

.content {
  /*padding: 50px 10% 250px;*/
  text-align: center;
}

#about {
  margin-top: 0px;
}

.aboutme {
  margin: 0px;
  padding: 35px 0px;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.moreabout {
    display: block;
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
  }

.moreabout p{
  margin-bottom: 0px;
}

.port {
  padding: 35px 0px;
}

#portfolio {
  margin-top:0px;
}

.flip {
  height: 200px;
  width: 300px;
  margin: 10px 10px;
  display: inline-block;
  vertical-align: top;

}
.flip img {
  width: 300px;
  height: 200px;
}

.flip .back {
  background: #232323;
  color: white;
  text-align: center;
  padding: 50px 0px;
}
.flip .back p {
  padding: 0px;
  margin: 0px;
  font-size: 13px
}

.res {
  padding: 35px 0px;
}

#resume {
  margin-top: 0px;
}

.mywork {
  margin-top: 10px;
}

.wp {
  display: inline-block;
  width: 250px;
  height: 250px;
  vertical-align: top;
}
.wp img {
  width: 200px;
  height: 200px;
  border-radius: 30px;
}

.wi {
  display: inline-block;
  max-width: 400px;
  height: 200px;
  text-align: left;
}

.wi h4 {
  margin: 0px 0px 8px 0px;
}

.wi h3 {
  margin: 0px 0px 8px 0px;
}

.wi p {
  font-size: 14px;
  margin: 0px;
}

#contact {
  margin-top: 0px;
}

.info {
  display: inline-block;
  padding: 10px;
}

.info i {
  font-size: 40px; 
}

.info a {
  color: inherit;
}

.hero {
  position: relative;
  background: url("images/laptop.png") no-repeat bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height:500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

@media only screen and (max-width: 931px) {
  .hero  {
    /*position: relative;*/
    background: url("images/laptop2.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 110px;
    height: 500px;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
  }
}
  

.hero h1 {
  font-size: 25px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 50px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

@media only screen and (max-width: 931px) {
  .hero h1 span {
    font-size: 30px;
    color: #e8f380;
    border-bottom: 1px solid #e8f380;
    padding-bottom: 12px;
    line-height: 3;
  }
}

/*.mouse {
  display: block;
  margin: 0;
  width: 200px;
  height: 50px;
  align-content: center;
  border: 2px solid #e8f380;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  

  border-radius: 4px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}*/

/*@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}*/
/*@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}*/

footer {
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #eee;
  color: #8f8f8f;
  text-align: center;
  border-top: 1px solid gainsboro;
  height: 30px;
}

footer p {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-top: 0px;
}

footer a {
}

