/*  Used to override Bootstrap default theme */

html,
body {
    height: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
	background-color:#ececec;
}

 h1 .h1 {
	 color: #0000FF;
	 font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
 }

 h1,h2,h3,h4,h5,h6 {
    font-family: 'Francois One', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #005BA6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn {
    font-family:'Francois One', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

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

.btn-info {
  color: #fff;
  background-color: #005BA6;
  border-color: #005BA6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #01B4E7;
  border-color: #01B4E7;
}


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

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

/* 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 {
    margin: 0;
	padding: 20px;
	background-color: #808080;
	width:100%;
	text-align: center;
}
.headerrow {
	width: 100%;
	background-color: #005BA6;
	color: #FFFFFF;

}
.headerrow > .container {
	background-color: #005BA6;
}

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

/* Just a temporary way to shade a "content area" */
.content-area {
    background-color: #ececec;
}

/* Different ways to style the Stories Widget */
.story {
 
}

.story > h2 {
    color: #005BA6;
}


.carousel-caption {
    font-family: 'francois one', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
    padding-bottom: 60px;
}

.media-left {
  padding-right: 20px;
}

.mainrow {
	background-color:#ffffff;
}