/*small screen*/
@media all {
  body {
    background-color: #fbfbfb;
    background-image: -webkit-linear-gradient(top, transparent 50%, #ffffff 50%);
    background-image: -moz-linear-gradient(top, transparent 50%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, transparent 50%, #ffffff 50%);
    background-image: -o-linear-gradient(top, transparent 50%, #ffffff 50%);
    background-image: linear-gradient(to bottom, transparent 50%, #ffffff 50%);
    background-size: 100% 2px;
    margin: 0;
    font-family: Montserrat;
  }

  nav {
    font-weight: normal;
    text-align: left;
    margin-bottom: 2em;
    padding-left: 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box; /*padding within the width*/
  }

  /*eliminate dots*/
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  nav ul li {
    color: #000;
    display: inline-block;
    font-size: 1em;
    line-height: 2em;
    width: 5em;
    border: transparent solid;
    box-sizing:border-box;
  }

  nav ul li a {
    color: #000;
    padding: 0.35em 0;
    text-decoration: none;
  }

  nav ul li a:hover {
    color: white;
    background-color: black;
  }

  .current-page{
    border-bottom: 5px solid black;
  }

  footer {
    font-weight: normal;
    text-align: center;
    margin-top: 1em;
    padding: 1em;
    box-sizing: border-box; /*padding within the width*/
  }

  footer h2 {
    font-size: 1.3em;
    line-height: 2em;
  }

  /*eliminate dots*/
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  footer ul li {
    color: #000;
    display: inline-block;
    font-size: 1em;
    line-height: 2em;
    width: 4em;
  }

  footer ul li a {
    color: #000;
    text-decoration: none;
  }

  footer ul li a:hover {
    color: #3b5998;
  }

  .fa-envelope:hover {
    color: #F90101;
  }

  .fa-github:hover {
    color: #9dd9ef;
  }

  .fa-facebook-official:hover {
    color: #3b5998;
  }

  main {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .intro-box {
    text-align: center;
    margin-bottom: 1em;
    box-sizing: border-box;
  }

  .intro-box h1 {
    font-size: 1.2em;
  }

  .intro-box h2 {
      font-size: 0.8em;
  }

  #instafeed {
    text-align: center;
  }

  #instafeed img {
    margin: 1em;
  }

  .shadow-box {
    width: 100%;
    background-color: #fff;
    text-align: center;
    display: block;
    margin: 3em auto;
    padding: 2em;
    /*border-radius: 6px;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }

  .shadow-box h1 {
    font-size: 1.2em;
    word-wrap: break-word;
  }

  .shadow-box p {
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    word-wrap: break-word;
  }

  #HBD {
    font-size: 6em;
  }

  .shadow-box img {
    display: block;
    width: 100%;
    cursor: pointer;
    padding-top: 1em;
  }

  .fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    background: rgba(0,0,0,0.2);
  }

  .fullscreen-content {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }

  .fullscreen-content img {
    max-height: 85vh;
    max-width: 85vw;
    margin: 0 auto;
    display: block;
  }

  .resume-box {
    background-color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 1em auto;
    margin-bottom: 0em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }

  .resume-box img {
    width: 100%;
    display: block;
  }
}


/*Medium*/
@media screen and (min-width: 500px) {
  main {
    width: 65%;
  }

  nav ul li {
    font-size: 1.2em;
  }

  footer h2{
    font-size: 1.2em;
  }

  .intro-box h1 {
    font-size: 1.3em;
  }

  .intro-box h2 {
      font-size: 1em;
  }

  .shadow-box h1 {
    font-size: 1.4em;
  }

  .shadow-box p {
    font-size: 0.8em;
  }
}

/*Large*/
@media screen and (min-width: 1000px) {
  main {
    width: 50%;
  }

  nav ul li {
    font-size: 1.5em;
  }

  footer h2 {
    font-size: 1.5em;
  }

  .intro-box h1 {
    font-size: 1.6em;
  }

  .intro-box h2 {
      font-size: 1.2em;
  }

  .shadow-box h1 {
    font-size: 1.5em;
  }

  .shadow-box p {
    font-size: 1em;
  }
}

/*hamburger*/

/*header{
	width:100%;
	background:#1d1f20;
	height:60px;
	line-height:60px;
}*/

.hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#000;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:13px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.menu {
  z-index:1000000;
  font-weight:bold;
  font-size:0.8em;
  width:100%;
  background:#131313;
  position:absolute;
  text-align:center;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
  padding:15px 0 15px 0;
  border-bottom: #1d1f20 1px solid;
}

.menu li:hover {
  display: block;
  background:#181818;
  padding:15px 0 15px 0;
  border-bottom:#1d1f20 1px solid;
}

.menu ul li a {
  text-decoration:none;
  margin: 0px;
  color:#fff;
}

.menu ul li a:hover{
  color: #fff;
  text-decoration:none;
}

.menu a {
  text-decoration:none;
  color:white;
}

.menu a:hover {
  text-decoration:none;
  color:white;
}

.glyphicon-home {
  color:white;
  font-size:1.5em;
  margin-top:5px;
  margin:0 auto;
}
