
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&display=swap');


  body{
    font-family: 'Montserrat', sans-serif;
    background-color: 	#fff5f0;
    color: #0d0d0d;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  *{
    margin: 0;
	padding: 0;
	box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


header{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 100px;
    height: 8%;
}

header .logo_text{
    position: relative;
    color: #f3f3f3;
   font-size: 40px;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;

}

header ul{
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 10%;
    left: 22%;
}

header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #f3f3f3;
    font-size: 25px;
}




.head_cap{
    position: absolute;
	bottom: 75%;
	left: 50%;
    top: 30%;
	transform: translateX(-50%);
	color: #f4f4f4;
	padding: 10px 20px;
    font-size: 125px;
}

.halo2{
    text-align: center;
    color: peru;
    font-size: 25px;
}
.halo3{
    text-align: center;
    color: peru;
    font-size: 25px;
}
.halo3 img{
    border-radius: 5px;
    border: 2px peru;
}

.halo3 img:hover{
    padding: 2px;
    border-radius: 5px;
      box-shadow: 2px 2px 6px peru;
      width: 500px;
      height: 500px;
}
.halo4{
    text-align: center;
    color: peru;
    font-size: 25px;
}
.halo4 img{
    padding: 2px;
    border-radius: 5px;
      width: 500px;
      height: 500px;
}
.halo4 a img:hover{
    padding: 2px;
    border-radius: 5px;
      box-shadow: 2px 2px 6px peru;
      width: 500px;
      height: 500px;
}

.halo2 .jedna .edva{
font-size: 25px;
text-align: center;

}
.halo2 .jedna{
    padding: 50px;
    margin: 70px;
    border: 3px solid peru;
    border-radius: 15px;
    background-color: rgb(255, 228, 202);
}
.halo2 .edva{
    padding: 50px;
    margin: 30px;
    border: 3px solid peru;
    border-radius: 15px;
    background-color: rgb(255, 228, 202);
}


footer{
    background-color: #0d0d0d;
    padding: 15px;
    position: relative;
    color: #f3f3f3;
    text-align: center;
}


