/*!
 * Start Bootstrap - Modern 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.
 */

/* Global Styles */

html,
body {
  height: 100%;
}

body {
  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  font-family: 'Lora', serif;
  font-size: 18px;
  background-color: white;
  color: #337ab7;
}

h1, h2, h3, h4, h5, h6 {
  color: #00BF6C;
}

.footer a {
  color: #00BF6C;
}

.img-portfolio {
  margin-bottom: 30px;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.img-hover:hover {
  opacity: 0.8;
}

/*.navbar-brand,
.navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
}*/

.navbar {
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
  background-color: #08263F;
  color: #00BF6C;
}

.navbar a {
  color: #00BF6C;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #08263F;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #08263F;
  border-color: #08263F;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #08263F;
}

.dropdown-menu>li>a {
  color: #00BF6C;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #00BF6C;
  background-color: #051828;
}

.navbar-scrolled {
  background: white;
  box-shadow: 0px 0px 20px #EEE;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.navbar-brand {
  opacity: 1;
  padding: 5px 5px;
  color: #337ab7;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.navbar-brand>img {
    display: inline;
}

.nav-logo {
  height: 40px;
  display: inline;
  width: 60px;
}

.navbar-brand-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.5s; /* For Safari 3.1 to 6.0 */
  transition: opacity 0.5s;
}

.nav>.active>a, .nav>.active>a:focus, .nav>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.title-section {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}


.title-text {
  font-size: 52px;
  text-align: center;
  margin-top: 0px;
  color: #00BF6C;
}

.title-subtext {
  color: #337ab7;
}

.title-logo {
  height: 30vh;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-footer-image {
  width: 100%;
}

.title-image {
  max-width: 90vw;
  display: block;
  max-height: 40vh;
  margin: auto;
}

.panel-body > img {
  width: 100%;
  height: 100%;
}

.lead {
  font-size: 22px;
  padding-left: 16px;
  font-style: italic;
}

.navbar-toggle {
  border: 1px solid #337ab7;
}

.icon-bar {
  background-color: #337ab7;
}

@media (max-width: 768px) {
  .navbar-collapse {
    border-top: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
  }
}

.content-container {
  margin-top: 400px;
  background-color: white;
}

.banner-container {
  position: absolute;
  top: 51px;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.footer {
  margin: 0;
  padding: 20px 0;
  background: #08263F;
  color: #00BF6C;
}

.footer a {
    color: #00BF6C;
}

.footer a:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.text-footer {
  text-align: center;
}

.text-footer-left {
  text-align: left;
  padding-top: 5px;
}

.text-footer-right {
  text-align: right;
  padding-top: 5px;
}

@media (max-width: 991px) {
  .text-footer-left {
    text-align: center;
  }

  .text-footer-right {
    text-align: center;
  }
}

.social [class*="fa fa-"] {
  background-color: #337ab7;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  margin: auto 3px;
  width: 40px;
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

.fa-facebook:hover, .fa-instagram:hover, .fa-envelope:hover  {
  background-color: #2A6599;
  text-decoration: none;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

.loading {
  font-size: 25vh;
  text-align: center;
  color: #AAA;
}

.contact {
  padding-bottom: 20px;
}

.btn-success {
  color: #fff;
  background-color: #00BF6C;
  border-color: #00BF6C;
}

.btn-success:hover {
  color: #fff;
  background-color: #00AD62;
  border-color: #00AD62;
}

.service-intro {
  height: 180px;
}

@media (max-width: 1199px) {
  .service-intro {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .service-intro {
    height: inherit;
  }
}

iframe {
  frameborder: 0;
}

.embed-responsive iframe {
  padding-top: 25px;
}

#gallery {
  padding-bottom: 30px;
}

.gallery-image {
  height:400px;
}

#submit-button {
  width: 200px;
}

.footer-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.max-width {
  margin: auto;
  max-width: 800px;
  text-align: center;
}

.center-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  padding: 1em;
}

.qual-wrapper {

}
