/*img background for navbar */
.header-image {
    display: block;
    width: 100%;
  text-align: center;
  background: url("../img/case2.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.headline {
    padding: 100px 0;
}
.header-image {
    text-align: center;
    margin-bottom: 20px;
}
.headline h1 {
    /*font-size: 30px;*/
    color: white;
    text-shadow: 2px 2px #ff0000;
    font-weight: 700;
    margin-top: 40px;
}
.headline h2 {
    /*font-size: 20px;*/
    color: white;
    text-shadow: ;
  font-weight: 700;
}

.headline h3 {
    /*font-size: 20px;*/
    color: white;
    text-shadow: 1px 1px #ff0000;
}

.lead {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    font-size: 21px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.4;
}
/*text format */
 h2, h3 {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #4ea82c;
}
h3 {
  font-style: italic;
}



/*images */
.featurette-image.pull-right {
    margin-left: 40px;
  
  
}

.pull-right {
    float: right !important;
}
.img-responsive{
display: block;
max-width: 100%;
height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}


/*footer :) */

.footer {
    display: block;
    width: 100%;
  
    text-align: center;
    background: url("") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
footer {
  
    margin-top: 60px;
    padding: 0;
}
footer p {
    margin: 30px;
}
.col-lg-13 {
    color: grey;
  
}

