﻿html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", ,Helvetica,Arial, sans-serif;
}

.content {
    margin: 0 auto;
    padding-top: 64px;
    max-width: 768px;
    width: 94%;
}

/**
 * Footer Styles
 */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.img-Carousel-width {
/*height:400px;*/
width:auto;
}
.panel {
    border: none;
    box-shadow:none;
}
.panel-default {
    border: 0;
}
.panel-default>.panel-heading{
    color:#FFFFFF;
    background:#EA5800;
    font-size:xx-large;
    font-family:Adobe Garamond Pro,Garamond,Baskerville,Baskerville Old Face,Times New Roman,serif;
}