
* {
  font-family: pragmatica;
  font-weight: 300;
  margin:0;
  padding: 0;
}
  nav {
    height: 100%;
    width: 275px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 50px;
    border-right: 1px solid black;
  }

a h1,h3 {
  color: black;
  text-decoration: none;
  margin-left: 45px;
  display: block;

}


h3 {
  font-family: pragmatica;
  font-weight: 300;
  line-height: 3em;
  border-bottom: 1px black solid;
  margin-left: 0px;
  padding-left: 45px;
  font-size:15px;
}

h3:hover {
  background-color: black;
  color:white;
}
.intro {
  border-top: 1px solid black;
}


.here {
    background-color:black;
    color:white;
  }

a:link {
  text-decoration: none;
}


.main {
    margin-left: 310px;
    padding: 0px 10px;
    margin-bottom: 50px;
}

img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.small {
  font-size: 10px;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 80px

}
h1 {
  font-family:fit;
  font-weight: 400;
  font-size: 80px;
}

.main h1 {
  margin-bottom: 30px;
}

p {
  margin-right: 30%;
  font-family: pragmatica;
  font-size: 15px;
}

.big {
  margin-top: 50px;
  font-size: 35px;
  line-height: 1.3em;
  margin-bottom: 50px;
  margin-right:20%;
}

.other {
  font-family: pragmatica;
  font-weight: bold;
  font-size: 15px;
  line-height: 4em;
}

footer {
  background-color: black;
  border-top: 1px solid black;
  width: auto;
  height: 100px;
  z-index: 500;
  color: white;
  padding-top:10px;
  margin-left: 275px;
  padding-bottom: 50px;
}

footer h4, footer p {
  padding-left: 45px;
}

.subheading {
  background-color: white;
  border-top: 1px solid black;
  width: auto;
  height: auto;
  color:black;
  margin-left: 275px;
  padding-bottom: 40px;
  padding-top: 20px;
}

.subheading p, .subheading h4 {
  padding-left: 45px;
}

.shownoshow {
  display:none;
}

.menu_button {
  display:none;
  font-color:black;
}


/* Small devices (portrait tablets and large phones, 650px and up) */
@media only screen and (max-width: 650px) {

/*nav gone!*/
nav {
      height: 100%;
      width: 275px;
      position: fixed;
      left:-300px;
      z-index: -10;
      transition: all 1s:
      overflow-x: hidden;
      padding-top: 50px;
    }


.main {
    margin-left: 35px;
    transition: all 1.1s;

}

.shownoshow {
  display:inline-block;
  transition: all 1s;
  padding: 0px;
  margin: 0px;
  padding-top: 50px;
  margin: 0px;
  width: 100%;

}

.shownoshow h3 {
  line-height: 3em;
  margin: 0;
  padding: 0;
  padding-left: 45px;
  transition: all 1s;

}

.shownoshow h1 {
  margin-left: 45px;
  padding-left: 0;
}


.main .big {
  font-size: 1.5em;
  transition: all 1s;
  margin-right:8%;
}



p {
  margin-right: 8%;
}

footer, .subheading {
  margin-left:0;
}

}
