@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap");
header .background {
  position: relative;
  height: 700px;
  width: 100%;
  background-image: url("../assets/img/field.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
header .header-logo {
  background-image: url("../assets/logo/cat-logo.jpg");
  background-size: cover;
  width: 80px;
  height: 80px;
  float: left;
  margin: 30px 0 0 30px;
}
header .menu {
  float: right;
  margin-right: 20px;
  margin-top: 45px;
}
header .menu ul {
  list-style-type: none;
}
header .menu ul li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.4);
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  font-weight: 400;
}
header .menu ul a:link {
  text-decoration: none;
}
header .menu ul li:hover {
  color: white;
}
header .hero-text h1 {
  padding-top: 150px;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 16px;
  font-size: 48px;
  font-weight: 100;
  color: #000;
  clear: both;
}
header .hero-text h1 span {
  display: inline-block;
  padding: 30px 30px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
header .kicker {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  opacity: 0.5;
  letter-spacing: -0.5px;
  font-weight: 100;
  position: relative;
  width: 100%;
  margin: 10px auto;
}

@media screen and (max-width: 990px) {
  header .background {
    height: 500px;
    width: 100%;
    background-image: url("../assets/img/field.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }
  header .menu {
    margin-top: 35px;
  }
  header .menu ul li {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
  }
  header .header-logo {
    width: 65px;
    height: 65px;
  }
  header .hero-text h1 {
    padding-top: 80px;
    letter-spacing: 6px;
    font-size: 30px;
  }
}
@media screen and (max-width: 730px) {
  header .background {
    height: 500px;
    width: 100%;
    background-image: url("../assets/img/field.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }
  header .header-logo {
    width: 65px;
    height: 65px;
  }
  header .hero-text h1 {
    padding-top: 80px;
    letter-spacing: 6px;
    font-size: 30px;
  }
}
@media screen and (max-width: 580px) {
  header .background {
    height: 500px;
    width: 100%;
    background-image: url("../assets/img/field.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }
  header .menu {
    margin-top: 35px;
  }
  header .menu ul li {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
  }
  header .hero-text h1 {
    letter-spacing: 4px;
    font-size: 30px;
  }
  header .hero-text h1 span {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  header .background {
    height: 500px;
    width: 100%;
    background-image: url("../assets/img/field.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    margin-top: 20px;
  }
  header .header-logo {
    float: none;
    margin: 0 auto;
    display: table;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  header .menu {
    justify-content: center;
    float: none;
    display: flex;
  }
  header .menu ul li {
    color: rgba(0, 0, 0, 0.6);
  }
  header .hero-text h1 {
    font-size: 25px;
    padding-top: 50px;
  }
  header .hero-text h1 span {
    background-color: #fff;
    opacity: 0.5;
  }
  header .kicker {
    font-size: 14px;
    background-color: #000;
    width: 100%;
    margin: 0 auto;
  }
}
.about-me {
  background-color: #fff;
}
.about-me h1 {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-me h1 span {
  color: rgba(0, 0, 0, 0.5);
}
.about-me .about-lockup {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
}
.about-me .about-lockup .about-logo-left {
  background-image: url("../assets/logo/computer-icon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.about-me .about-lockup .about-img {
  background-image: url("../assets/img/me3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
  margin: 0 10%;
  border-radius: 50%;
  box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.about-me .about-lockup .about-logo-right {
  background-image: url("../assets/logo/idea-icon3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
}
.about-me .about-text {
  margin: 130px 0 0 0;
}
.about-me .about-text .line {
  position: relative;
  height: 1px;
  background-color: gainsboro;
  width: 60%;
  margin: 0 auto 10px auto;
}
.about-me .about-text p {
  padding: 20px 0;
  margin: 0 10% 0 10%;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
  line-height: 30px;
  color: black;
}

@media screen and (max-width: 1180px) {
  .about-me .about-lockup .about-logo-left {
    width: 170px;
    height: 170px;
    background-size: cover;
  }
  .about-me .about-lockup .about-img {
    width: 170px;
    height: 170px;
  }
  .about-me .about-lockup .about-logo-right {
    width: 170px;
    height: 170px;
    background-size: cover;
  }
  .about-me .about-text hr {
    width: 80%;
    border-top-color: #eeeeee;
    border-bottom-color: #eeeeee;
  }
  .about-me .about-text p {
    padding: 20px 0;
    margin: 0 12% 0 12%;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    color: black;
  }
}
@media screen and (max-width: 780px) {
  .about-me h1 {
    font-size: 28px;
    padding: 70px 0 80px 0;
  }
  .about-me .about-lockup .about-logo-left {
    width: 150px;
    height: 150px;
    background-size: cover;
  }
  .about-me .about-lockup .about-img {
    width: 150px;
    height: 150px;
  }
  .about-me .about-lockup .about-logo-right {
    width: 150px;
    height: 150px;
    background-size: cover;
  }
  .about-me .about-text {
    margin-top: 80px;
  }
  .about-me .about-text p {
    margin: 0 10% 0 10%;
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  .about-me h1 {
    font-size: 25px;
    padding: 55px 0 65px 0;
  }
  .about-me .about-lockup .about-logo-left {
    width: 100px;
    height: 100px;
  }
  .about-me .about-lockup .about-img {
    width: 100px;
    height: 100px;
    margin: 0 5%;
  }
  .about-me .about-lockup .about-logo-right {
    width: 100px;
    height: 100px;
  }
  .about-me .about-text {
    margin-top: 65px;
  }
  .about-me .about-text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .about-me h1 {
    font-size: 25px;
    padding: 55px 0 65px 0;
  }
  .about-me .about-lockup .about-logo-left {
    width: 80px;
    height: 80px;
    display: none;
  }
  .about-me .about-lockup .about-img {
    width: 120px;
    height: 120px;
    margin: 0 5%;
  }
  .about-me .about-lockup .about-logo-right {
    display: none;
    width: 80px;
    height: 80px;
  }
  .about-me .about-text {
    margin-top: 65px;
  }
  .about-me .about-text p {
    font-size: 13px;
  }
}
.progress-bar {
  padding-top: 50px;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  padding-bottom: 100px;
}
.progress-bar p {
  font-size: 22px;
  font-variant: small-caps;
  font-weight: 100;
  letter-spacing: 3px;
  text-align: center;
}
.progress-bar .progress-left {
  width: 420px;
  margin-right: 1%;
}
.progress-bar .progress-left .progress {
  position: relative;
  height: 1px;
  background-color: gainsboro;
  margin-bottom: 10px;
}
.progress-bar .progress-left .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: black;
}
.progress-bar .progress-left .progress__bar:after {
  content: attr(data-completed) "%";
  position: absolute;
  top: 100%;
  right: 0;
  padding: 3px 5px;
  font-size: 13px;
  background-color: black;
  color: white;
}
.progress-bar .progress-right {
  width: 420px;
  margin-left: 1%;
}
.progress-bar .progress-right .progress {
  position: relative;
  height: 1px;
  background-color: gainsboro;
  margin-bottom: 10px;
}
.progress-bar .progress-right .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: black;
}
.progress-bar .progress-right .progress__bar:after {
  content: attr(data-completed) "%";
  position: absolute;
  top: 100%;
  right: 0;
  padding: 3px 5px;
  font-size: 13px;
  background-color: black;
  color: white;
}

@media screen and (max-width: 1220px) {
  .progress-bar p {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .progress-bar .progress-left {
    width: 450px;
    margin-left: 2%;
  }
  .progress-bar .progress-right {
    width: 450px;
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  .progress-bar {
    display: block;
    margin: 0 auto;
    max-width: 700px;
  }
  .progress-bar .progress-left {
    display: block;
    margin: 0 auto;
  }
  .progress-bar .progress-right {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 510px) {
  .progress-bar {
    display: block;
    justify-content: center;
  }
  .progress-bar .progress-left {
    width: 330px;
  }
  .progress-bar .progress-right {
    width: 330px;
  }
}
.bgimg {
  background-image: url("../assets/img/mainimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 300px;
  box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.bgimg .work-banner {
  padding-top: 120px;
  padding-bottom: 120px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 100;
  font-size: 50px;
  color: #000;
}
.bgimg .work-banner:first-letter {
  font-size: 120px;
  color: rgba(0, 0, 0, 0.3);
}

.my-work {
  background-color: #607d8b;
  height: 500px;
}
.my-work h1 {
  padding-top: 80px;
  padding-bottom: 100px;
  margin: 0 0;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 40px;
}
.my-work h1 span {
  color: rgba(255, 255, 255, 0.7);
}

.section-work {
  overflow-x: hidden;
}

.work-belt {
  padding-top: 150px;
  padding-bottom: 150px;
  width: 200%;
  position: relative;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
}

.thumb-wrap, .work-wrap {
  width: 50%;
  float: left;
}

.thumb-container {
  max-width: 960px;
  margin: 0px auto;
  padding-bottom: 100px;
}
.thumb-container a:link {
  text-decoration: none;
}
.thumb-container .thumb-unit {
  float: left;
  width: 24%;
  display: block;
  position: relative;
  padding-top: 17%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  perspective: 300px;
  margin-top: 1%;
  margin-right: 1%;
}
.thumb-container .thumb-unit .thumb-unit-hover {
  position: absolute;
  top: -50%;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-around;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  opacity: 0;
}
.thumb-container .thumb-unit strong {
  display: block;
  padding: 20px;
  color: white;
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
.thumb-container .thumb-unit:hover .thumb-unit-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  opacity: 1;
  cursor: pointer;
}

.work-container {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  display: none;
  padding-bottom: 30px;
}
.work-container h4 {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px 60px;
}
.work-container p {
  text-align: center;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
}
.work-container img {
  max-width: 100%;
  margin-bottom: 20px;
}
.work-container .work-inside {
  width: 100%;
  height: 2200px;
  background-size: cover;
}
.work-container .description-wrap {
  text-align: center;
  line-height: 30px;
}
.work-container .description-wrap p {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
}
.work-container .description-wrap code {
  font-family: "Anonymous Pro", monospace;
}
.work-container .link-wrap {
  font-size: 15px;
  width: 15%;
  background-color: rgba(54, 55, 59, 0.9);
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  border-radius: 5px;
  margin: 20px auto 0 auto;
}
.work-container .link-wrap:hover {
  background-color: black;
}
.work-container a {
  color: white;
}
.work-container a:link {
  text-decoration: none;
  text-align: center;
}
.work-container .work-return {
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
}
.work-container .work-return path {
  fill: rgba(0, 0, 0, 0.4);
}
.work-container .work-return:hover {
  opacity: 1;
}

@media screen and (max-width: 990px) {
  .bgimg {
    background-attachment: scroll;
  }
  .bgimg .work-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .my-work {
    height: 500px;
  }

  .work-belt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .thumb-container {
    width: 95%;
  }
  .thumb-container .thumb-unit {
    margin: 2% auto;
    display: block;
    float: none;
    justify-content: center;
    width: 90%;
  }

  .work-container {
    max-width: 700px;
  }
  .work-container .work-inside {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .bgimg {
    background-attachment: scroll;
  }

  .my-work {
    height: 400px;
  }

  .work-belt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .work-container {
    max-width: 600px;
  }
  .work-container .work-inside {
    width: 600px;
  }
}
@media screen and (max-width: 655px) {
  .bgimg {
    background-attachment: scroll;
  }

  .work-container {
    max-width: 500px;
  }
  .work-container .work-inside {
    width: 500px;
  }
  .work-container .description-wrap {
    line-height: 20px;
  }
  .work-container .description-wrap p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 545px) {
  .bgimg {
    background-attachment: scroll;
  }
  .bgimg .work-banner {
    padding-top: 60px;
    color: #fff;
  }
  .bgimg .work-banner:first-letter {
    color: rgba(255, 255, 255, 0.3);
  }

  .work-container {
    max-width: 400px;
  }
  .work-container .work-inside {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .my-work {
    height: 300px;
  }

  .work-belt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .work-container {
    max-width: 330px;
  }
  .work-container .work-inside {
    width: 330px;
  }
  .work-container .description-wrap {
    line-height: 15px;
  }
  .work-container .description-wrap p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  -moz-animation-name: slideRight;
  -ms-animation-name: slideRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
    -moz-transform: translateX(8%);
    -ms-transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
    -webkit-transform: translateX(-4%);
    -moz-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%);
    -moz-transform: translateX(4%);
    -ms-transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
    -webkit-transform: translateX(-2%);
    -moz-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
.technology-belt {
  height: 15px;
  background: #fff;
}

.animation-test {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.animation-test .html, .animation-test .xml, .animation-test .css, .animation-test .js, .animation-test .roku, .animation-test .git, .animation-test .terminal, .animation-test .sass {
  margin: 25px 3% 0 3%;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.animation-test .html {
  background-image: url("../assets/logo/htmlblack.png");
  background-size: cover;
}
.animation-test .xml {
  background-image: url("../assets/logo/xmlblack.png");
  background-size: cover;
}
.animation-test .css {
  background-image: url("../assets/logo/cssblack.png");
  background-size: cover;
}
.animation-test .js {
  background-image: url("../assets/logo/jsblack.png");
  background-size: cover;
}
.animation-test .roku {
  background-image: url("../assets/logo/rokublack3.png");
  background-size: cover;
}
.animation-test .git {
  background-image: url("../assets/logo/gitblack.png");
  background-size: cover;
}
.animation-test .terminal {
  background-image: url("../assets/logo/terminal.png");
  background-size: cover;
}
.animation-test .sass {
  background-image: url("../assets/logo/sassblack2.png");
  background-size: cover;
}

.contact {
  background-image: url("../assets/img/stars2.jpg");
  background-size: cover;
  height: 65px;
  box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.contact h1 {
  margin: 0 0;
  padding: 65px 0;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 3px;
}
.contact h1 span:nth-child(1) {
  opacity: 1;
}
.contact h1 span:nth-child(2) {
  opacity: 0.9;
}
.contact h1 span:nth-child(3) {
  opacity: 0.8;
}
.contact h1 span:nth-child(4) {
  opacity: 0.7;
}
.contact h1 span:nth-child(5) {
  opacity: 0.6;
}
.contact h1 span:nth-child(6) {
  opacity: 0.5;
}
.contact h1 span:nth-child(7) {
  opacity: 0.4;
}
.contact .form-group {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  margin: 0 0 1% 0;
}
.contact label {
  padding: 10px;
  background-color: rgba(54, 55, 59, 0.9);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-weight: 100;
}
.contact .control-label {
  padding-top: 25px;
}
.contact [type=text] {
  background-color: transparent;
  padding: 10px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  color: #fff;
}
.contact [type=text]:focus {
  background-color: #fff;
  border-bottom: none;
  color: #000;
}
.contact [type=email] {
  background-color: transparent;
  padding: 10px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  color: #fff;
}
.contact [type=email]:focus {
  background-color: #fff;
  border-bottom: none;
  color: #000;
}
.contact [name=message] {
  background-color: transparent;
  padding: 5px 10px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  color: #fff;
}
.contact [name=message]:focus {
  background-color: #fff;
  border-bottom: none;
  color: #000;
}
.contact [type=submit] {
  padding: 20px;
  outline: none;
  border: none;
}
.contact .kickbtn {
  margin-top: 30px;
  font-size: 15px;
  width: 15%;
  background-color: rgba(54, 55, 59, 0.9);
  color: whitesmoke;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  border-radius: 5px;
  letter-spacing: 2px;
  font-variant: small-caps;
  font-weight: 100;
}
.contact .kickbtn:hover {
  background-color: whitesmoke;
  color: darkslategray;
  cursor: pointer;
  letter-spacing: 3px;
}
.contact #formkick {
  font-size: 18px;
}
.contact .social-belt {
  height: 65px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  width: 100%;
  background-color: rgba(54, 55, 59, 0.3);
}
.contact .social-belt .linkedin, .contact .social-belt .github {
  margin: 0 1% 0 1%;
  width: 45px;
  height: 45px;
  padding: 10px 12px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  border-radius: 5px;
}
.contact .social-belt .linkedin:hover, .contact .social-belt .github:hover {
  background-color: #0077b5;
}
.contact .social-belt .linkedin a, .contact .social-belt .github a {
  text-decoration: none;
  color: white;
}
.contact .social-belt .twitter {
  margin: 0 1% 0 1%;
  width: 45px;
  height: 45px;
  padding: 10px 12px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  border-radius: 5px;
}
.contact .social-belt .twitter:hover {
  background-color: #1da1f2;
}
.contact .social-belt .twitter a {
  text-decoration: none;
  color: white;
}
.contact .social-belt .github {
  width: 40px;
}
.contact .social-belt .github:hover {
  background-color: #24292e;
}

#map {
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  background-color: #e5e3df;
  margin-bottom: 120px;
}

footer {
  width: 85%;
  padding-top: 50px;
  height: 125px;
  bottom: 0;
  position: fixed;
  z-index: -1;
}
footer .footer-lockup {
  display: inline-block;
  float: left;
  width: 40%;
  height: auto;
}
footer .footer-lockup .footer-logo {
  background-image: url("../assets/logo/cat-logo.jpg");
  background-size: cover;
  margin: 40px 8% 0 4%;
  width: 50px;
  height: 50px;
}
footer .footer-lockup .footer-text {
  float: left;
  margin: -42px auto 0 90px;
}
footer .footer-lockup .footer-text p {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 100;
}
footer .footer-right {
  float: right;
  margin: 48px 3% 0 auto;
  display: inline-block;
}
footer .footer-right p {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 100;
  font-size: 12px;
}

@media screen and (max-width: 1155px) and (min-width: 831px) {
  footer .footer-lockup .footer-text {
    margin-top: -50px;
  }
}
@media screen and (max-width: 830px) {
  footer .footer-lockup {
    width: 50%;
  }
  footer .footer-lockup .footer-text {
    margin-left: 70px;
  }
  footer .footer-lockup .footer-text p {
    font-size: 10px;
  }
  footer .footer-right p {
    font-size: 10px;
  }
}
@media screen and (max-width: 605px) {
  footer .footer-lockup .footer-text {
    margin: -45px auto 0 70px;
  }
  footer .footer-right {
    width: 40%;
    margin-top: 44px;
  }
}
@media screen and (max-width: 530px) {
  footer {
    width: 100%;
  }
  footer .footer-lockup .footer-text {
    margin-top: -50px;
  }
}
@media screen and (max-width: 430px) {
  footer {
    display: block;
    height: 150px;
  }
  footer .footer-lockup {
    display: block;
    margin: 0 auto;
    float: none;
  }
  footer .footer-lockup .footer-text {
    margin-top: -50px;
  }
  footer .footer-lockup .footer-text p {
    font-size: 9px;
    text-align: center;
  }
  footer .footer-right {
    display: block;
    margin: 0 auto;
    float: none;
  }
  footer .footer-right p {
    text-align: center;
  }
}
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 50px auto;
  padding: 0;
  width: 85%;
}
body .silent-background {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -999;
}

section {
  margin: 0;
  padding: 0;
}

div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, kbd, strong, ol, ul, li, nav {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 580px) {
  body {
    margin: 30px auto;
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
