/* FONTS
============================================================================= */
@font-face {
  font-family: 'Arivo';
  src: url("arvo-bold-webfont.eot");
  src: url("arvo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("arvo-bold-webfont.woff2") format("woff2"), url("arvo-bold-webfont.woff") format("woff"), url("arvo-bold-webfont.ttf") format("truetype"), url("arvo-bold-webfont.svg#arvobold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Arivo';
  src: url("arvo-bolditalic-webfont.eot");
  src: url("arvo-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("arvo-bolditalic-webfont.woff2") format("woff2"), url("arvo-bolditalic-webfont.woff") format("woff"), url("arvo-bolditalic-webfont.ttf") format("truetype"), url("arvo-bolditalic-webfont.svg#arvobold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Arivo';
  src: url("arvo-italic-webfont.eot");
  src: url("arvo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("arvo-italic-webfont.woff2") format("woff2"), url("arvo-italic-webfont.woff") format("woff"), url("arvo-italic-webfont.ttf") format("truetype"), url("arvo-italic-webfont.svg#arvoitalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Arivo';
  src: url("arvo-regular-webfont.eot");
  src: url("arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("arvo-regular-webfont.woff2") format("woff2"), url("arvo-regular-webfont.woff") format("woff"), url("arvo-regular-webfont.ttf") format("truetype"), url("arvo-regular-webfont.svg#arvoregular") format("svg");
  font-weight: 400;
  font-style: normal; }

/* BASE
============================================================================= */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #1e2454;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Arivo", Georgia, serif; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, p {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.8; }

h1 {
  font-size: 80px;
  line-height: 1.1; }
  @media screen and (max-width: 720px) {
    h1 {
      font-size: 40px; } }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  outline: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  height: 1em;
  vertical-align: middle; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

label {
  display: block;
  font-size: 26px; }
  label.error {
    display: none; }

.error {
  border-color: red !important; }

#notice span {
  margin: 20px;
  border: 5px solid #1e2454;
  color: #1e2454;
  display: block;
  padding: 10px 20px;
  font-size: 18px; }

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  border: 5px solid #1e2454;
  background-color: transparent;
  font-family: "Arivo", Georgia, serif;
  font-size: 24px;
  padding: 0.5em 1em;
  height: auto;
  box-sizing: border-box; }

input[type="text"],
input[type="email"] {
  width: 100%; }

input[type="submit"] {
  font-size: 30px;
  font-weight: 700; }
  input[type="submit"]:hover {
    background-color: #fcb042; }

textarea {
  width: 100%;
  min-height: 300px; }

.row {
  display: flex; }
  @media screen and (max-width: 750px) {
    .row {
      display: block; } }

.field {
  margin-bottom: 1em;
  flex: 1;
  padding: 0 20px; }

.gotop {
  display: none;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 1000; }
  @media screen and (max-width: 750px) {
    .gotop {
      top: auto;
      bottom: 30px; } }
  .gotop.show {
    display: block; }

.lang {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-bottom: -50px; }
  .lang a {
    display: inline-block;
    text-decoration: none;
    color: #1e2454;
    margin: 0 10px; }

/* CONTAINERS
============================================================================= */
.container {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box; }
  @media screen and (max-width: 1260px) {
    .container {
      margin-left: 30px;
      margin-right: 30px; } }

/* NAVIGATION
============================================================================= */
.navigation {
  margin-top: 70px;
  margin-bottom: 70px; }
  .navigation a {
    display: block;
    color: #1e2454;
    text-decoration: none;
    padding: 5px 15px; }
  .navigation ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: center; }
    .navigation ul li {
      border: 7px solid #1e2454;
      display: inline-block;
      margin: 20px; }
      .navigation ul li:nth-child(1) {
        transform: rotate(-2deg); }
        .navigation ul li:nth-child(1) a {
          transform: rotate(2deg); }
      .navigation ul li:nth-child(2) {
        transform: rotate(2deg); }
        .navigation ul li:nth-child(2) a {
          transform: rotate(-2deg); }
      .navigation ul li:nth-child(3) {
        transform: rotate(-1deg); }
        .navigation ul li:nth-child(3) a {
          transform: rotate(1deg); }
      .navigation ul li:nth-child(4) {
        transform: rotate(-1deg); }
        .navigation ul li:nth-child(4) a {
          transform: rotate(1deg); }
      .navigation ul li:nth-child(5) {
        transform: rotate(2deg); }
        .navigation ul li:nth-child(5) a {
          transform: rotate(-2deg); }
      .navigation ul li:hover {
        border-color: #fcb042; }

/* HEADER
============================================================================= */
.header {
  background-image: url(header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px; }
  @media screen and (max-width: 750px) {
    .header {
      padding-top: 50px;
      padding-bottom: 1px; } }
  .header .logo {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto; }

/* ABOUT
============================================================================= */
.about {
  padding: 50px 0; }
  .about .container {
    padding-left: 560px;
    background-image: url(about-bg.png);
    background-position: left center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 960px) {
      .about .container {
        padding-left: 0;
        background-image: none; } }
  .about p {
    font-size: 18px;
    font-weight: bold; }

/* SERVICES
============================================================================= */
.services {
  padding: 50px 0;
  background-color: #fafaf2;
  background-image: url(services-bg.png);
  background-repeat: no-repeat;
  background-position: right 250px; }
  .services h1 {
    margin-bottom: 110px; }
    @media screen and (max-width: 1000px) {
      .services h1 {
        margin-bottom: 50px; } }
  .services .services-list {
    display: flex;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .services .services-list {
        display: block; } }
  .services .col {
    min-height: 200px;
    width: px(1200/3); }
    @media screen and (max-width: 1000px) {
      .services .col {
        width: 100% !important; } }
  .services .col:nth-child(1) {
    border-top: 3px solid #1e2454;
    flex: 1; }
    @media screen and (max-width: 1000px) {
      .services .col:nth-child(1) {
        display: none; } }
  .services .col:nth-child(2) {
    border-left: 3px solid #1e2454;
    border-bottom: 3px solid #1e2454;
    width: 450px; }
    @media screen and (max-width: 1000px) {
      .services .col:nth-child(2) {
        border: none;
        margin: 0;
        padding: 0; } }
  .services .col:nth-child(3) {
    border-left: 3px solid #1e2454;
    border-top: 3px solid #1e2454;
    padding-top: 150px;
    margin-top: -150px;
    width: 400px; }
    @media screen and (max-width: 1000px) {
      .services .col:nth-child(3) {
        border: none;
        margin: 0;
        padding: 0; } }
  .services .col:nth-child(4) {
    border-left: 3px solid #1e2454;
    border-bottom: 3px solid #1e2454;
    margin-top: -150px;
    padding-top: 150px; }
    @media screen and (max-width: 1000px) {
      .services .col:nth-child(4) {
        border: none;
        margin: 0;
        padding: 0; } }
  .services .col:nth-child(5) {
    border-bottom: 3px solid #1e2454;
    flex: 1; }
    @media screen and (max-width: 1000px) {
      .services .col:nth-child(5) {
        display: none; } }
  .services ul {
    list-style-type: none;
    font-size: 28px;
    padding: 0;
    margin: 0;
    position: relative;
    left: -28px; }
    @media screen and (max-width: 960px) {
      .services ul {
        font-size: 18px; } }
  .services li {
    background-image: url(service-dot.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 90px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 150px;
    margin-top: 40px; }
    @media screen and (max-width: 1000px) {
      .services li {
        margin-top: 10;
        margin-bottom: 10px;
        margin-left: 60px;
        background-size: 25px;
        padding-left: 40px;
        background-position: left center; } }

/* PORTFOLIO
============================================================================= */
.portfolio {
  padding-top: 80px;
  padding-bottom: 220px;
  margin-top: 20px;
  background-color: white;
  background-image: url(portfolio-bg.png);
  background-repeat: no-repeat;
  background-position: right top; }
  .portfolio h1 {
    text-align: center;
    margin-bottom: 60px; }
  .portfolio img {
    vertical-align: bottom; }
  .portfolio .items {
    display: flex;
    flex-wrap: wrap; }
  .portfolio .item {
    width: 33.3333333333%;
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      .portfolio .item {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .portfolio .item {
        width: 100%; } }
    .portfolio .item:hover .overlay {
      top: 30%; }
    .portfolio .item a {
      display: block;
      position: relative;
      position: relative;
      overflow: hidden;
      margin: 20px; }
      @media screen and (max-width: 600px) {
        .portfolio .item a {
          margin: 5px; } }
  .portfolio .overlay {
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 50%;
    color: white;
    width: 360px;
    height: 360px;
    text-align: center;
    box-sizing: border-box;
    background-color: #1d2354;
    border-radius: 50%;
    transform: translate(-50%, 0);
    opacity: 0.8; }
    .portfolio .overlay span {
      position: absolute;
      top: 25%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 600px) {
        .portfolio .overlay span {
          top: 20%; } }

/* KONATAKT
============================================================================= */
.kontakt {
  padding: 50px 0;
  background-color: #fafaf2;
  background-image: url(kontakt-bg.png);
  background-repeat: no-repeat;
  background-position: left center; }
  .kontakt h1 {
    padding: 0 20px; }
  .kontakt .container {
    padding-left: 560px;
    background-position: left center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1200px) {
      .kontakt .container {
        padding-left: 0; } }
    @media screen and (max-width: 750px) {
      .kontakt .container {
        margin: 0; } }

/* KLIJENTI
============================================================================= */
.klijenti {
  padding: 50px; }
  @media screen and (max-width: 720px) {
    .klijenti {
      padding: 50px 0; } }
  .klijenti h1 {
    padding: 0 10px; }
  .klijenti .container {
    max-width: 960px; }
  .klijenti .list {
    display: flex;
    flex-wrap: wrap; }
  .klijenti .item {
    width: 20%;
    padding: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .klijenti .item {
        width: 50%; } }
  .klijenti img {
    border: 1px solid lightgray;
    vertical-align: bottom; }

.pre-footer {
  height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafaf2; }
  @media screen and (max-width: 960px) {
    .pre-footer {
      background-size: 80%;
      height: 400px; } }

/* BLOCKS
============================================================================= */
.block {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 150px;
  margin-bottom: 150px;
  transition: all 0.15s ease; }
  .block__border {
    border: 15px solid #1e2454;
    transition: all 0.15s ease; }
  .block__content {
    padding: 60px;
    transition: all 0.15s ease; }
    .block__content :first-child {
      margin-top: 0; }
  .block--apricot {
    background-color: #eb8c7a;
    transform: rotate(1deg) translate(-10px, 10px); }
    .block--apricot .block__border {
      transform: rotate(-1deg) translate(20px, -20px); }
  .block--half-baked {
    background-color: #8ccbd0;
    transform: translate(0px, 0px); }
    .block--half-baked .block__border {
      transform: rotate(-2deg) translate(-10px, -15px); }
    .block--half-baked .block__content {
      transform: rotate(2deg); }
  .block--yellow-orange {
    background-color: #fcb042; }
    .block--yellow-orange .block__border {
      transform: rotate(1deg) translate(-10px, 10px); }
    .block--yellow-orange .block__content {
      transform: rotate(-2deg); }
  .block--cloud-burst {
    background-color: #1e2454; }
  .block--white {
    background-color: #eee; }
    .block--white .block__border {
      transform: rotate(-1deg); }
    .block--white .block__content {
      transform: rotate(1deg); }
  .block:hover {
    transform: rotate(0deg) translate(0, 0); }
    .block:hover .block__border {
      transform: rotate(0deg) translate(0, 0) !important; }
    .block:hover .block__content {
      transform: rotate(0deg) translate(0, 0) !important; }

/* FOOTER
============================================================================= */
footer {
  background-color: #1e2454;
  color: white;
  padding: 60px 0;
  font-size: 21px;
  line-height: 2; }
  footer h3 {
    font-size: 32px;
    margin: 0; }
  footer small {
    font-size: 50%; }
    @media screen and (max-width: 400px) {
      footer small {
        display: block;
        margin-bottom: 20px; } }
  footer .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      footer .container {
        display: block;
        text-align: center; } }
  footer .col:last-child {
    text-align: center; }
    @media screen and (max-width: 750px) {
      footer .col:last-child {
        margin-top: 50px; } }
    footer .col:last-child img {
      display: inline-block;
      margin: 0 20px 20px 20px; }
      @media screen and (max-width: 750px) {
        footer .col:last-child img {
          margin: 0 5px 5px 5px; } }
  footer a {
    color: white;
    text-decoration: none; }
