body {
  margin-top: 5vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#index-body {
  margin-top: 0; }

#index-main {
  height: 100vh;
  overflow: hidden; }

.img-h1-package {
  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;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: -20px;
  opacity: 0; }

#index-img {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6); }

.veliki-nav a {
  text-decoration: none; }
.veliki-nav .active {
  font-weight: bold; }
.veliki-nav .works-button-a {
  text-decoration: none;
  color: #333; }
.veliki-nav .work-link {
  position: relative;
  text-decoration: none;
  font-family: 'Titillium Web', sans-serif;
  line-height: 40px;
  color: #333; }
.veliki-nav .navigation-container p:hover {
  cursor: pointer; }

.saki_koulos_h1 {
  color: #333; }

.mali-nav button {
  border: none;
  outline: none;
  background-color: white; }
.mali-nav button:focus {
  outline: none; }
.mali-nav .hamburger img {
  width: 30px; }
.mali-nav a {
  text-decoration: none;
  color: #333; }

.ime {
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600; }

.navigation-container p {
  font-family: 'Titillium Web', sans-serif;
  line-height: 40px; }

ul {
  padding-left: 0;
  list-style: none; }
  ul li {
    text-decoration: none; }

.works-container {
  position: relative;
  left: 20px;
  opacity: 0; }

main {
  height: 100vh; }
  main .works-container {
    height: 100%; }

.single-work-container blockquote p {
  font-size: 11px; }
.single-work-container #p-fragments-under-yours {
  font-size: 10px; }
.single-work-container img {
  width: 100%;
  height: auto; }

.about-container {
  position: absolute;
  top: 0;
  z-index: -10; }
  .about-container .about {
    left: 30px;
    opacity: 0; }
    .about-container .about p {
      font-family: 'Titillium Web', sans-serif;
      font-size: 16px;
      line-height: 30px; }

.contact-container {
  position: relative;
  left: 20px;
  z-index: 10000; }
  .contact-container .social {
    display: block;
    margin-bottom: 16px; }
    .contact-container .social img {
      margin-right: 16px; }
  .contact-container a {
    text-decoration: none; }
    .contact-container a span {
      color: #333; }
      .contact-container a span:hover {
        font-weight: 600; }

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