/* Global Styles */
a {
    color: #701111;
}

a:hover,
a:focus {
  color: #420404;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 44px;
}

.h2, h2 {
    font-size: 30px;
}

.h4, h4 {
    font-size: 25px;
}

.h5, h5 {
    font-size: 20px;
}

.h6, h6 {
    font-size: 18px;
}

.h1-carousel {
    font-size: 46px;
    /* text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; */
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.623);
    background-color: rgba(0, 0, 0, 0.623);
}

.h2-carousel {
    font-size: 30px;
    /* text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; */
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.623);
    background-color: rgba(0, 0, 0, 0.623);
}

.page-header {
    border-bottom: 1px solid rgb(177, 177, 177);
}

hr {
    border-top: 1px solid rgb(177, 177, 177);
}

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. */
    background-color: #efefef;
    font-family: 'frank_ruhl_hofshiregular';
}

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

.img-hover:hover {
    /* opacity: 0.8; */
    filter: grayscale(100%);
    transform: scale(1.1);
}

.img-responsive-carousel {
    max-height: 50%;
    display: block;
    margin: auto;
}

/* Home Page Carousel */
header.carousel {
    height: 50%;
}

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;
}

/* 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 {
    background-color:#701111;
    text-align: center;
    padding: 10px 0px 0px 0px;
    right: 0;
    left: 0;
    bottom:0;
    border: 1px solid transparent;
    position: fixed;    
}

footer p {
    color: #f8f8f8;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: medium;
}

footer a {
    color: #fefefe;

}

footer a:hover {
    color: #fff;
}

/* 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%;
    }
}

@media (max-width: 1200px) {
    header {
        display: none;
    }
 }

 @media (min-width: 1000px){
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
 }

.navbar-inverse {
    background-color:#701111;
    border-color:#420404
}

.navbar-inverse .navbar-nav>li>a {
    color: #e2e2e2;
    font-variant-caps: petite-caps;
    font-weight: bold;
    font-size: 22px;
    font-family: Source Serif Pro;
}

.navbar-inverse .navbar-brand {
    color: #e2e2e2;
    font-size: 30px;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #420404;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #5a0808
}

.header {
    background-size: inherit;
}

.img-responsive {
    max-height: 50%;
    display:block;
    margin:auto;
}

.btn-default,
.btn-primary {
    color: #fff;
    background-color: #701111;
    border-color: #420404;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #701111;
    border-color: #420404;
}

.btn-default:hover {
    color: #fff;
    background-color: #420404;
    border-color: #701111;
  }

.btn .btn-lg .btn-default .btn-block {
    background-color: #701111;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #420404;
  border-color: #701111;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #420404;
  border-color: #701111;
}

.centered {
    top: 35%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #aa0113;
    font-size: 150px;
    font-weight: bold;
    /* text-shadow:
    -1px -1px 0 #eee,
    1px -1px 0 #eee,
    -1px 1px 0 #eee,
    1px 1px 0 #eee;   */
    text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.623);
    font-variant-caps: all-small-caps;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.centered-small {
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #aa0113;
    font-size: 150px;
    font-weight: bold;
    /* text-shadow:
    -1px -1px 0 #eee,
    1px -1px 0 #eee,
    -1px 1px 0 #eee,
    1px 1px 0 #eee; */
    text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.623);
    font-variant-caps: all-small-caps;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.centered-pic {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    /* text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;   */
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.623);
    font-variant-caps: all-small-caps;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.headercontainer {
    position: relative;
    text-align: center;
    color: white;
}

.page-header-top {
    text-align: center;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
  }

.row-centered {
    text-align:center;
}

.col-centered { 
    display:inline-block; 
    float:none; 
    margin-left: 50px;
    margin-right:-4px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #420404;
    outline: 0;
}

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

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}

.red {
    color: #943735;
    font-weight: bold;
}

span {
    color: #943735;
    font-weight: bold;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 50px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 40px;
}