* {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

body {
  background: #fff;
  overflow-y: scroll;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: black;
}

a:hover, a:focus {
  color: #999999;
}

#breaker {
  text-align: center;
  font-size: 3em;
  margin-bottom: 60px;
}

#statement {
  font-family: 'Playfair Display', serif;
}

#header {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  position: fixed;
  z-index: 4;

  background-color: black;
  box-shadow: 0px 1px 3px #888888;
  height: 50px;
  width: 100%;
  display: inline-block;
}

#nav li.big {
  font-size: 1.25em;
  font-weight: normal;

  line-height: 1em;

  letter-spacing: 1px;

  padding-top: 15px;
  padding-left: 25px;
}

#nav li.big a {
  color: #fff;
  padding: 7px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#nav li.big a:hover, #nav li.big a:focus {
  color: #fff;
  background-color: #333;
}

#nav {
  width: 832px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#nav ul {
  list-style-type: none;
}

#nav li {
  display: inline;
  padding: 5px 20px 5px 10px;
  margin-right: 10px;
}

#nav li a {
  color: #fff;
}

#nav li a:hover, #nav li a:focus {
  color: #888;
}

#nav li.mobile-nav {
  display: none;
}

#main {
  position: relative;
  margin: auto; 
  max-width: 784px;
  width: 100%;
  padding-bottom: 20px;

  top: 80px;
}

#main h1 {
  font-size: 1.4em;
  font-weight: normal;

  line-height: 30px;

  letter-spacing: -1px;
  margin-bottom: 30px;
}

#main ul, #main ol {
  margin: 20px;
}

#main li {
  font-size: 1em;

  line-height: 1.2em;
}

#main ul li {
  list-style-type: square;
}

.viewer {
  width: 850px;
  margin: auto;
  margin-top: 25px;
}

.about-text {
  font-size: 2.7em;
  line-height: 1.6;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  word-wrap: break-word;
  margin-bottom: 60px;
}

.about-text a{
  font-weight: 700;
}

.cv-text {
  font-size: 1em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.cv-text a {
  font-weight: 700;
}

#title {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 25px;
}

#sub-title {
  font-size: 1em;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  word-wrap: break-word;
  margin-bottom: 15px;
}

#resume {
  font-weight: 700;
  font-size: 1.2em;
}

.me{
  padding-top: 25px;
  width: 200;
  height: 204;
}

.contact {
  padding-bottom: 40px;
}

.contact h3 {
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.05em;
  letter-spacing: -1px;
}

.homepage-row {
  margin-top: 50px;
  margin-bottom: 20px;
  display: inline;
  height: 250px;
  width: 100%;
}

.homepage-column {
  margin-right: 100px;
  display: inline-block;
  height: 250px;
  line-height: 250px;
  width: 250px;
  background-color: #E0E0E0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.homepage-column a{
  font-size: 5em;
}

.homepage-column img {
  border: none;
  position: relative;
}

img {
  width: 100%;
}

.project-row {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.project-col {
  margin: auto;
  display: inline-block;
  width: 100%;
  position: relative;
}

.project-col img {
  border: none;
  position: relative;
}

.project-col .info {
  display: inline-block;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.3);

  width: 99%;
  color: #ddd;
  position: absolute;
  left: 3px;
  top: 3px;
  line-height: 2em;
}
.project-col:hover .info{
  background: rgba(0, 0, 0, 0.7);
}
  

.project-col .info .title {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 2px;
  margin-left: 3px;
}

.project-col .info .desc {
  font-size: 0.9em;
  text-align: left;
  margin-left: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.project-col .info2 {
  display: none;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);

  
  width: 99%;
  color: #ddd;
  position: absolute;
  left: 3px;
  bottom: 7px;
  line-height: 2em;
}

.project-col:hover .info2{
  display: inline-block;
}

.project-col .info2 .desc2 {
  font-size: 0.9em;
  text-align: left;
  margin-left: 3px;
}

.ender {
  /*width: 100%; */
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1em;
  padding: 30px 0 10px;
}

.ender a {
  font-weight: 700;
}

.back {
  width: 40px;
  color: #fff;
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 7px;
  background-color: #777;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.back:hover, .back:focus {
  background-color: #999999;
}

@media only screen and (max-width : 815px) {
  .about-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6em;
  }

  .cv-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9em;
  }

  #main h1 {
    padding-left: 15px;
  }

  .ender {
    padding-left: 15px;
    padding-right: 15px;
  }

  .back {
    margin-left: 15px;
    margin-right: 15px;  
  }

  #nav li.big {
    padding-left: 15px;
  }

  #nav li.big a {
    padding: 0;
  }
}

@media only screen and (max-width : 640px) {
  
  #nav li {
    padding: 2px 10px 5px;
    margin-right: 5px;
  }

  #nav li.desktop-nav {
    display: none;
  }

  #nav li.mobile-nav {
    display: inline-block;
  }

  .project-col .info {
    display: none;
  }

  .project-col:hover .info2 {
    display: none;
  }
}

