
@media screen and (max-width:767px)
{
		h1,
	.h1
	{
		font-size: 26px;
	}

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

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

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

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

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


	
html
{
    position: relative;
    min-height: 100%;
	text-align: justify;
}

.footer
{
    width: 100%;
    background-color: #1A1A1A;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #ffffff;
	margin-top: 20px;
}

.footer hr 
{
	height: 2px;
	background-color: #2B2B2B;
	border: 0px;
	width: 75%;
}

.container .text-muted
{
    margin: 20px 0;
}

.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

.footer a:active,
.footer a:hover
{
    color: #ffffff;
    text-decoration: none;
}

code
{
    font-size: 80%;
}

.btn-social-square
{
    background-color: #ffffff;
}

.footer a, .footer a:visited, .footer a:focus
{
    color: #7b7b7b;
}

h1, h2, h3, h4
{
    color: #cd1719;
	text-align: left;
}

a, a:visited, a:focus
{
    color: #cd1719;
	text-decoration: none;
}

a:hover, a:active
{
    color: #ad1719;
	text-decoration: none;
}

.text-red
{
    color: #cd1719;
}

.text-white
{
    color: #ffffff !important;
}

.text-grey
{
    color: #333333 !important;
}

.text-black
{
    color: #000000 !important;
}

.border-bottom-red {
	border-bottom: 3px solid #cd1719;
	box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.25);
}

.border-bottom-grey {
	border-bottom: 3px solid #333333;
	box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.25);
}


.footer h1, .footer h2, .footer h3, .footer h4
{
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
	text-align: center;
}

#content
{
    margin-top: 70px;
    min-height: calc(100vh - 340px);
}

.footer li
{
    text-decoration: none;
}

.footer .btn
{
	padding: 0px;
	margin-left: 15px;
}

.label-helper
{
	font-family: sans-serif;
	font-style: normal;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
@media screen and (min-width:767px)
{ 
	.carousel {
	  height: 400px; 
	  margin-top: 110px;
	  margin-bottom: -70px;
	}
	
	/* Declare heights because of positioning of img element */
.carousel .item {
  width: 100%;
  height: 400px;
  background-color: #c7c7c7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
}

@media screen and (max-width:767px)
{ 
	.carousel {
	  height: 250px; 
		margin-top: 110px;
		margin-bottom: -70px;
	}
	
	/* Declare heights because of positioning of img element */
.carousel .item {
  width: 100%;
  height: 250px;
  background-color: #c7c7c7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
}

.carousel-indicators li {
	border: 2px solid #cd1719;
}

.carousel-indicators .active {
	background-color: #cd1719;
}

.carousel h1, .carousel h2, .carousel h3 {
	text-align: center;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}



.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.carousel-control {
	opacity: 1 !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	color: #cd1719;
}

.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover, .carousel-control .icon-prev:hover, .carousel-control .icon-next:hover {
	color: #ac1719;
}

.btn-red, .label-red {
	background-color: #cd1719;
}

.btn-red:hover, .btn-red:active {
	background-color: #ac1719;
}

.btn-red, .btn-red:hover, .btn-red:active {
	color: #ffffff !important;
}

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
	
	.navbar-right
	{
		margin-right: 0px;
	}
}
