﻿body {
}

.navbar-default {
    background-image: linear-gradient(to bottom,#95dcff 0,#6d94a7 100%) !important;
    background: #95dcff;
    background: -webkit-gradient(linear, left top, left bottom, from(#95dcff), to(#6d94a7));
    background: -webkit-linear-gradient(#95dcff, #6d94a7);
    background: -moz-linear-gradient(top, #95dcff, #6d94a7);
    background: -ms-linear-gradient(#95dcff, #6d94a7);
    background: -o-linear-gradient(#95dcff, #6d94a7);
    background: linear-gradient(#95dcff, #6d94a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95dcff', endColorstr='#6d94a7');
    zoom: 1;
}

.navbar-white-brand{
    color:#FFF !important;
}
h1, h2,h3{
    margin-top:10px;
    margin-bottom:5px;
}
h1 {
    font-size:36px !important;
}
.jumbotron{
    line-height:1 !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
    margin-bottom:15px !important;

}
h3 {
    font-size:20px !important;
}