* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Lusitana', serif;
}

body {
  background-color: black;
}

h1, h2, h3, h4, h5 {
  color: white;
  font-family: 'Staatliches', cursive;
}

a {
  outline: 0;
}

#desktop_nav {
  position: fixed;
  height: 45px;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: black;
}

#desktop_nav ul {
  list-style-type: none;
  margin-left: 10%;
}

#desktop_nav ul li {
  display: inline-block;
}

#desktop_nav ul li a {
  position: relative;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-family: "Staatliches", cursive;
}

#desktop_nav ul li a:hover {
  color: #fff4df;
}

#gallery_nav {
  position: fixed;
  height: 45px;
  top: 45px;
  width: 100%;
  z-index: 9;
  background-color: black;
}

#gallery_nav ul {
  list-style-type: none;
  margin-left: 10%;
}

#gallery_nav ul li {
  display: inline-block;
}

#gallery_nav ul li a {
  position: relative;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-family: "Staatliches", cursive;
}

#gallery_nav ul li a:hover {
  color: #fff4df;
}

.yellow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: wheat !important;
}

.header_pos {
  position: fixed;
  top: 85vh;
  background-color: #111;
  padding: 10px 30px;
  -webkit-transform: skew(-20deg, 0deg) translate(-50%, -50%);
          transform: skew(-20deg, 0deg) translate(-50%, -50%);
  border-radius: 20px;
  opacity: 0.85;
}

.slice_div {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-filter: grayscale(100%) brightness(50%);
          filter: grayscale(100%) brightness(50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 28pt;
}

.slice_div:hover {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
}

#models {
  -webkit-clip-path: polygon(0 0, 39% 0, 19% 100%, 0% 100%);
          clip-path: polygon(0 0, 39% 0, 19% 100%, 0% 100%);
  background: url("../images/DSC_0175.jpg");
}

#models:hover {
  font-size: 38pt;
}

#models h2 {
  left: 10%;
}

#cars {
  -webkit-clip-path: polygon(41% 0, 79% 0, 59% 100%, 21% 100%);
          clip-path: polygon(41% 0, 79% 0, 59% 100%, 21% 100%);
  background: url("../images/DSC_0118.jpg");
}

#cars:hover {
  font-size: 38pt;
}

#cars h2 {
  left: 43%;
}

#environment {
  -webkit-clip-path: polygon(81% 0, 100% 0, 100% 100%, 61% 100%);
          clip-path: polygon(81% 0, 100% 0, 100% 100%, 61% 100%);
  background: url("../images/DSC_0106.jpg");
}

#environment:hover {
  font-size: 38pt;
}

#environment h2 {
  left: 80%;
}

#separator1 {
  -webkit-clip-path: polygon(39% 0, 41% 0, 21% 100%, 19% 100%);
          clip-path: polygon(39% 0, 41% 0, 21% 100%, 19% 100%);
}

#separator2 {
  -webkit-clip-path: polygon(79% 0, 81% 0, 61% 100%, 59% 100%);
          clip-path: polygon(79% 0, 81% 0, 61% 100%, 59% 100%);
}

.separator {
  background-color: #111;
  height: 100vh;
  width: 100%;
  position: fixed;
}

#padding_top {
  height: 90px;
  width: 100%;
  background-color: black;
}

#main_container {
  width: 100%;
  text-align: center;
}

#main_container h1 {
  clear: both;
  font-size: 48pt;
}

#main_container img {
  float: left;
  width: 20%;
  -webkit-filter: grayscale(70%) brightness(70%);
          filter: grayscale(70%) brightness(70%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#main_container img:hover {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
  cursor: pointer;
}

#back {
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 5rem;
  font-family: "Staatliches", cursive;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#back:hover {
  color: #fff4df;
}

#back_div {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 50px 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 1200px;
}

#close {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

#close:hover {
  cursor: pointer;
}

.slides {
  display: none;
}

.slides img {
  width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 48pt;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.prev:hover,
.next:hover {
  color: wheat;
}

/* Position the "next button" to the right */
.next {
  right: -100px;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: -100px;
}

#footer {
  width: 100%;
  height: 30vh;
  background-color: #080808;
}

#footer_main {
  width: 80%;
  height: 27vh;
  margin: 0 auto;
}

#footer_main .footer_section {
  width: 33.33%;
  text-align: center;
  color: #ebebeb;
  float: left;
}

.footer_header {
  font-family: "Staatliches", cursive;
  font-size: 2rem;
  padding-top: 10%;
}

#follow_me {
  width: 90%;
  margin: 0 auto;
}

#follow_me ul {
  list-style-type: none;
  text-align: center;
  margin-top: 20px;
}

#follow_me ul li {
  margin: 0 2%;
  display: inline-block;
}

#footer_nav {
  width: 90%;
  margin: 0 auto;
}

#footer_nav ul {
  list-style-type: none;
  text-align: center;
}

#footer_nav ul li {
  margin: 0 2%;
  display: inline-block;
}

#footer_nav ul li a {
  color: wheat;
  cursor: pointer;
  border-bottom: dotted wheat 2px;
  font-size: 16pt;
  line-height: 2;
  text-decoration: none;
}

#footer_nav ul li a:hover {
  color: white;
  border-bottom: solid white 1px;
}

#footer_contact {
  width: 90%;
  margin: 0 auto;
}

#footer_contact ul {
  list-style-type: none;
  text-align: center;
  margin-left: 10%;
}

#footer_contact ul li {
  margin: 0 auto;
  float: left;
}

#footer_contact ul li p {
  font-family: "Staatliches", cursive;
  font-size: 18pt;
  float: left;
  line-height: 1.5;
}

#footer_contact ul li a {
  color: wheat;
  cursor: pointer;
  font-size: 14pt;
  line-height: 2;
  text-decoration: none;
  float: left;
}

#footer_contact ul li a:hover {
  color: white;
}

#footer_copyright {
  width: 100%;
  height: 3vh;
  background-color: black;
  text-align: center;
  color: #ebebeb;
  font-size: 13pt;
  clear: both;
}

#footer_copyright a {
  color: wheat;
  cursor: pointer;
  border-bottom: dotted wheat 2px;
  text-decoration: none;
}

#footer_copyright a:hover {
  color: white;
  border-bottom: solid white 1px;
}

.fa {
  padding: 20px;
  font-size: 30px !important;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #f40083;
  color: white;
}

#mobile_nav {
  display: none;
}

/*================================================================================================================== MOBILNI*/
@media only screen and (max-width: 479px) {
  #desktop_nav {
    display: none;
  }
  #mobile_nav {
    display: block;
    width: 100%;
    height: 62px;
    background-color: black;
    position: fixed;
    z-index: 10;
  }
  #mobile_nav #toggle_nav {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    font-size: 48pt;
    font-weight: bold;
    line-height: 1;
    color: #ebebeb;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #mobile_nav #toggle_nav:hover {
    color: #fff4df !important;
  }
  .on {
    -webkit-transform: rotateZ(-45deg) translate(-50%, -50%) !important;
            transform: rotateZ(-45deg) translate(-50%, -50%) !important;
  }
  .off {
    -webkit-transform: rotateZ(0deg) translate(0%, -50%) !important;
            transform: rotateZ(0deg) translate(0%, -50%) !important;
  }
  #mobile_ul {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: black;
  }
  #mobile_ul li {
    float: left;
    width: 100%;
    text-align: center;
    height: 8vh;
  }
  #mobile_ul li a {
    text-decoration: none;
    color: #ebebeb;
    font-size: 36pt;
    font-family: 'Staatliches', cursive;
  }
  #mobile_ul li a:hover {
    color: #fff4df;
  }
  #gallery_nav {
    top: 62px;
  }
  #gallery_nav ul {
    margin-left: 0%;
  }
  #gallery_nav ul li a {
    font-size: 1.7rem;
  }
  #back {
    font-size: 3rem;
  }
  .slice_div {
    height: 50vh;
    position: relative;
    -webkit-filter: grayscale(0%) brightness(100%);
            filter: grayscale(0%) brightness(100%);
    top: 62px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #models {
    background-position: left !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #models:hover {
    font-size: 2rem;
  }
  #models h2 {
    left: 45%;
    top: 42vh;
  }
  #cars {
    -webkit-clip-path: none;
            clip-path: none;
  }
  #cars:hover {
    font-size: 2rem;
  }
  #cars h2 {
    left: 45%;
    top: 42vh;
  }
  #environment {
    background-position: right !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #environment:hover {
    font-size: 2rem;
  }
  #environment h2 {
    left: 45%;
    top: 42vh;
  }
  #separator1 {
    -webkit-clip-path: none;
            clip-path: none;
    display: none;
  }
  #separator2 {
    -webkit-clip-path: none;
            clip-path: none;
    display: none;
  }
  #padding_top {
    height: 107px;
  }
  #main_container img {
    margin-bottom: 5px;
    width: 100%;
    -webkit-filter: grayscale(0%) brightness(100%);
            filter: grayscale(0%) brightness(100%);
  }
  .modal {
    display: none !important;
    position: fixed;
    z-index: -5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 1200px;
  }
  #close {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
  #close:hover {
    cursor: pointer;
  }
  .slides {
    display: none;
  }
  .slides img {
    width: 100%;
  }
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 48pt;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .prev:hover,
  .next:hover {
    color: wheat;
  }
  /* Position the "next button" to the right */
  .next {
    right: -100px;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: -100px;
  }
  #footer {
    height: 75vh;
  }
  #footer_main {
    width: 90%;
    height: 72vh;
  }
  #footer_main .footer_section {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer_header {
    font-size: 2rem;
  }
  #footer_nav {
    width: 70%;
  }
  #follow_me {
    width: 70%;
  }
  #footer_nav {
    width: 70%;
  }
  #footer_nav ul li a {
    font-size: 14pt;
  }
  #footer_contact {
    width: 70%;
    margin: 0 auto;
  }
  #footer_contact ul {
    padding-top: 20px;
  }
  #footer_contact ul li {
    float: left;
    width: 100%;
  }
  #footer_contact ul li p {
    line-height: 1;
    width: 100%;
    font-size: 16pt;
  }
  #footer_contact ul li a {
    font-size: 14pt;
  }
  #footer_copyright {
    font-size: 12pt;
    height: 3vh;
  }
}

/*================================================================================================================== TABLET*/
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #desktop_nav {
    display: none;
  }
  #mobile_nav {
    display: block;
    width: 100%;
    height: 62px;
    background-color: black;
    position: fixed;
    z-index: 10;
  }
  #mobile_nav #toggle_nav {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    font-size: 48pt;
    font-weight: bold;
    line-height: 1;
    color: #ebebeb;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #mobile_nav #toggle_nav:hover {
    color: #fff4df !important;
  }
  .on {
    -webkit-transform: rotateZ(-45deg) translate(-50%, -50%) !important;
            transform: rotateZ(-45deg) translate(-50%, -50%) !important;
  }
  .off {
    -webkit-transform: rotateZ(0deg) translate(0%, -50%) !important;
            transform: rotateZ(0deg) translate(0%, -50%) !important;
  }
  #mobile_ul {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: black;
  }
  #mobile_ul li {
    float: left;
    width: 100%;
    text-align: center;
    height: 10vh;
  }
  #mobile_ul li a {
    text-decoration: none;
    color: #ebebeb;
    font-size: 36pt;
    font-family: 'Staatliches', cursive;
  }
  #mobile_ul li a:hover {
    color: #fff4df;
  }
  #gallery_nav {
    top: 62px;
  }
  #back {
    font-size: 4rem;
  }
  .slice_div {
    height: 50vh;
    position: relative;
    -webkit-filter: grayscale(0%) brightness(100%);
            filter: grayscale(0%) brightness(100%);
    top: 62px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #models {
    background-position: left !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #models:hover {
    font-size: 2rem;
  }
  #models h2 {
    left: 45%;
    top: 42vh;
  }
  #cars {
    -webkit-clip-path: none;
            clip-path: none;
  }
  #cars:hover {
    font-size: 2rem;
  }
  #cars h2 {
    left: 45%;
    top: 42vh;
  }
  #environment {
    background-position: right !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #environment:hover {
    font-size: 2rem;
  }
  #environment h2 {
    left: 45%;
    top: 42vh;
  }
  #separator1 {
    -webkit-clip-path: none;
            clip-path: none;
    display: none;
  }
  #separator2 {
    -webkit-clip-path: none;
            clip-path: none;
    display: none;
  }
  #padding_top {
    height: 107px;
  }
  #main_container img {
    margin-bottom: 5px;
    width: 50%;
    -webkit-filter: grayscale(0%) brightness(100%);
            filter: grayscale(0%) brightness(100%);
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal-content {
    width: 95%;
  }
  .prev,
  .next {
    font-size: 32pt;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .next {
    right: 0px;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 0px;
  }
  #footer {
    height: 75vh;
  }
  #footer_main {
    width: 90%;
    height: 72vh;
  }
  #footer_main .footer_section {
    width: 100%;
  }
  .footer_header {
    font-size: 3rem;
  }
  #footer_nav {
    width: 70%;
  }
  #footer_contact {
    width: 70%;
    margin: 0 auto;
  }
  #footer_contact ul {
    margin-left: 20%;
  }
  #footer_contact ul li p {
    line-height: 2;
  }
  #footer_copyright {
    height: 3vh;
  }
}

/*================================================================================================================== LAPTOP*/
@media only screen and (min-width: 800px) and (max-width: 1279px) {
  #desktop_nav ul {
    margin-left: 0%;
  }
  #desktop_nav ul li a {
    font-size: 1.7rem;
  }
  #main_container img {
    width: 25%;
  }
  #gallery_nav ul li a {
    font-size: 1.7rem;
  }
  .modal {
    padding-top: 110px;
  }
  .modal-content {
    width: 90%;
  }
  .prev,
  .next {
    font-size: 32pt;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .next {
    right: 0px;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 0px;
  }
  #footer {
    height: 37vh;
  }
  #footer_main {
    width: 90%;
    height: 34vh;
  }
  #footer_nav ul {
    margin-top: 20px;
  }
  #footer_contact ul {
    margin-top: 20px;
  }
  #footer_contact ul li {
    float: left;
    width: 100%;
  }
  #footer_contact ul li p {
    line-height: 1;
    width: 100%;
    font-size: 18pt;
  }
}

/*================================================================================================================== LAPTOP*/
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  #footer_main {
    width: 90%;
    height: 26vh;
  }
  .footer_header {
    padding-top: 5%;
  }
}
/*# sourceMappingURL=main.css.map */