body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:1.5;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}


.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  pading:0;
}


header{
  background:#35424a;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:16px;
}

header a:hover{
  color:#cccccc;
  font-weight: bold;
}

header li{
  float:left;
  display:inline;
  padding:0 20px 0 20px;
}

header #logo{
  float:left;
}

header #logo h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:20px;
}

select{
  display:none;
}

header .highlight, header .current a{
  color:#e8491d;
  font-weight: bold;
}

#showcase{
  min-height:300px;
  background:url('../img/IMG_4746.png') no-repeat 0;
  background-size:cover;
  text-align:center;
  color:#ffffff;
  border-bottom:#e8491d 3px solid;

}

#showcase h1{
  margin-top: 40px;
  font-size:60px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
  margin-bottom:15px;
}

#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align:center;
  width:30%;
  padding:10px;
  overflow:hidden;

}

#boxes .box img{
  width:175px;
  height:175px;
}

/*article#my_resume .title h1{
  text-align:center;
}*/
article#my-resume{
  text-align: center;
}

article#my-resume .resume img{
  width:600px;
  height:900px;
  border:#35424a 6px solid;
}

article#about-me{
  float:left;
  width: 60%;
}

aside#profile-pic{
  float:right;
  margin-top: 30px;
  margin-bottom: 10px;
  width:30%;
}

#profile-pic .profile img{
  width:200px;
  height:300px;
  border:#35424a 6px solid;
}

footer{
  padding:20px;
  margin-top:20px;
  margin-bottom: 30px;
  color:#ffffff;
  background-color: #e8491d;
  text-align:center;
}

footer a{
  color:#ffffff;
}

@media(max-width: 768px){
header #logo,
header nav,
header li{
  float:none;
  text-align:center;
  width:100%;
  }
  #boxes .box{
      float:none;
      text-align:center;
      width:100%;
      padding:10px;
      overflow:hidden;

    }

    #boxes .box img{
      width:200px;
      height:200px;
    }
}

@media(max-width: 480px){
select{
  display: block;
  width:200px;
  margin:0 auto;
  /*float:right;*/
  }
header nav{
  display: none;
  }
#boxes .box{
    float:none;
    text-align:center;
    width:100%;
    padding:10px;
    overflow:hidden;

  }

  #boxes .box img{
    width:200px;
    height:200px;
  }
}


}
