/* Space out content a bit */
body{
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #E6E6E6;
}

/* Everything but the jumbotron gets side spacing for mobile first views */

.header, .marketing, .footer{
	padding-left: 15px;
	padding-right: 15px;
}

/* Custom page header */

.header{
	border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */

.header h3{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
	font-family: 'Didact Gothic', sans-serif;
}

.navbar-brand {
	text-transform: none!important;
}

h3, h4, hr, .d-b{
	display: block;
}

i, .d-ib{
	display: inline-block;
}

.d-tc{
	display: table-cell;
}

.d-li{
	display: list-item;
}

/* Custom page footer */

.footer{
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
	font-family: 'Arimo', sans-serif;
}

/* Customize container */


.container-narrow >hr{
	margin: 30px 0;
}

/* Main marketing message and sign up button */

.jumbotron{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn{
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */

.marketing{
	margin: 40px 0;
}

.marketing p + h4{
	margin-top: 28px;
}
.media{
	display: list-item;
}

/* Responsive: Portrait tablets and up */

.hidesidebar h3{
	color: #105070;
}

.content-img img,.content-img iframe, .content-img-small img{
	width: 100%;
}

.content-img-small img{
	padding-left: 30%;
	padding-right: 30%;
}


/*-----customization--start-----*/

h1{
	font-size: 18px!important;
	color: #105070!important;
}

h2{
	font-size: 17px!important;
	color: #105070!important;
}
h3{
	font-size: 16px!important;
	color: #105070!important;
}
h4{
	color: #105070!important;
}

p{
	line-height: 1.8!important;
}

/*-----customization  end-----*/

.main{
	border: 1px solid #8C8C8C;
	-webkit-box-shadow: 3px 4px 13px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 3px 4px 13px 4px rgba(50, 50, 50, 0.75);
	box-shadow: 3px 4px 13px 4px rgba(50, 50, 50, 0.75);
	background-color: #fff;
}
.header,.marketing,.footer{
	padding-left: 0;
	padding-right: 0;
}
nav{
	margin-bottom: 0px;
}

/*-----media-----*/

@media (min-width: 380px){
	.content-img iframe{
	height: 250px;
	}
}

@media (min-width: 560px){
	.content-img iframe{
	height: 300px;
	}
}

@media (max-width: 566px){
	.col-sm-8{
		width: 100%;
	}
.content-img-small img{
	padding-left: 20%;
	padding-right: 20%;
	}
}

@media (max-width:767px){
	.hidesiderbar	{
		display: none;
	}
	.header,.marketing,.footer{
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px){
	.header	{
		margin-bottom: 30px;
	}
.content-img img,.content-img iframe{
	padding-left: 20%;
	padding-right: 20%;
}
	.jumbotron	{
		border-bottom: 0;
	}
	.content-img iframe{
	height: 200px;
	}
}

@media (max-width: 991px){
	.nav>li>a{
		padding-right: 8px;
		padding-left: 8px;
	}
}

@media (min-width: 1200px){
	.content-img iframe{
		height: 250px;
	}
}