body {
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}
/* global */
.logo {
    width: 100%;
    background-color: white;
   
}
.logo img {
    width: 40%;
    margin-top: 0;
    margin-left: 25%;
   /* margin: 0 auto;*/
   
}
.container {
    width: 100%;
    margin-top: 0;
    /* margin: auto; */
    overflow: hidden;
    /* padding: 20px; */
    position: relative;
    z-index: 2;
    

}
ul { 
    margin: 0;
    padding: 0;
}
.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.dark {
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* header */
/* .logo { 
    float: left;
    width: 150px;
}*/
header {
    background: white;
    color: #5a5757;
    padding-top: 0px; 
    min-height: 100px;
    /* border-bottom: 7px solid #e8491d; */
}

header a {
   
    color: gray;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
}
header a:hover {
    border-bottom: 5px solid #e8491d;
}

header li {
    float: left;
    display: inline;
    padding: 0px 15px 0px 15px;
}
header #branding {
    float: left;
    display: inline;
}
header #branding h1{
    margin-top: 0;
    font-size: 40px;
    
}

header nav {
    float: right;
    /* margin-left: 35%; */
    /* margin-top: 0px; */
    margin-top: 120px;
}
header .highlight, header .current a {
    color: blue;
    font-weight: bold;
    animation-name: example;
    animation-duration: 6s;
 
}
@keyframes example {
    from {color:yellow;}
    to {color:#339900;}
    
}
.container figure:first-child img{
    float: left;
    margin-top: -10px; 
    padding-top: 0px;
    padding-right: 20px;
    
    width: 40%;

}


/* Showcase */

#showcase {
    min-height: 500px;
    /*background-color: #339900;*/
    background: url(naslovna.png) no-repeat 0 ;
    background-size: cover;
    /* filter: blur(8px); */
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    margin-top: -80px;
    /* position: absolute;
    z-index: 1; */
  
}
.bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
  
    margin-top: 70%;
    margin-left: 10%;
    /* transform: translate(-50%, -50%); */
    position: relative;
    z-index: 2;
    width: 70%;
    padding: 50px;
    text-align: center;
  }
#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p{
    font-size: 20px;
}
/* Newsletter */
#newsletter {
    padding: 15px;
    color: #ffffff;
    background: #35424a;
    /* border-bottom: 7px solid #e8491d; */
}
#newsletter h1 {
    float: left;

}
#newsletter form {
    float: right;
    margin-top: 15px;
}
#newsletter input[type="email"] {
    padding: 4px;
    height:25px;
    width: 250px;
}
/* boxes */
#boxes {
    margin-top: 40px;
    margin-left: 10%;
}
#boxes .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}
#boxes .box img {
    /* width: 200px; */
    height: 200px;
   
}

/* Sidebar */
aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 10px;
    padding-right: 30px;
    
}
aside#sidebar2 {
    width: 100%;
    float: right;
    width: 34%;
    margin-top: 50px;
    max-height: 2000px;
    overflow: auto;
  
    
}
aside#sidebar .quote input, aside#sidebar .quote textarea {
    width: 90%;
    padding: 5px;

}
aside#sidebar2 .slike img{
    width: 100%;
    /* transition: transform 1s ease-in-out; */
    
    
  
}
/* aside#sidebar2 .slike img:hover{
    transform: scale(1.5); 
 
  
} */
.galerija {
    color: white;
    font-size: 30px;
    margin-left: 25%;
    
}
.slike2 img{
    width: 400px;
    transition: transform 1s ease-in-out;
    padding: 20px;
    
    
  
}
.slike2 img:hover{
    transform: scale(1.5); 
 
  
}

aside#sidebar2 h3{
    text-align: center;
  
}
#main {
    border-top: 60px solid #35424a;
    margin-top: -40px;
    /* border-top-color: #35424a; */
}
/* Main-col */
article#main-col {
    float: left;
    width: 60%;
    /* padding-left: 30px; */
    text-align: justify;
    padding-left: 30px;

}
article#main-col img {
    width: 100%; 
} 
article#main-col p {
    width: 100%; 
    padding: 10px;
} 
section#main#main-col#services .zum img {
    width: 100%;
    transition: transform 1s ease-in-out;
}
section#main#main-col#services .zum img:hover {
    transform: scale(1.5); 
}

aside#sidebar {
    padding-right: 30px;

}
/* Services */
ul#services li {
    list-style: none;
    padding: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background: #e6e6e6;
}
/* Footer */
footer {
    position: relative;
    padding: 0px;
    margin-top: 0px;
    color: #fcfafa;
    background-color: #e8491d;
    text-align: center;
}
/* Media ..*/
@media(max-width: 1200px) {
    header nav {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        padding-left: 10%;
        
        
        
}
header nav li {

    /* padding: 0 5% 10% 3%;  */
}
header #branding,
header figure {
    float: none;
        text-align: center;
        width: 100%;
        padding-left: 0px;
}
header .container figure:first-child img {
  
    width: 100%;
 
} 
#main {
   
    margin-top: 0px;
    /* border-top-color: #35424a; */
}
#showcase {
    /* min-height: 500px;
    background: url('../img/predavanje.JPG') no-repeat 0 ;
    background-size: cover;
    /* filter: blur(8px); */
    /* text-align: center;
    color: #ffffff;
    opacity: 0.8; */ 
    margin-top: 0px;
    /* position: absolute;
    z-index: 1; */
  
}
}
@media(max-width: 768px) {
    header #branding,
    header figure,
    header nav,
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar,
    aside#sidebar2 {
        float: none;
        text-align: center;
        width: 100%;
        padding-left: 0px;

        
    }
    header {
        padding-bottom: 20px;
    }
    header li {
        padding: 10px 10px 0 10px;
        

    }
    header .highlight, header .current a {
        color: gray;
        font-weight: bold;
        border-bottom: 5px solid #e8491d;
    }
    #showcase h1 {
        margin-top: 40px;
    }
    .bg-text {
        font-size: 20px;
    }
    section#main .slike2 img {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
    
    
    
}
@media(max-width: 700px) {
    header #branding h1 span {
        float: none;
        text-align: center;
        width: 100%;
        white-space: nowrap;
    }
    header nav li {
        display: block;
        border-bottom: 1px solid rgb(113, 113, 114);
        margin: 0;
        text-align: center;
        width: 100%;
        line-height: 70px;

}
    /* header li {
        padding: 5px 5px 0 5px;
    } */
    header .container figure:first-child img {
        margin-left: 5%;
        width: 80%;
     
    }
    /* #main-col {
        display: block;
        width: 100%;
        text-align: center;
    } */
    #showcase {
        margin-top: -10px;
    }
    /* header .container nav li a {
        font-size: 18px;
     } */
     #showcase .bg-text  {
        font-size:40px;
        position: relative;
        padding: 20px;
    }
    footer figure img {
        width: 200px;
    }
}
@media(max-width: 430px) {
    
    header nav,
    header nav li {
        display: block;
        border-bottom: 3px solid #EAEAEB;
        margin: 0;
        text-align: center;
        width: 100%;
        line-height: 70px;
        background-color: #00000010;
        
       

}
 header .container figure:first-child img {
     margin-left: 0%;
     width: 80%;
  
 }
 header .container nav li a {
    font-size: 20px;
 }
 
#showcase {
    margin-top: -20px;
}
 #showcase .bg-text  {
    font-size:40px;
    position: relative;
    padding: 20px;
}
} 