/* Amber Lee 
CSS for amberzlee.com */
/* 1. Body */
body {
  padding: 0 0;
  margin: 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: "Open Sans", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* 2. Menu */

.menu {
  padding-top: 30px;
  z-index: 100;
  text-align: right;
  position: fixed;
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "Open Sans", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 13.5px;
  color: #fff;
  letter-spacing: 2px;
  transition: background-color 500ms, padding 500ms, font-size 500ms;
}
.menu.shorter {
  font-size: 12px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.85);
}
.menu.opaque {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
}
.navIcon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 15px 25px;
  filter: alpha(opacity=10);
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navIcon.smaller {
  width: 30px;
  height: 30px;
}
.menu ul {
  float: right;
  height: auto;
  margin: 0px;
}
.menu li {
  list-style-type: none;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px;
}
.menu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.menu a:hover {
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu a#pull {
  display: none;
  left: 10px;
  top: 10px;
  position: fixed;
}
.menu a#pull img {
  width: 25px;
  height: 20px;
  opacity: 0.7;
}
.menu a#pull img:hover {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* 3. Home page */

#home {
  display: table;
  width: 100%;
  height: 85%;
  height: 500px;
  height: 85vh;
  margin-top: 0;
  background: url("../imgs/camera.jpg") 50% 0 no-repeat fixed;
  margin: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: "Lato", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-position: center;
}

#home span {
  z-index: -100;
  width: 100%;
  display: table-cell;
}

#rayhome {
  display: table;
  width: 100%;
  height: 85%;
  height: 500px;
  height: 85vh;
  background: url("../imgs/raytrace.jpg") center no-repeat;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: "Lato", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-position: center;
}

#procreatehome {
  display: table;
  width: 100%;
  height: 85%;
  height: 500px;
  height: 85vh;
  background: url("../imgs/procreateBackground.jpg") center no-repeat;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: "Lato", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-position: center;
}

#sequencehome {
  display: table;
  width: 100%;
  height: 65%;
  height: 500px;
  height: 65vh;
  background: url("../imgs/sequence.jpg") center no-repeat;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: "Lato", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-position: center;
}

.main-text {
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.6);
}

/* Sequence preview */
#sequencehome h1 {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
  font-size: 37px;
  letter-spacing: 13px;
  color: #fff;
  opacity: 0.9;
  line-height: 200%;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

#sequencehome h3 {
  color: #fff;
}

.centerText {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#home span {
  display: table-cell;
  background-color: rgba(57, 49, 36, 0.4);
}
#home h1 {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
  font-size: 37px;
  letter-spacing: 23px;
  color: #fff;
  opacity: 0.9;
  line-height: 200%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#home h3 {
  padding-top: 0px;
  letter-spacing: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  color: #fff;
}
/* Raytracer page */
#rayhome span {
  display: table-cell;
  background-color: rgba(57, 49, 36, 0.4);
}
#rayhome h1 {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
  font-size: 37px;
  letter-spacing: 23px;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
  line-height: 200%;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
#rayhome h3 {
  padding-top: 0px;
  letter-spacing: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  color: #fff;
}
#rayhome h6 {
  color: white;
}
.home-content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* Procreate page */
#procreatehome span {
  display: table-cell;
  background-color: rgba(57, 49, 36, 0.1);
}
#procreatehome h1 {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
  font-size: 37px;
  letter-spacing: 23px;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
  line-height: 200%;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
/* 4. Intro */

.fade {
  opacity: 0;
}
.fade .in-view {
  opacity: 1;
}
#intro {
  margin: 0 auto;
  font-family: "Lato", arial, sans-serif;
  letter-spacing: 8px;
  -webkit-font-smoothing: antialiased;
  background-position: center;
  background-color: #fff;
  text-align: center;
}
#intro h1 {
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 200%;
  padding-top: 100px;
  padding-bottom: 10px;
  padding-left: 12%;
  padding-right: 12%;
  color: rgba(35, 35, 32, 0.75);
  font-size: 20px;
}
#intro h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 200%;
  padding-top: 45px;
  padding-bottom: 100px;
  color: #fff;
}
#intro h3 span {
  background-color: #404040;
  padding: 20px 60px;
}
#intro h3 a {
  text-decoration: none;
  color: #b5b5b5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#intro h3 a:hover {
  color: #52eedb;
}
#intro img {
  display: block;
  margin: auto;
  width: 25%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
hr {
  color: #e0e0e0;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.hr2 {
  margin-top: 30px;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

/* Portfolio */
#portfolio {
  font-family: "Open Sans", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

#portfolio h2 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  height: 50px;
  margin-left: 40px;
  font-size: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
#portfolio .item {
  margin: 20px auto;
  width: 33.33%;
  float: left;
}
.box {
  width: 300px;
  height: 300px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  overflow: hidden;
  margin: auto auto;
}
#sequenceDemo {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/sequenceGame3.png");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#cardDemo {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/cardsAgainstHumanityScreenshot.png");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#procreate {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/kawhiArt.JPG");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box1 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/thirdeye.gif");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box2 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/design.gif");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box3 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/c++game.jpg");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box4 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/eventure.gif");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box5 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/javaGame.png");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box6 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/jsketch.gif");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#box7 {
  width: 330px;
  text-align: center;
  height: 330px;
  box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url("../imgs/reflectAndRefract.png");
  background-size: cover;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: auto auto;
  padding: 45px 0 66px 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

#cardDemo:hover #overlay,
#sequenceDemo:hover #overlay,
#procreate:hover #overlay,
#box1:hover #overlay,
#box2:hover #overlay,
#box3:hover #overlay,
#box4:hover #overlay,
#box5:hover #overlay,
#box6:hover #overlay,
#box7:hover #overlay {
  opacity: 1;
}
#plus h2 {
  font-family: "Lato", arial, sans-serif;
  margin: auto auto;
  font-weight: 900;
  color: #fff;
  font-size: 22px;
}
#plus h3 {
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
#plus p {
  font-size: 14px;
  font-weight: bold;
  color: #00e6ac;
}

.overly {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 350px;
  height: 350px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.overlay:hover {
  opacity: 1;
}
#thirdeyeproject {
  background: url("../imgs/thirdeye.gif");
}
#portfolio img {
  display: table-cell;
  margin: 15px 15px;
  margin: 0 auto;
  width: 80%;
}

/* 5. About me */

#aboutme {
  display: table;
}
#aboutme h2 {
  letter-spacing: 5px;
  font-family: "Open Sans", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-weight: 300;
  height: 50px;
  margin-left: 40px;
  text-align: left;
  font-size: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
#aboutme h4 {
  margin-top: 0;
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
  float: left;
  width: 30%;
  color: #404040;
  line-height: 200%;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 2px;
}
#aboutme h4 #font1 {
  text-transform: uppercase;
  font-size: 11px;
}
#aboutme h5 {
  margin-left: 10px;
  font-size: 12px;
  text-align: left;
}
#aboutme p {
  display: table-cell;
  margin: 0 auto;
  float: left;
  width: 30%;
  color: #606060;
  line-height: 200%;
  text-align: left;
  margin-left: 40px;
  margin-right: 10px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 2px;
}
#aboutme a {
  color: #d0d0d0;
  text-decoration: none;
  font-weight: 700;
}
#aboutme a:hover {
  color: #65d0f5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* interests section */
#myinterests {
  display: table;
  margin: 0 auto;
  width: 100%;
}
#myinterests h3 {
  letter-spacing: 5px;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-color: #111;
  height: 50px;
  margin-top: 100px;
  font-size: 12px;
  text-align: center;
}
#icon {
  display: table-cell;
  margin: auto;
  margin-bottom: 50px;
  letter-spacing: 5px;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  float: left;
  width: 25%;
}
#icon img {
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
/*Work with me section*/

#workwithme {
  width: 100%;
  display: table;
  margin-top: 0;
  background: url("../imgs/fields.jpg") 50% 0 no-repeat fixed;
  margin: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}
#workwithme span {
  z-index: -100;
  width: 100%;
  display: table-cell;
  background-color: rgba(57, 49, 36, 0.6);
}
#workwithme h3 {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  line-height: 200%;
  letter-spacing: 10px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  padding-top: 100px;
  font-size: 15px;
  margin-left: 20px;
  text-align: left;
}
#workwithme h4 {
  margin-left: 20px;
  color: #fff;
  padding-bottom: 30px;
  letter-spacing: 4px;
  font-family: "Lato", arial, sans-serif;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-align: left;
}
#workwithme button,
#sequencehome button {
  font-family: "Lato", sans-serif;
  text-align: center;
  display: table;
  margin: 0 left;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  display: block;
  height: 45px;
  width: 150px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 4px;
  color: #fff;
  border: 2px #fff solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#sequencehome button {
  margin: 0 auto;
  display: block;
}
.demo {
  font-family: "Lato", sans-serif;
  text-align: center;
  display: table;
  margin: 0 left;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  display: block;
  height: 45px;
  width: 150px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 4px;
  color: #111;
  border: 2px #111 solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.demo:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
#workwithme a {
  text-decoration: none;
}
#workwithme button:hover,
#sequencehome button:hover {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}
#workwithme,
#sequencehome a:hover {
  text-decoration: none;
}

#workwithme #col-1 {
  float: left;
  width: 60%;
  padding-top: 25px;
  padding-bottom: 25px;
}
#workwithme #col-3 {
  width: 30%;
}
#workwithme img {
  width: 40%;
  height: 40%;
  padding-top: 45px;
  padding-bottom: 45px;
}
/* Skills section */

#myskills {
  margin-top: 10px;
}
#myskills h3 {
  margin: auto;
  letter-spacing: 5px;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #111;
  height: 50px;
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
}
#skills {
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 270px;
}
.column {
  float: left;
  width: 50%;
}
.skillbar {
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 14px;
  width: 95%;
  background: #eee;
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.skillbar-title span {
  letter-spacing: 5px;
  font-size: 9px;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 35px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-bar {
  height: 30px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 30px;
  line-height: 35px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}
/*--footer--*/

#contactme {
  font-family: "Open Sans";
  height: 180px;
  color: #eee9e9;
  background-color: #111;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 0;
}
#contactme img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  width: 45px;
  height: 45px;
  margin-left: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.logos {
  width: 275px;
  margin: 0px auto;
  padding-top: 50px;
}
#contactme p {
  padding-bottom: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
#contactme img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*responsive display*/

@media only screen and (max-width: 1213px) {
  #aboutme h2 {
    height: 50px;
    margin-left: 60px;
    text-align: left;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #aboutme h4 {
    line-height: 1.7;
    font-weight: 300;
    text-align: center;
    float: left;
    width: 100%;
    color: #404040;
    line-height: 200%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 2px;
  }
  #aboutme h4 #font1 {
    text-transform: uppercase;
    font-size: 11px;
  }
  #aboutme h5 {
    margin-left: 10px;
    font-size: 12px;
    text-align: left;
  }
  #aboutme p {
    float: left;
    width: 45%;
    line-height: 200%;
    text-align: left;
    margin-left: 40px;
    margin-right: 10px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1005px) {
  #aboutme h2 {
    height: 50px;
    margin-left: 60px;
    text-align: left;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #aboutme h4 {
    line-height: 1.7;
    font-weight: 300;
    text-align: center;
    float: left;
    width: 100%;
    color: #404040;
    line-height: 200%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 2px;
  }
  #aboutme h4 #font1 {
    text-transform: uppercase;
    font-size: 11px;
  }
  #aboutme h5 {
    margin-left: 10px;
    font-size: 12px;
    text-align: left;
  }
  #aboutme p {
    width: 40%;
    line-height: 200%;
    text-align: left;
    margin-left: 40px;
    margin-right: 10px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 2px;
  }
  #workwithme h3 {
    text-align: center;
  }
  #workwithme h4 {
    text-align: center;
  }
  #workwithme button {
    margin: 0 auto;
  }
  #workwithme #col-1 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #workwithme img {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 60%;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #portfolio .item {
    margin: 20px auto;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 800px) {
  #home h1 {
    font-size: 32px;
  }
  #icon {
    float: left;
    width: 50%;
    margin-bottom: 40px;
  }
  #aboutme p {
    width: 85%;
    line-height: 200%;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .menu {
    margin-top: 0;
    border-bottom: 0;
  }
  .menu ul {
    font-size: 12px;
    margin-top: 0;
    display: none;
    height: auto;
    list-style-type: none;
    background-color: #111;
    width: 100%;
  }
  .navIcon {
    display: none;
  }
  .menu li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding: 15px 0;
    display: block;
    float: none;
    text-align: center;
    border-top: 1px solid #808080;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu a#pull {
    display: block;
    float: right;
    position: absolute;
  }
  .menu a#pull:after {
    content: "";
    width: 25px;
    height: 22px;
    display: block;
    position: absolute;
  }
  #intro h3 span {
    padding: 20px 30px;
  }
  #intro img {
    width: 50%;
  }
  .column {
    width: 100%;
  }
  #skills {
    margin-bottom: 100px;
  }
  #portfolio .item {
    margin: 20px auto;
    width: 100%;
    float: left;
  }
  #portfolio img {
    width: 80%;
  }
}
@media (max-width: 510px) {
  #home h3 {
    font-size: 15px;
  }
  #intro h1 {
    line-height: 200%;
    padding-top: 100px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
    color: rgba(35, 35, 32, 0.75);
    font-size: 20px;
    color: #808080;
    color: rgba(0, 0, 0, 0.8);
  }
  #intro h3 {
    letter-spacing: 2px;
    font-size: 11px;
    padding-bottom: 50px;
    color: #fff;
  }
  #intro h3 span {
    padding: 20px 10px;
  }
  #intro img {
    width: 60%;
  }
  #workwithme img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 70%;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #icon {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
  #contactme img {
    width: 37px;
    height: 37px;
    margin-left: 10px;
  }
  #logos {
    display: table;
    width: 230px;
    margin: auto 0;
  }
  .main-text {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
