*{
box-sizing:border-box;
margin:0;
    padding:0;
 }
header{
    width:100%;
    height:150px;
    background-color:#313d3c;
    padding:30px;
}
ul{
    list-style-type: none;
    display:inline;
}
a{
    text-decoration: none;
    padding-left:20px;
    color:white;
    text-transform:uppercase;
    font-size:12px;
}
a:hover{
    color:darkgreen;
}
h1{
 display:inline;
    color:whitesmoke;
}
nav{
    display:inline;
}
li{
    display:inline;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    display: flex;
    gap:1px;
}


.hero{
    background-image: url(background.jpg);
        height:800px;
    background-size: cover;
    background-repeat:no-repeat;
    margin-bottom:150px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.clear{
   clear:both; 
    
}

.section1{
 text-align: center;  
    padding-left:30vw;
    padding-right:30vw;    
    margin-bottom:150px;

    
    
    
}
h2{
    margin-bottom:10px;
}
.section2{
 text-align: center;  
    padding-left:30vw;
    padding-right:30vw;    
    margin-bottom:150px;
    background-color:#3f4241;
padding-top:60px;
    padding-bottom:60px;
}

img{
    width:25%;
}
.Fotogalerija{
     margin-bottom:150  px;
}
.section3{
width:33.33%;
    float:left;
    padding:70px;
     background-color: #5c6963;
    height: 200px;
}
footer{
background-color: #66736D;
    
padding:100px;
    
}
.clear{
    clear:both;
    
    
}
