/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*
 * Blue  : 075189
 * Green : 6ebc54
 */
 
body {
    padding-top: 0px;
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

.my-header {
    padding: 30px 0 !important;
}

.my-header2{
    padding: 10px 0 !important;
}

.img-partner {
    display:block;
    width:200px;
    margin:10px auto;
}

.img-partner-container {
    float:left;
    width:100%;
    display:block;
    margin: 40px auto 80px;
    text-align: center;
}

.img-partner-container img {
    display: inline-block;
    width:200px;
    margin:0 30px;
}

.jumbotron h1 {
  font-size: 40px !important;
  margin: 40px 0;
  color: #075189;
}

.jumbotron  {
    background-color: #ffffff;
    margin-top:0px;
}

.btn-primary {
    border-color: #4eac34;
    background-color: #6ebc54;
    color: black;
}    

.btn-default {
    border-color: #003169;
    background-color: #075189;
    color: white;
}    

.btn-warning {
    color: black !important;
}    

.caption-content {
    min-height:200px;
}

.long-content {
    margin-top: 40px;
    margin-left: 20px;
    text-align: left;
    font-size: 16px;
}

.long-content h2 {
    font-size: 18px;
}

.indent {
    margin-left: 20px;
}

.long-content p.red {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.long-content ul {
     list-style: none;
     margin-left: 20px;
     padding-left: 1em;
     text-indent: -1em;
}

.w200 {
    width: 200px;
}

footer {
    margin: 50px 0;
}