html, body, div {
  display: block;
}

body, p, a, img a, ul, li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  -webkit-font-smoothing: antialiased;
}

/* body {
  padding-top: 120px;
  -moz-transition: padding-top 0.5s ease;
  -o-transition: padding-top 0.5s ease;
  -webkit-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
} */

p, li {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

a {
  color: inherit;
}

h1 {
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin: 0;
}

h2 {
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin: 0;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0;
}

li {
  list-style: none;
}

/* Colours */
.bg-gray {
  background-color: #F7F7F7;
}

.gray {
  color: #333;
}

.blue {
  color: #0CBBD5;
}

/* Layout */
.wrap {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

.section {
  width: 100%;
  padding: 20px 0;
}

.main_h {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

header {
  position: absolute;
  z-index: 999;
}

nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 90px;
}

.sticky {
  height: 75px;
  background-color: #feedba;
}

.banner {
  height: 180px;
  width: 100%;
  background: url('../img/banner.jpg') no-repeat;
  background-position: -316px top;
  background-size: auto 200px;
  background-color: #feedba;
  padding: 0;
  position: relative;
}

.logo {
  background: url('../img/logo-vwong-sm.png') no-repeat;
  background-size: 100%;
  width: 106px;
  height: 50px;
}

.links ul {
  ddisplay: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav li {
  margin: -5px 10px 8px;
  font-size: 13px;
}

.icon {
  height: 14px;
  margin: 3px 10px 0;
}

.twitter {
  background: url('../img/icon-twitter.png') no-repeat;
  background-size: 100%;
  width: 17px;
}

.instagram {
  background: url('../img/icon-instagram.png') no-repeat;
  background-size: 100%;
  width: 14px;
}

.dribbble {
  background: url('../img/icon-dribbble.png') no-repeat;
  background-size: 100%;
  width: 14px;
}

.linkedin {
  background: url('../img/icon-linkedin.png') no-repeat;
  background-size: 100%;
  width: 14px;
}

.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bars {
  width: 90%;
}

.bars .space-row {
  padding: 5px 0;
}

.label {
  width: 130px;
  padding: 0;
}

.meter {
  width: 230px;
  height: 20px;
  padding: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
}

.m-1 {
  width: 100%;
}

.m-2 {
  width: 80%;
}

.m-3 {
  width: 70%;
}

.m-4 {
  width: 30%;
}

.software {
  height: 80px;
}

.strength {
  margin: 20px 0;
}

.photo-profile {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border: solid 8px #fff;
}

.about h4, .about p {
  width: 320px;
}

.dot {
  background: url('../img/dot-blue.png') no-repeat 10px 5px;
  background-size: 11px;
  height: 20px;
  padding: 0;
}

.bullet-points li {
  list-style-type: disc;
  line-height: 26px;
}

.dribbble-shots {
  margin: 0 0 10px;
  padding: 0;
}

.dribbble-shots li {
  width: 47%;
  margin: 5px;
}

.dribbble-shots li img{
  width: 100%;
}

.divider {
  width: 100%;
  height: 10px;
  border-top: solid 1px #BBB;
}

.project {
  padding: 20px 0 0;
}

.project img {
  height: 90px;
  margin-right: 5px;
}

.project .description {
  padding: 0;
}

.project .description h3 {
  padding: 10px 0 5px;
}

.project .description h3:hover {
  color: #00A2BA;
}

.project .description p {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}

.availability {
  padding-bottom: 20px;
}

.availability ul {
  display: flex;
  padding: 10px;
}

.availability li {
  list-style: url('../img/icon-check.png') inside;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 16px;
  white-space: nowrap;
  border: solid 1px #0CBBD5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 2px;
}

.availability p {
  font-size: 16px;
  line-height: 24px;
  padding: 6px 6px 10px;
}

.contact {
  margin: 0 20px;
}

.email img {
  width: 20px;
  height: 14px;
}

.twitter-contact:hover {
  color: #0CBBD5;
}

.twitter-contact img {
  width: 20px;
  height: 16px;
  padding-top: 6px;
}

.footer {
  background-color: #000;
  height: 50px;
}

.footer p {
  color: #6C6C6C;
  font-size: 13px;
  line-height: 18px;
}

/* Animation */
.img-link {
  -webkit-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.img-link:hover {
  -webkit-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 999;
}

.fill {
  width: 100%;
  height: 20px;
  animation: charge 1s ease-in-out;
}

@keyframes charge {
  0% {transform: scaleX(0.2);}
  100% {transform: scaleX(1);}
}

/* Spacing */
.space-row {
  padding: 10px 0;
}

.space-column {
  margin: 0 10px;
}

.space-left {
  margin-left: 20px;
}

.space-above {
  padding-top: 10px;
}

.space-below {
  padding-bottom: 10px;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.no-mobile {
  display: none;
}
