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

body {
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-size: 14px;
    letter-spacing: 0.03em;
}

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

.navbar-default {
    background: url("/img/elements/header-city-view-1078-81.png") repeat-x;
    background-color: #fff;
    font-size: 16px;
}
.navbar-default li a {
    font-size: 20px;
    color: #617385;
}
.navbar-default a {
    color: #617385;
}

.div-error-div {
    background-color: #F0796E;
    padding: 10px;
    margin-bottom: 10px;
}

.div-success-div {
    background-color: #c1e2b3;
    padding: 10px;
    margin-bottom: 10px;
}

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

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

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

.h1-pitch {
    color: #617385;
}

.h2-pitch {
    color: #617385;
    font-size: 1.5em;
}

.h3-pitch {
    color: #617385;
    font-size: 1.2em;
}

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

.button-like-link-admin-login {
    display: block;
    width: 250px;
    height: 35px;
    /*background: #617385;*/
    background: #ececec;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
}

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

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

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

#clearfooter {
    /* height is a bit more than footer (157px)*/
    height: 175px;
}

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

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

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

/* carousel images to center */
.carousel-inner > .item > img {
    margin: 0 auto;
}
