
/* 
    Created on : 22-Sep-2015, 07:13:59
    Author     : antti

Light blue: #1d64f4
Dark blue: #113580
ORANGE: #EE7601
RED: #C62127

*/

body {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
    word-wrap: break-word;
}

.navbar-brand .img {
    vertical-align: top;
}

.navbar-default {
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.navbar-default li a {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.navbar-default a {
    color: #000;
}

.navbar-default .navbar-nav > .active{
    color: #000;
    background: #1d64f4;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: #1d64f4;
      background: #fff;
 }

.navbar-fixed-bottom {
     min-height: 60px;
     vertical-align: central;
     background-color: darkgray;
     font-weight: bold;
     font-size: 16px;
     color: #113580;
}
 
.div-float-left {
    float: left;
}

.div-float-right {
    float: right;
}

.div-centered {
    float: none;
    margin: 0 auto 20px 0;
}

.intro-page-logo {
    margin-top: 50px;
}

.h1-pitch {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.p-align-left {
    text-align: left;
}

.p-bottom-margin {
    margin-bottom: 35px;
}

.img-huolto-kuvituskuva {
    max-width: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.face-image {
    border: 1px solid #777;
}

.work-samples-customer-logo {
    padding-left: 50px;
    padding-bottom: 30px;
    float: left;
}

.work-samples-large-image {
    margin-top: 50px;
    width: 100%;
}

.clear-div {
    clear: both;
}

.feature-list {
    margin-left: 30px;
    text-align: left;
}

.list-inline{display:block; list-style-type: square;}
.list-inline li{display:inline-block;}
.list-inline li:after{content:'|'; margin:0 10px;}

.akk-list {
    margin: 10px 10px 10px 10px;
    text-align: center;
    list-style: none;
    display:inline;
}
.akk-list li {
    
}
.akk-list li:before{
    content: '- ';
}

.img-float-right {
    float: right;
}

.section-footer {
    /* set section footer to bottom of section (e.g. intro etc.) */
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.img-bottom-of-section {
    bottom: 20px;
}

.contacts-bottom-of-section {
    background-color: #fff;
    color: #000;
}

.contacts-bottom-of-section a {
    color: #000;
}

/* carousel images to center */
.carousel-inner > .item > img {
    margin: 0 auto;
}
.carousel img {
    min-width: 100%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-control .glyphicon-chevron-left:before {
    color: #000;
}
.carousel-control .glyphicon-chevron-right:before {
    color: #000;
}

#map-container {
    height: 300px;
    width: 75%;
    float: none;
    /* centered. bottom have margin so that fixed bar do not mess */
    margin: 0 auto 150px auto;
}
