@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@font-face {
  font-family: "Typo";
  src: url("Typo_Round_Bold_Demo.otf");
}

body {
  margin: 0;
  padding: 0;
  background-color: aquamarine;
}

li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: aliceblue;
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  background-color: #24252A;
}

#logofont {
  height: 25px;
}

.nav_links {
  list-style: none;
}

.nav_links li {
  display: inline-block;
  padding: 0 20px;
}

.nav_links li a {
  transition: 0.3s ease;
}

.nav_links li a:hover {
  color: darkcyan;
}

.naslovnica {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url(One.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.naslov {
  margin: 150px 100px 100px 100px;
  font-size: 200%;
  color: aliceblue;
}

.paragraf {
  max-width: 40%;
  font-size: large;
  margin-left: 100px;
  padding-bottom: 75px;
}

.paragrafdva {
  min-width: 40%;
  font-size: large;
  margin-left: 0px;
  padding-bottom: 75px;
  font-family: "Typo";
}

.paragraf,
.naslov,
.naslovdva,
.naslovtri,
.upit,
.naslovcetiri {
  font-family: "Typo";
}

.naslovdva {
  color: #24252A;
  margin: 150px 100px 100px 0px;
  font-size: 320%;
}

#sekcijadva {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#sekcijadva div {
  display: flex;
  flex-direction: column;
  width: 44vw;
}

#sekcijadva img {
  width: 45vw;
  height: auto;
}

.razmak {
  height: 100px;
}

.razmakdva {
  height: 50px;
}

.razmaktri {
  height: 50px;
}

.naslovtri {
  color: #24252A;
  padding: 100px;
  font-size: 320%;
}
.naslovcetiri {
  color: #24252A;
  padding: 100px;
  font-size: 320%;
}
.layout {
    padding-top: 200px;
}

iframe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 100px 100px 250px;

}

#video {
  background-image: url(Three.png);
  background-repeat: no-repeat;
}

.upit {
  color: #24252A;
  padding-left: 100px;
  font-size: 33px;
  margin-top: 0px;
  margin-bottom: 100px;
}

form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.form {
  background-color: rgba(51, 121, 121, 0.55);
  border-radius: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}

label {
  font-family: "Typo";
  font-size: medium;
  padding-bottom: 20px;
}

input {
  border: #24252A 1px solid;
  font-family: "Typo";
  border-radius: 15px;
  padding: 5px;
}

textarea {
  border: #24252A 1px solid;
  font-family: "Typo";
  border-radius: 15px;
}

.razmakzadnji {
  height: 150px;
}

.fontt {
  font-family: "Typo";
  font-size: small;
  color: aliceblue;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  background-color: #24252A;
}

#kontakt {
  background-image: url(Four.png);
}

.my-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #a5f830;
  color: #24252A;
  border: none;
  border-radius: 50%;
  padding: 10px 14px 10px 14px;
  cursor: pointer;
  font-size: 20px;
}
#toggle {
  display: none;
}


@media (max-width: 600px) {
  .my-button {
    padding: 8px;
    font-size: 14px;
}
  .videoklik {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
  .videoklik iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}
  .naslovcetiri {
  color: #24252A;
  padding: 100px;
  font-size: 320%;
}
  iframe {
    margin-left: 150px;
    margin-top: 0px;
  }
  .naslovtri{
    padding-bottom: 0px;
    padding-left: 200px;
    
  }
  .layout {
    padding-top: 250px;
  }
  header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px ;
    padding-bottom: 15px;
    background-color: #24252A;
  }
  #logofont {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  li a {
    align-self: flex-start;
  }
  .naslovdva {
    font-size: 300%;
  }  
  li {
    margin-bottom: 8px;
  }
}
@media (max-width: 1200px) {
  iframe {
    overflow: hidden;
    width: fit-content;
    height: fit-content;
  }
}
@media (min-width: 1200px){
  iframe {
    overflow: hidden;
  }
}