html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  line-height: 1.6;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/quicksand-v8-latin-300.eot");
  src: local("Quicksand Light"), local("Quicksand-Light"), url("../fonts/quicksand-v8-latin-300d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v8-latin-300.html") format("woff2"), url("../fonts/quicksand-v8-latin-300.woff") format("woff"), url("../fonts/quicksand-v8-latin-300.ttf") format("truetype"), url("../fonts/quicksand-v8-latin-300.svg#Quicksand") format("svg");
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url("../fonts/quicksand-v8-latin-regular.eot");
  src: local("Quicksand Regular"), local("Quicksand-Regular"), url("../fonts/quicksand-v8-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v8-latin-regular.html") format("woff2"), url("../fonts/quicksand-v8-latin-regular.woff") format("woff"), url("../fonts/quicksand-v8-latin-regular.ttf") format("truetype"), url("../fonts/quicksand-v8-latin-regular.svg#Quicksand") format("svg");
}

body {
  background-color: #2e3236;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-size: 19pt;
}

body .bg2 {
  background-color: #1fd14b;
  z-index: 9999;
}

body h2 {
  line-height: 1.2em;
  padding: 30px 0 10px 0;
}

.intro {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: #222629;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 4px;
  position: fixed;
  text-align: center;
  will-change: transform;
  z-index: 9999;
}

.intro .heading {
  font-size: 50px;
  margin-bottom: 10px;
  will-change: transform;
  opacity: 0;
}

.intro .sub-heading {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 100;
  will-change: transform;
  opacity: 0;
}

.intro .loader-wrapper {
  background: #2e3236;
  height: 5px;
  width: 200px;
  border-radius: 50px;
  opacity: 0;
}

.intro .loader-wrapper .loader {
  background: #FBB114;
  height: 5px;
  width: 200px;
  border-radius: 50px;
}

#header {
  background: #222629;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 80px;
  z-index: 999;
}

#header #logo {
  padding: 20px 0 0 0;
  min-height: 150px;
  height: 30%;
}

#header #logo img {
  border: 2px #ffffff solid;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px 0px #00000099;
          box-shadow: 0 5px 15px 0px #00000099;
  margin-bottom: 10px;
  opacity: 0;
}

#header #logo p {
  will-change: transform;
  font-size: 0.5em;
  color: #ffffff80;
  line-height: 1.25em;
  opacity: 0;
}

#header #nav {
  min-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

#header #nav .size {
  width: 27px;
  height: 100%;
  padding: 7px 0;
}

#header #nav .projects {
  width: 37px;
  height: 100%;
  padding: 7px 0;
}

#header #nav #icon {
  cursor: pointer;
  fill: #50b0ff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  opacity: 0;
}

#header #nav #icon:hover {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #915ac9;
}

#header #social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px 0;
  z-index: 1;
}

#header #social .social-icon {
  text-align: center;
  display: inline-block;
  padding: 9px 0px;
  color: #b1b1b162;
  font-size: 27px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#header #social .social-icon:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #50b0ff;
}

#main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#main .hero {
  text-align: center;
  height: 100%;
  width: 100%;
}

#main .hero:before {
  background-image: url("../img/wall.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#main .hero .box {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#main .hero .box .title {
  display: inline-table;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 55pt;
  color: white;
  text-shadow: 0 4px 6px #00000099;
}

#main .hero .box .title span {
  display: inline-block;
}

#main .hero .box .title .blue {
  display: inline-block;
  color: #FBB114;
  font-size: 50px;
}

#main .hero .box .title .blast {
  display: inline-block;
}

#main .hero .box .title .blast:hover {
  color: #fdb913;
}

#sections {
  background: #2e3236;
  color: #e0e0e0;
  line-height: 1.1em;
  z-index: 10;
}

#sections h2 {
  will-change: transform;
  font-size: 40px;
  text-align: center;
}

#sections p {
  will-change: transform;
  font-size: 20px;
  text-align: center;
}

#sections #about-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#sections #about-me .frontend {
  display: inline-block;
  margin: 0 45px;
  /*width: 50%;*/
  /*float: left;*/
}

#sections #about-me .backend {
  display: inline-block;
  margin: 0 45px;
  /*width: 50%;*/
  /*float: right;*/
}

#sections #about-me .backend2 {
  display: inline-block;
  /*width: 50%;*/
  /*float: right;*/
}

#sections #about-me .about {
  width: 600px;
}

#sections #projects .project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px;
}

#sections #projects .project-content .proCont {
  position: relative;
  margin: 10px;
  height: 280px;
  width: 37%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 10px 0px #0000005e;
          box-shadow: 0px 0px 10px 0px #0000005e;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;

}

/*#card .front .back {
  margin: 10px !important;
}

.front .back {
  padding: 10px !important;
}
*/

#sections #projects .project-content .proCont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sections #projects .project-content .marius_m_photography {
  width: 500px;
}

#sections #projects .project-content .front {
  width: 500px;
}

#sections #projects .project-content .proCont:hover {
  -webkit-box-shadow: 0px 0px 30px #00000080;
          box-shadow: 0px 0px 30px #00000080;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#sections #projects .project-content .proContMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#sections #projects .project-content .proContMask:after {
  content: '';
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#346ace), to(#c21fd154));
  background: linear-gradient(90deg, #346ace, #c21fd154);
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: opacity 0.1s, transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: opacity 0.1s, transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
}

#sections #projects .project-content .proCont:hover .proContMask:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: opacity 0.1s, transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: opacity 0.1s, transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
}

#sections #projects .project-content .proCont .front:before {
  content: attr(data-title);
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}

#sections #projects .project-content .proCont .front:hover:before {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

#sections #projects .project-content .proCont .front:after {
  content: attr(data-text);
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2em;
  padding-top: 2em;
  margin-top: 8px;
  font-size: 70%;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  opacity: 0;
}

#sections #projects .project-content .proCont .front:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 1;
}

#sections #projects .project-content .proCont .back:before {
  content: attr(data-title);
  position: absolute;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}

#sections #projects .project-content .proCont .back:hover:before {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

#sections #projects .project-content .proCont .back:after {
  content: attr(data-text);
  position: absolute;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2em;
  padding-top: 2em;
  margin-top: 8px;
  font-size: 70%;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  opacity: 0;
}

#sections #projects .project-content .proCont .back:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 1;
}

.btn{
  position: absolute;
  z-index: 9999;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 8px;
  border: none;
  color: #fff;
  background-color: none;
}

.btn--left{
    bottom: 5%; 
    left: 10px;
}

.btn--center {
  bottom: 5%;
  left:40%;
}

.btn--right {
  bottom: 5%;
  right: 10px;
}

.btn--yellow{
  /*background-color: #FBB114;*/
  border: 1px solid  #FBB114;
  color: #fff;
}

.btn:hover {
  background-color: #FBB114;
}

.link-color {
  color: #fff;
}


#sections #form #contact {
  position: absolute;
  background-color: #2e3236;
  z-index: 9999;
  width: 100%;
}

#sections #form #contact .anime {
  opacity: 1;
  margin: 0;
}

#sections h5 {
  padding: 10px 0 5px 0;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: #FBB114 !important;
}

#sections h6 {
  padding: 10px 0 10px 0;
  text-align: center;
}

#sections #form #contact h2 h6{
  text-align: center;
}

#sections #form #contact ul {
  padding: 0;
  margin-left: 25%;
  width: 350px;
}

#sections #form #contact ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  opacity: 1;
  overflow: hidden;
  display: block;
  clear: both;
  position: relative;
}

#sections #form #contact ul li.half {
  width: 50vw;
  float: left;
  clear: none;
}

#sections #form #contact ul li.half:first-child {
  margin-left: 0;
}

#sections #form #contact ul li.submit {
  overflow: hidden;
}

#sections #form #contact ul li input {
  width: 100%;
  border: 0;
  background: #414447;
  height: 50px;
  font-size: 16px;
  color: #50b0ff;
  padding: 0 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}

#sections #form #contact ul li input[type='text']:focus, #sections #form #contact ul li input[type='email']:focus {
  outline: 0;
}

#sections #form #contact ul li .label::before, #sections #form #contact ul li .label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

#sections #form #contact ul li .label::after {
  border-bottom: 2px solid #50b0ff;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#sections #form #contact ul li textarea {
  width: 100%;
  border: 0;
  background: #414447;
  resize: none;
  height: 50px;
  font-size: 16px;
  color: #50b0ff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  min-height: 150px;
  font-family: 'Quicksand', sans-serif;
}

#sections #form #contact ul li textarea:focus {
  outline: 0;
}

#sections #form #contact ul li textarea:focus + .label::after {
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  margin-bottom: 2px;
}

#sections #form #contact ul li ::-webkit-input-placeholder {
  color: #adadad;
}

#sections #form #contact ul li :-ms-input-placeholder {
  color: #adadad;
}

#sections #form #contact ul li ::-ms-input-placeholder {
  color: #adadad;
}

#sections #form #contact ul li ::placeholder {
  color: #adadad;
}

#sections #form #contact ul li .placeholder::after {
  margin-bottom: 2px;
}

#sections #form #contact ul li button {
  padding: 14px 30px;
  color: #2e3236;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  float: left;
  transition: all 0.4s ease-out;
  background-size: 250% auto;
  border: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#346ace), color-stop(51%, #5bbfd1), to(#1fd14b));
  background-image: linear-gradient(90deg, #346ace 0%, #5bbfd1 51%, #1fd14b 100%);
}

#sections #form #contact ul li button:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-position: right center;
  color: #ffffff;
}

#sections #form #contact ::-webkit-input-placeholder {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #757575;
}

#sections #form #contact :-ms-input-placeholder {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #757575;
}

#sections #form #contact ::-ms-input-placeholder {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #757575;
}

#sections #form #contact ::placeholder {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #757575;
}

#sections #form #contact :focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#sections #form #contact :focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#sections #form #contact :focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#sections #form #contact :focus::placeholder {
  color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#sections #form #contact .input:focus + .label::after,
#sections #form #contact .input .label::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#sections #form #contact .required .input + .label::after,
#sections #form #contact .required .input--filled .label::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: red;
}

#sections #form .map-wrap {
  position: relative;
  height: 800px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 0;
}

#footer {
  position: relative;
  background: #222629;
  height: 50px;
  font-size: 15px;
  bottom: 0;
  color: white;
  text-align: center;
  line-height: 3.8em;
  z-index: 10;
}

#footer em {
  font-style: normal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#footer svg {
  position: relative;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    color: #c1272d;
  }
  20% {
    -webkit-transform: scale3d(1.25, 1.75, 1);
            transform: scale3d(1.25, 1.75, 1);
    color: #c1272d;
  }
  25% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  60% {
    color: #006a44;
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    color: #fdb913;
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    color: #c1272d;
  }
  20% {
    -webkit-transform: scale3d(1.25, 1.75, 1);
            transform: scale3d(1.25, 1.75, 1);
    color: #c1272d;
  }
  25% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  60% {
    color: #006a44;
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    color: #fdb913;
  }
}

@media screen and (max-width: 800px) {
  #header {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
  #main {
    left: 0;
    width: 100%;
  }
  #main .blast {
    font-size: 70%;
  }
  #sections #skilzzz {
    width: 100%;
    height: 80%;
  }
    #sections #skilzzz2 {
    width: 100%;
    height: 80%;
  }
  #sections #projects .project-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  #sections #projects .project-content .proCont {
    min-width: 50%;
    font-size: 65%;
  }
  #sections #projects .project-content .proCont .proContMask {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .btn--center {
    bottom: 5%;
    left: 33%;
}
  #sections #form {
    height: 100vh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sections #form .map-wrap {
    height: 100%;
    overflow: hidden;
    float: none;
    clear: both;
  }
  #sections #form .map-wrap #contact {
    width: auto;
    left: 50%;
    position: relative;
    top: 10px;
    bottom: 100px;
    padding: 0;
    height: auto;
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
    background-color: #22262900;
  }
  #sections #form .map-wrap #contact h2 h6{
    text-align: center;
  }
  #sections #form .map-wrap #contact ul {
    width: auto;
  }
  #sections #form .map-wrap #contact ul li button {
    float: right;
  }
}

/* OS X Dock */
  ul.osx-dock li a {
    display: block;
    height: 50px;
    padding: 0 1px;
    margin: 0;
    -webkit-transition: 0.15s linear;
    -webkit-transition-property: -webkit-transform margin;
    -webkit-box-reflect: below 2px; -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));
  }
   
  ul.osx-dock li a img {
    width: 48px;
  }

  ul li {
    padding-left: 0.30em;
}
   
  ul.osx-dock li:hover {
    margin-left: 9px; margin-right: 9px;
    z-index: 200;
  }
   
  ul.osx-dock li:hover a {
    -webkit-transform-origin: center bottom;
    -webkit-transform: scale(1.5);
  }
   
  ul.osx-dock li.nearby {
    margin-left: 6px; margin-right: 6px;
    z-index: 100;
  }
   
  ul.osx-dock li.nearby a {
    -webkit-transform-origin: center bottom;
    -webkit-transform: scale(1.25);
  }
   
  ul.osx-dock li span {
   background: rgba(0,0,0,0.75);
   position: absolute;
   bottom: 80px;
   margin: 0 auto;
   display: none;
   width: auto;
   font-size: 11px;
   font-weight: bold;
   padding: 3px 6px;
   -webkit-border-radius: 6px;
   color: #fff;
  }
   ul.osx-dock li:hover span {
   display: block;
  }     