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

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */

}

.navbar-fixed-top .nav {
    padding: 0px 20px;
}

.navbar-fixed-top .navbar-brand {
    padding: 0px 16px;
}

footer {

    margin-top: -40px;
    padding: 0px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

.jumbotron {
  height: 151px;
  width: 100%;
  background-position:  center center;
  background-image: url(../images/vista-jumbotron-image.jpg);
  color: white;
  padding: 30px 15px;
}

.jumbotron3 {
  height: 335px;
  width: 100%;
  background-position:  center center;
  background-image: url(../images/cresttieother.jpg);
  color: white;
  padding: 30px 15px;
}


.jumbotron2 {
  height: 435px;
  width: 100%;
  background-position:  center center;
  background-image: url(../images/tiesmidbanner.jpg);
  color: white;
  padding: 30px 15px;
}

h1 {
    font-size: 20pt;
    font-family: inherit;
    color: black;
}
.well {
  
  min-height: 10px;
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: lightgray;
  border: 0px solid #eee;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well h4 {
    word-spacing: .6em;
    margin: 0;
    color: #333;
}

.well2 {
  
  min-height: 10px;
  padding: 5px;
  margin-bottom: 0px;
  margin-top: -20px;
  background-color: lightgray;
  border: 0px solid #eee;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well2 h2 {
    word-spacing: 2.8em;
    margin: 0;
    color: white
}

.container1 {

  background-color: lightgray;
  margin-bottom: 
}

.container2 {

  margin-top: -10px;
  padding: 30px;

  background-color: lightgray;
}

.container3 {
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: none;
}

.container4 {

  margin-top: 0px;
  padding: 30px;

  background-color: lightgray;
}

}
.banner {
    padding: 10px 0;
    color: #f8f8f8;
    background: url(../images/cresttieother.jpg) no-repeat center center;
    background-size: cover;
}

.banner h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}
.btn-default {
  color: white;;
  background-color: black;
  border: 1px solid white;
  margin-top: 15px;
}

.btn-primary {
  color: white;
  background-color: #060a76;
  border-color: #060a76;
}

}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #8aec63;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: lightgrey;
  border-color: darkgrey;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}


