@import url('https://fonts.googleapis.com/css?family=Montserrat:500');

body{
  margin: 0;
  padding: 0;
  background-image: url('../img/4.jpg');
  background-size: cover;
  background-color: #24252a;
  background-position: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}

li, a, button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}

header p
{
    color: #edf0f1;
    font-family: 'Montserrat';
    margin-right: auto;
    font-size: 24px;
}

.logo {
  cursor: pointer;
  height: 90px;
  
}

.logo-link {
  margin-right: 2%;
}

.plogo {
  height: 70px;
}

#plogoresp {
  margin-right: 30px;
}

#plogoresp1 {
  margin-right: 30px;
}

#plogoresp2 {
  margin-right: 30px;
}

.logo {
  cursor: pointer;
}



header {
  display: flex;
  justify-content: flex-end;
  align-items:center;
  padding: 30px 4%;
  background-color: #24252ad8;
}

.logo {
  cursor: pointer;
  margin-right: 5%;
}

.nav_links {
  list-style: none;
  padding: 0;
}

.nav_links li{
  display: inline-block;
  padding: 0 10px;
}

.nav_links li a{
  transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
  color:rgb(145, 142, 3);
}

button {
  margin-left: 30px;
  padding: 9px 25px;
  background-color: rgb(169, 166, 0);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

button:hover
{
  background-color: rgb(145, 142, 3);
}

main {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

main p
{
    color:  #edf0f1;
    font-family: 'Montserrat';
    margin-right: auto;
    font-size: 46px;
    text-align: center;
    
}

main button {
    padding: 18px 50px;
    background-color:  rgb(169, 166, 0);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

#info 
{
    display: flex;
    align-items: center;
    flex-direction: column;    
    padding-bottom: 6%;
    width: 40%;
    height: 70%;
}


footer {
    width: 100%;
    background-color: #24252a;
    color: #edf0f1;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.patroni {
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
}

.patroni p {
  color: #24252a;
  margin: 15px;
}

#patroni-napis {
  font-size: 2em;
}

.patroni-imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.link {
  padding: 0 10px;
}