/* 
    Created on : 3.2.2019, 9:14:43
    Author     : Jakub
*/

* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background:#fff url('../images/curve-1.png') no-repeat top right;
    color:#666;
}

#content {
    background:url('../images/curve-2.png') no-repeat bottom left;
}

a  {
    color:#1583e9;
}

#map-canvas {
    width:100%;
    height:500px;
}

.big-font {
    font-size:1.2rem;
}

#vyrobni-program li {
    padding-bottom:1rem;
}

#navbar-a a {
    color:#333;
    font-size:1.2rem;
    display:inline-block;
    padding: 0.4rem 0;
    margin: 0 1rem;
}

#navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

#navbar.scroll {
    background:#e7f2fd;
}

.nav-link.active {
    border-bottom:2px solid #1583e9;
}