#resume .anthony-image {
  width: 200px;
}

#resume h3 {
  color: #0380A7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}

#resume h5 {
  color: #0380A7;
  text-transform: uppercase;
  font-weight: bold;
}

#resume .date {
  color: gray;
  text-transform: uppercase;
  font-size: 13px;
}

#resume .exp-desc {
  color: gray;
}

#resume2 {
  background-image: url("/images/resume/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f3f3f3;
  padding: 4rem 0 2rem 0;
}

#resume2 .header {
  background-color: #f9f9fb;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: 1;
  padding: 1.5rem 1.5rem 1.5rem 310px;
}

#resume2 .header .anthony {
  position: absolute;
  width: 180px;
  z-index: 2;
  left: 3.8rem;
  top: 1rem;
}

#resume2 .header h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 2px;
}

#resume2 .header .ex-work {
  color: #1d212a;
  text-transform: uppercase;
  font-weight: 600;
}

#resume2 .header .ex-work .fa-check {
  color: #00b9e6;
}

#resume2 .left-bar {
  background-color: #1e222d;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 270px;
}

#resume2 .left-bar hr {
  border-color: #40434c;
}

#resume2 .left-bar .address {
  margin-top: 13.5rem;
}

#resume2 .left-bar .email {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
}

#resume2 .left-bar .email a:hover + .fa-envelope-o {
  -webkit-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#resume2 .left-bar h5 {
  color: white;
}

#resume2 .left-bar .skills {
  font-size: 12px;
}

#resume2 .left-bar .skills h5 {
  font-size: 14px;
}

#resume2 .left-bar .skills p {
  color: #a2a6b1;
}

#resume2 .experience {
  margin-top: 9.6rem;
  margin-left: 1rem;
  padding-left: 1.5rem;
  border-top: 5px solid #ffc500;
}

#resume2 .experience h3 {
  color: #00b9e8;
  font-size: 16px;
  font-weight: 600;
}

#resume2 .experience .date {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
}

#resume2 .experience .exp-desc {
  color: gray;
  font-size: 15px;
}

#resume2 .orange {
  color: #ff7c08;
}

#resume2 .btn-submit {
  background-color: #ff7c08;
  color: white;
  font-weight: 600;
}

#resume2 .map-address {
  font-size: 13px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 200px;
  width: 600px;
}

.mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 200px;
  width: 600px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #resume2 .header {
    padding: 1.5rem 1.5rem 1.5rem 260px;
  }

  .mapouter,
  .gmap_canvas {
    width: 500px !important;
  }
}

@media (max-width: 991px) and (min-width: 701px) {
  #resume2 .header {
    padding: 1rem;
  }

  #resume2 .header .anthony {
    position: relative;
    width: 100px;
    top: 0;
    left: 0;
  }

  #resume2 .header h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 1rem;
  }

  #resume2 .left-bar .address {
    margin-top: 10.5rem;
  }

  #resume2 .experience {
    margin-top: 10rem;
  }
}

@media (max-width: 700px) {
  .mapouter,
  .gmap_canvas {
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  #resume2 {
    padding: 2rem 1rem 2rem 1rem;
  }

  #resume2 .header {
    padding: 1rem;
    position: relative;
    top: 0;
  }

  #resume2 .header .anthony {
    position: relative;
    width: 130px;
    top: 0;
    left: 0;
    margin: 0 auto;
  }

  #resume2 .left-bar {
    width: 100%;
    left: 0;
  }

  #resume2 .left-bar .address {
    margin-top: 0;
  }

  #resume2 .experience {
    margin-top: 0;
    margin-left: 0;
    padding: 15px;
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }
}

