
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.wrapper {
 /* max-width: 700px;*/
  margin: 0 auto; }
  
  
input#Name, input#E-mail, input#website, textarea#notes {
    width: 90%;
    font-family: 'Open Sans', sans-serif;
    padding: 0 3px;
}  
  
  @media (max-width: 780px) {
    .wrapper {
      padding-left: 4rem;
      padding-right: 4rem;
      max-width: 100%; } }

.wrapper--big {
  /*max-width: 950px;*/
  margin: 0 auto; }

/*
 * Sets the base font to 10px for easier math
 */
html {
  font-size: 62.5%; }

/*
 * Sets the default sizing to make sure nothing is actually 10px
 */


  @media (max-width: 650px) {
    h1 {
      margin-left: 0; } }

.github {
  color: #313131;
  font-size: 1.6rem; }
  .github svg {
    vertical-align: middle;
    margin-right: 1.5rem; }
  .github:hover {
    color: #068df6; }



nav {
  background-color: #ffffff;
   margin:  0 auto;
  padding: 0;
  min-width: 200px;
  position: relative;
  white-space: nowrap;
  /*max-width: 950px;*/
  -webkit-animation: resize 4s 1 cubic-bezier(0.4, 0, 0.2, 1);
          animation: resize 4s 1 cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
  @media (max-width: 650px) {
    nav {
      font-size: 70%;
      padding: 0;
      min-width: 100px; }
      nav .wrapper {
        padding: 0 1rem; } }
  nav ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  nav li {
    display: inline-block; }
    nav li:first-child a {
      }
      @media (max-width: 650px) {
        nav li:first-child a {
           } }
  nav a {
     color: #4F4F4F;
    display: inline-block;
    padding: 1.5vw; text-decoration:none; letter-spacing: 0.1em;
    font-weight: 700; }
    @media (max-width: 650px) {
      nav a {
        padding: 2rem 1rem; } }
  nav .knob {
    cursor: ew-resize;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%); }
    @media (max-width: 1000px) {
      nav .knob {
        display: none; } }

.nav__dropdown {
  padding: 2rem;
  white-space: nowrap;
  top: 80%;
  right: 0;
  background-color: #ffffff;
  transition: 300ms cubic-bezier(0.25, 2, 0.25, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotateX(-30deg);
          transform: rotateX(-30deg);
  opacity: 0; }
  .nav__dropdown.show {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
    transition: 300ms cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1000ms cubic-bezier(0.25, 2, 0.25, 1); }
  .nav__dropdown a:focus {
    box-shadow: 0 0 3px white, inset 0 0 3px white; }
  @media (max-width: 650px) {
    .nav__dropdown {
      right: auto;
      left: -100%; }
      .nav__dropdown:after {
        left: auto; } }
  .nav__dropdown:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    top: -6px;
    right: 4rem; }
  .nav__dropdown-wrapper {
    display: inline-block;
    -webkit-perspective: 500px;
            perspective: 500px; }
    @media (max-width: 650px) {
      .nav__dropdown-wrapper {
        position: static !important; } }
  .nav__dropdown-toggle {
    display: inline-block;
    border: none;
    background: none;
    text-decoration: none;
     color: #4F4F4F;
    padding: 0 2rem;
    background-image: url("../images-for/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 100% center; 
	outline: none;
	font-size:inherit;
	}
    @media (max-width: 650px) {
      .nav__dropdown-toggle {
        padding: 2rem 2rem 2rem 1rem; } }
  .nav__dropdown li {
    display: block; }
    .nav__dropdown li:first-child a {
      padding-left: 2rem; }
  .nav__dropdown a {
    display: inline-block;
    padding: .5rem 2rem;
    font-weight: 400;
    font-size: inherit; }

.social {
  min-height: 25px; }
  .social a {
    display: none; }
  .social iframe {
    margin-right: 1rem; }

/*
 * Layout styles (header, footer, sidebar, etc..)
 */
header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 6rem 0 0; }
  @media (max-width: 650px) {
    header {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  header .github {
    margin-left: auto; }
    @media (max-width: 650px) {
      header .github {
        margin-left: 0;
        margin-top: 2rem; } }

/*
 * Page specific styles
 */
html, body {
  height: 100%; }

p a {
  color: #068df6; }
  p a:visited {
    color: #4eaffb; }

.heading {
  margin: 6rem 0;
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.4; }

.bottom {
  padding-bottom: 6rem; }

.bg {
}
