html,
body {
	height: 100%;
}

body {
	/*background: transparent linear-gradient(to right, #0A3257, #154D7D, #0B2033) repeat fixed 0% 0%;
	font-family: cursive;*/
	padding-top: 100px;
	/*background: #01687E none repeat scroll 0% 0%;*/
}

.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: 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%;
	}
}

/*new css*/

.page-header {
	color: #F44336;
	font-size: 2.3em;
	border-bottom: medium none;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	/*text-shadow: 5px 5px 5px #000;*/
	font-weight: bold;
	font-family: myFirstFont;
}
.navbar-toggle {
	/*background-color: #222;*/
	margin-top: 5px;
	/*margin-right: 5px;*/
	/*margin-bottom: 0px;*/
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar {
	/*padding-top: 5px;*/
	/*padding-bottom: 5px;*/
	margin-bottom: 0px;
}
.panel-default > .panel-heading {
  color: #337AB7;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.panel {
  margin-bottom: 20px;
  /*background-color: rgba(255, 255, 255, 0);*/
  background: transparent linear-gradient(to right, #1a242b, rgba(255, 255, 255, 0), #1a242b) repeat fixed 0% 0%;
  border: none;
  /*border-radius: 10px;*/
  /*box-shadow: 3px 3px 3px #000;*/
}
.panel-body p {
	font-size: 16px;
	color: #E9E9E9;
}
.navbar-right > li > a {
	color: #D0E3F3;
}