

/* Global Styles */

html,
body
{
    height: 100%;
}

body
{
    padding-top: 50px;
}

.img-portfolio
{
    margin-bottom: 30px;
}

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

/* Home Page Carousel */

header.carousel
{
    height: 86%;
    width: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner
{
    height: 100%;
}

header.carousel .fill
{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 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;
    }
    header.carousel .carousel
    {
        height: 70%;
    }
}

/*Custom*/

.thumbnail
{
    border: 0px solid #ddd;
}

.sliderTitle
{
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 28;
    color: #000000;
    text-align: left;
    font-weight: lighter;
}

.sliderDescrip
{
    font-size: 14px;
    font-weight: lighter;
    color: #555555;
    font-family: lato;
    text-align: left;
}

.whatTitle
{
    text-align: center;
    font-size: 38px;
    font-weight: lighter;
    font-family: lato;
}

.page-header
{
    color: #222;
    font-weight: normal !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

.navbar-inverse .navbar-nav>li>a
{
    color: #000000;
}

.navbar-inverse
{
    background-color: #fff;
    border-color: #ff0000;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
{
    color: #ff0000;
    background-color: transparent;
}

.btn-default
{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary
{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.panel-default>.panel-heading
{
    color: #000;
    background-color: #FF5733;
    border-color: #ddd;
}

