@font-face {
    font-family: Neue Plak;
    src: url(../fonts/Neue\ Plak\ Regular.ttf);
}

@font-face {
    font-family: Neue SemiBold;
    src: url(../fonts/Neue\ Plak\ Extended\ SemiBold.ttf);
}

@font-face {
    font-family: Neue Extended;
    src: url(../fonts/Neue\ Plak\ Extended\ Regular.ttf);
}

@font-face {
    font-family: Neue Extended Bold;
    src: url(../fonts/Neue\ Plak\ Extended\ Bold.ttf);
}

body{
    background-color: #f7f6f1;
    font-family: Neue Plak;
    margin: 0;
    padding: 0;
    height: 1000px;
    position: relative;
}

p{
    cursor: default;
    margin: 0;
}

footer{
    justify-content: space-between;
    align-items: end;
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 130px;
    background-color: #3C2415;
    padding-bottom: 20px;
    padding-right: 30px;
    font-family: Neue Extended;
  }

  .kontakt-container{
    margin-left: 30px;
    color: white;
    font-size: 17px;
    
  }

  .broj-a{
    text-decoration: none;
    color: white;
  }

  .broj-p:hover{
    color: #D6C87E;
  }

  .broj-p{
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
  }

  .kontakt-p{
    font-family: Neue Extended Bold;
    margin-bottom: 27px;
    color: #D6C87E;
  }

  .social-media-icon{
    height: 40px;
    margin-right: 20px;
  }

  .e-mail-icon{
    height: 35px;
    padding-bottom: 3px;
  }

  .social-media-container img{
    cursor: pointer;
    transition: 0.3s linear;
  }

  .social-media-container a{
    text-decoration: none;
  }

  .social-media-container img:hover{
    transform: scale(1.1);
  }

  .name-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #D6C87E;
    font-size: 21px;
    font-family: Neue Plak;
  }


@media only screen and (max-width: 850px) {
    
    .kontakt-container{
        font-size: 14px;
    }

    .kontakt-p{
        margin-bottom: 20px;
    }

    .social-media-icon{
        height: 30px;
        margin-right: 15px;
    }

    .e-mail-icon{
        height: 27px;
    }

    .name-container{
        font-size: 17px;
    }

    footer{
        height: 110px;
    }
  }


  @media only screen and (max-width: 580px) {
    
    .kontakt-container{
        font-size: 12px;
    }

    .kontakt-p{
        margin-bottom: 15px;
    }

    .social-media-icon{
        height: 25px;
        margin-right: 10px;
    }

    .e-mail-icon{
        height: 23px;
    }

    .name-container{
        font-size: 15px;
    }

    footer{
        height: 90px;
    }
  }

  @media only screen and (max-width: 510px) {
    
    .kontakt-container{
        font-size: 13px;
    }

    .name-container{
        display: none;
    }
  }

  @media only screen and (max-width: 510px) {
    
    .kontakt-container{
        font-size: 13px;
        margin-left: 20px;
    }
    
    .name-container{
        display: none;
    }

    footer{
        padding-right: 20px;
    }
  }

  @media only screen and (max-width: 340px) {
    
    /* .e-mail-icon{
        display: none;
    } */

    footer{
        padding-right: 10px;
    }

    .social-media-icon{
        margin-right: 7px;
    }
  }