html {
  position: relative;
  min-height: 100%;
}
body {
  
    font-family: 'Ubuntu', sans-serif;
}

h1{
    color: #27aae1;
}

p, li, a{
    font-size: 18px;
    line-height: 1.8em;
}

body > .container {
  padding: 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.footer {
  
  height: 60px;
  background-color: #f5f5f5;
}




.main-page{
    box-shadow: 0 0 10px #777;
}

#glava{
    height: 440px;
    background-image: url(/public/images/glava.jpg);
    background-position: center center;
    position: relative;
}

#glava .navbar{
    position: absolute;
    bottom: 90px;
    border: 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    background-color: #27aae1;
    border-radius: 0;
    width: 100%;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}



#vsebina{
    padding: 15px;
}

#logo{
    position: absolute;
    right: 50px;
    top: 15px;
}



.parallax{
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 20px #000 inset;
    height: 500px; 
}

.parallax1 { 
    background-image: url("/public/images/s1.jpg");
    
}

.parallax2 { 
    background-image: url("/public/images/s2.jpg");
    
}

.parallax3 { 
    background-image: url("/public/images/s3.jpg");
    
}


.vsebina_a{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.vsebina_b{
    background-color: #d1d3d4;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.vsebina_c{
    background-color: #27aae1;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}


.vsebina_c h1{
    color: #000;
}

.o_podjetju{
    padding-top: 0;
}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }