﻿* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html,form {
    background-color:#222222
}


.splash {
    background-image:url("../images/1000/Graphic_1000_withText_new.png");
    background-size:cover;
    width:100%;
    height:490px;
    border-bottom:6px solid #001727;
    padding:0;
    margin-top:-140px;

}

.splash.splash-form {
    background-image:url("../images/EntrepreneurForm_Header.jpg");
        margin-top:-50px;
        height:390px;
}

.icons {
    background:#fff;
    color:#2d3e51;
}

.icons a {
    color:#2d3e51;
    text-decoration:underline;
}
.icons > div {
    padding:40px;
}

.icons > div a {
    font-weight:bolder;
}
footer {
    background-color:#939598;
    color:white;
}

footer a {
    color:white;
    text-decoration:underline;
}
footer > div {
    padding:10px;
}
footer div.foot {
    background-color:#2d3e51;
text-align:center;
color:white;
    font-size:.85em;

}

footer ul {
    width:200px;
}
.headbar {
    background-color:#2d3e51;
    height:160px;
}

.form {
    background-color:#fff;
    padding:20px;
}

.bg-white {
    background-color:#fff;
}


.icons h3 {
    text-decoration:underline;
}

.navbar-brand img {
    margin-top:-20px;
    margin-left:35px;

}

.navbar-right img {
    margin-top:25px;
    margin-left:0px;
}
/*h1 {
    color:white;
    margin-top:0;
    margin-left:60px;
}*/