* {
  margin: 0;
  padding: 0; }

html {
  background-color: #AD6519; }

body {
  opacity: 1;
  transition: 5s opacity;
  z-index: 10000000; }

body.fade-out {
  opacity: 0;
  transition: none;
  z-index: auto; }

#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0; }
  #menu li {
    display: inline-block;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700; }
    #menu li a {
      padding: 10px;
      display: block;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'lato';
      font-weight: 700;
      color: #fff; }
      #menu li a:after {
        content: '';
        width: 0%;
        transition: all 0.3s ease;
        left: 50%; }
      #menu li a:before {
        content: '';
        width: 0%;
        transition: all 0.3s ease;
        left: 50%; }
      #menu li a:hover:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        background: #FFf;
        height: 3px;
        width: 50%; }
      #menu li a:hover:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #FFf;
        height: 3px;
        width: 50%; }
    #menu li.active a:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      background: #FFf;
      height: 3px;
      width: 50%; }
    #menu li.active a:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #FFf;
      height: 3px;
      width: 50%; }

#myVideo {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover; }

.section1style {
  background-color: rgba(173, 101, 25, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0; }

.title {
  position: absolute;
  z-index: 1000;
  width: 100%;
  display: block;
  top: 20%;
  text-align: center; }
  .title h1 {
    text-align: center;
    font-family: 'lato';
    font-size: 72px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .title .type {
    display: inline-block;
    font-family: 'lato';
    font-size: 30px;
    font-weight: 700;
    color: white; }
  .title .typed-cursor {
    color: white;
    font-size: 30px;
    font-wight: 700; }

.wrap {
  position: absolute;
  z-index: 10000;
  top: 60%;
  left: 50%;
  margin-top: -86px;
  margin-left: -89px;
  text-align: center; }
  .wrap a {
    -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    display: block;
    margin: 20px auto;
    max-width: 180px;
    text-decoration: none;
    border-radius: 4px;
    padding: 35px;
    font-family: 'lato';
    font-size: 30px;
    font-weight: 900; }
  .wrap a.button {
    color: rgba(30, 22, 54, 0.6);
    box-shadow: white 0 0px 0px 2px inset; }
  .wrap a.button:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(171, 168, 181, 0.67) 0 0px 0px 60px inset; }

#section2 {
  background: url(../new-images/code.jpg) center center no-repeat;
  background-size: cover; }

.aboutMe {
  font-size: 43px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'lato';
  text-decoration: none;
  color: #231F20;
  text-align: center;
  padding: 24vh 0 30px; }

.face-lockup {
  max-width: 789px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9; }
  .face-lockup .face-img {
    width: 200px;
    height: 200px;
    order: 3;
    background: url(../new-images/2.png) center center;
    background-size: 200px; }

.icon-html {
  order: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .icon-html img {
    width: 100px;
    height: 100px; }

.icon-css {
  order: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .icon-css img {
    width: 100px;
    height: 100px; }

.icon-javascript {
  order: 4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .icon-javascript img {
    width: 100px;
    height: 100px; }

.icon-api {
  order: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .icon-api img {
    width: 100px;
    height: 100px; }

p {
  color: #231F20; }

.blurb {
  max-width: 620px;
  padding: 0 20px;
  margin: 50px auto;
  font-size: 30px;
  font-family: 'Open sans';
  text-align: center;
  font-weight: 300;
  color: red; }

@media screen and (max-width: 768px) {
  #menu li a {
    padding: 7px 6px; }
  .title h1 {
    font-size: 51px; }
  .wrap {
    top: 83%; }
  .aboutMe {
    padding: 22px;
    margin-top: 77px; }
  .icon-html img, .icon-api img, .icon-javascript img, .icon-css img {
    width: 65px;
    height: 65px; }
  .blurb {
    font-size: 20px;
    margin: 10px auto;
    margin-bottom: 50px; }
  .face-lockup {
    display: block;
    text-align: center; }
    .face-lockup div {
      display: inline-block; }
    .face-lockup .face-img {
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      width: auto;
      margin-bottom: 30px; }
    .face-lockup [class^='icon-'] {
      margin: 10px; } }

@media screen and (max-width: 600px) {
  #menu {
    display: none; }
  video {
    display: none; }
  #section1 {
    background: url(../new-images/headerBg.png) no-repeat;
    background-position: 80% center; } }

.projekty h1 {
  vertical-align: top;
  text-align: center;
  margin-top: 50px;
  font-family: 'lato';
  font-size: 4em;
  font-weight: 700;
  color: #ebe7db; }

.grid {
  padding: 20px 20px 50px 20px;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: center; }
  .grid li {
    display: inline-block;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative; }
  .grid figure {
    margin: 0;
    position: relative; }
    .grid figure img {
      max-width: 100%;
      display: block;
      position: relative; }
  .grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #FF9700;
    color: #ebe7db;
    font-family: 'lato';
    text-transform: uppercase; }
    .grid figcaption h3 {
      margin: 0;
      padding: 0;
      color: #ebe7db; }
    .grid figcaption p {
      margin-top: 5px;
      font-family: 'lato';
      text-transform: none; }
    .grid figcaption a {
      position: initial !important;
      text-align: center;
      padding: 5px 10px;
      border-radius: 2px;
      display: inline-block;
      background: #231F20;
      color: #ebe7db;
      margin: 30px 0px; }

@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 50px 10px; }
    .grid li {
      width: 100%;
      min-width: 300px;
      padding: 0; } }

.cs-style-3 figure {
  overflow: hidden; }

.cs-style-3 figure img {
  transition: transform 0.4s; }

.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
  transform: translateY(-50px); }

.cs-style-3 figcaption {
  height: 100px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.no-touch .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.4s, opacity 0.1s;
  width: 360px; }

.cs-style-3 figcaption a {
  position: relative;
  bottom: -50px;
  text-decoration: none; }
  .cs-style-3 figcaption a:hover {
    color: #FF9700; }

.link-2 {
  margin-left: 10px; }

@media screen and (max-width: 320px) {
  .link-1 {
    left: 0px; }
  .link-2 {
    left: 0px; }
  figcaption {
    width: 378px !important; } }

@media screen and (max-width: 300px) {
  .link-2 {
    z-index: 1000;
    bottom: -21px !important; } }

.social-links {
  max-width: 700px;
  margin: 15px auto 50px;
  display: flex;
  justify-content: space-around; }
  .social-links a {
    display: block;
    text-decoration: none;
    background: #FF9700;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 37px;
    transition: all 0.15s ease-out 0s; }
    .social-links a:hover {
      transform: scale(1.4); }

#map {
  height: 100%;
  width: 50%;
  float: right; }

a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"], a[href^="https://www.google.com/maps"] {
  display: none !important; }

.gmnoprint:not(.gm-bundled-control) {
  display: none; }

.gm-bundled-control .gmnoprint {
  display: block; }

.text-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column; }
  .text-contact h1 {
    font-family: 'lato';
    color: #231F20;
    font-size: 4em; }
  .text-contact .social-links-contact {
    display: flex;
    max-width: 700px;
    margin: 15px auto 50px; }
    .text-contact .social-links-contact a {
      display: block;
      margin: 30px;
      text-decoration: none;
      background: #FF9700;
      width: 80px;
      height: 80px;
      text-align: center;
      line-height: 80px;
      color: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-size: 37px;
      transition: all 0.15s ease-out 0s; }
      .text-contact .social-links-contact a:hover {
        transform: scale(1.4); }

.title-contact {
  position: absolute;
  top: 60px;
  font-size: 4em;
  font-weight: 700; }

.contact-background {
  background: linear-gradient(229deg, #ebe7db, #ad6519, #231f20);
  background-size: 600% 600%;
  -webkit-animation: contact-background 15s ease infinite;
  -moz-animation: contact-background 15s ease infinite;
  -o-animation: contact-background 15s ease infinite;
  animation: contact-background 15s ease infinite; }

@-webkit-keyframes contact-background {
  0% {
    background-position: 84% 0%; }
  50% {
    background-position: 17% 100%; }
  100% {
    background-position: 84% 0%; } }

@-moz-keyframes contact-background {
  0% {
    background-position: 84% 0%; }
  50% {
    background-position: 17% 100%; }
  100% {
    background-position: 84% 0%; } }

@-o-keyframes contact-background {
  0% {
    background-position: 84% 0%; }
  50% {
    background-position: 17% 100%; }
  100% {
    background-position: 84% 0%; } }

@keyframes contact-background {
  0% {
    background-position: 84% 0%; }
  50% {
    background-position: 17% 100%; }
  100% {
    background-position: 84% 0%; } }

@media screen and (max-width: 780px) {
  #map {
    display: none; }
  .text-contact {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .text-contact h1 {
      margin-left: 0px; }
    .text-contact .e-mail {
      font-size: 30px !important; }
    .text-contact .social-links-contact a {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

@media screen and (max-width: 1260px) {
  .text-contact .e-mail {
    font-size: 50px; } }

@media screen and (max-width: 977px) {
  .text-contact .e-mail {
    font-size: 40px; } }

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