
/**
    color-prime: #0169c9
    color-highlight: #0197fd
    color-3rd: #b3defd
    color-grey: #5e6164
**/
h1, h2, h3, h4, h5, h6 {
    color: #0169c9;
    text-align: left;
}
h2{
    padding-bottom: 30px;
}

hr{
    color: #b3defd;
}


.logo {
    max-height: 70px;
    width:auto;
    max-width: 70vw;
    margin:0;
    float: left;
    margin:3px;
   
}
.logo-sm {
    max-height: 80px;
    width:auto;
    max-width: 250px;
    width:auto;
    margin:0;
    float: left;
    margin:5px;
    
}
.menu-img{
    margin-right: 5px;
}
header {
    text-align: center;
    background: #fff;
    color:grey;
    text-align: left;
}
header .featurette-image {
    max-height: 600px;
}


.tasks {
    font-size: 1.5em;
}
.featurette-image {
    max-height: 300px;
}
.lead ul {
    list-style-image: url('../img/ok.png');
    list-style-position:inherit;
}
.lead ul li i {
    color: #0197fd;
    padding-right: 20px;
}
.more {
    font-size:120%; 
    color:#fff;
    float:right;
}
.more:selected{
    border:none;
}
.navbar-custom {
    background: #233140;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    border: none;
}
.navbar-brand{
    background-color: #0197fd;   
}

.label-default {
    font-size: 120%;
}
.footer-col p i {
    padding-right: 15px;
}
.footer-col {
    text-align: left;
}
.fb {
    position: fixed;
    bottom:0;
    left:0;
    width: 100px;
}


.scroll-top {
    margin-bottom: 3em;
}