html, body {
    height: 100%;
    width:100%;
    font-family: 'DB HeaventRounded Med', sans-serif;
    font-size: 16px;
}
body{

}
.has-error .help-block{
    color: red;
}
.has-error input,.has-error select{
    border:1px red solid;
}

.heading{
    color: #FFF;
}

a{
    text-decoration: none !important;
}

.navbar-toggler span {
    color: #35A8E0;

}


.navbar{
    background-color: #012C4C;
    border-bottom: 7px #35A8E0 solid;
    margin-bottom: 0px;

}
.navbar li a{
    color: #FFF !important;
}
.navbar-nav li{
    padding-left:10px;
    font-size: 18px;
}
.header{

}
.h-logo {
    display: block; 
    float: left; 
    padding-right: 20px;
    padding-top: 15px;
}

.texth{
    text-align: center;

}
h1{

    font-family: 'Pridi', serif;
}

.texth h3,.texth h5, .texth h1,h4{
    color:#003C72;
}
.texth h3{
    font-size: 35px;
    font-weight: bold;
    padding-top: 20px;
}
.texth h5{
    font-size: 25px;
    font-weight: bold;
}
.content{
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #F9F9F9;
}

.bg-footer {
    /* background-image: url(/images/footer.png); */
    background-color: #003C72;
    border-top: 8px #35A8E0 solid;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    color: #FFF;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 20px;
}
.bg-footer ul  {
    list-style: none;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}
.bg-footer ul li{
    list-style: none;
    position: relative;
    padding:10px;
    width: auto;
    margin: 0 10px; 
    display: inline;
    font-size: 20px;
}
.bg-footer ul li:first-child{
    font-size: 40px;
    font-weight: bold;
}
a.card:hover {
    box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.75);
}
.footer a,.footer p{
    color:#FFF;
    font-size: 18px;
}
.footer h2{
    font-size: 25px;
}

@media only screen and (max-width: 700px){

}