﻿body {
    padding-top: 15px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
   
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}

.hero {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
    text-align: center;
    background: url(../images/hero.jpg) center center / cover no-repeat;
}

.hero-text {
    position: relative;
    padding-top: 12%;
    padding-bottom: 8%;
}

.hero-text h1 {
    color: #fff;
    font-size: 5em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-weight: 600;
}
@media (max-width: 500px) {
    .hero-text h1 {
        font-size: 3em;
    }
}

.hero-text h3 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-weight: 600;
}

.hero a {
    text-decoration: none;
    color:inherit;
}

.features {
    background-color: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 5px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}