.jumbotron{
	background-color: #000000;
	margin-bottom: 0;
	
}
.jumbotron p{
	
color: white;

	
}
.jumbotron img{
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	padding-top: 15px;

}
.jumbotron .row{
	padding: 0;
	margin: 0;
}



.navbar{
	background-color: #d4b733;
}
.navbar a{
	color: #000000;
}
.nav.navbar-nav li a {
    color: black;
    font-weight: bold;
}
.nav.navbar-nav li.active a {
    color: black;
    font-weight: bold;
    background-color: #ddca76;
}
.content-heading h1{

	color: #ddca76;
	font-family: 'Kaushan Script', cursive;
	padding-top: 95px;
	margin: 0;
	padding-right: 270px;


	padding-bottom: 0px;
	

}
.jumbotron .container-fluid .content-heading{
	margin: 0;
	padding: 0;
}


#main-content{
	padding-top: 50px;
}
#main-content img{
	float: left;
	padding: 0 20px 20px 0;
}
#main-content p{
	font-size: 13px;
	overflow: hidden;
	margin-top: 5px;
}
#main-content .row{
	margin-bottom: 14px;
}
h1,h2,h3{
	text-align: center;
}




/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1517px) and (max-width: 1903px) { 

	.content-heading h1{
		
	font-size: 52px;
}

 }
 @media (min-width: 1321px) and (max-width: 1516px) { 

	.content-heading h1{
		
	font-size: 40px;
}


 }
  @media (min-width: 1301px) and (max-width: 1321px) { 

	.content-heading h1{
		
	font-size: 43px;
}

 }
  @media (min-width: 1030px) and (max-width: 1263px) { 

	.content-heading h1{
		
	font-size: 35px;
}

 }
  @media (min-width: 1264px) and (max-width: 1267px) { 

	.content-heading h1{
		
	font-size: 32px;
}

 }
  @media (min-width: 1267px) and (max-width: 1301px) { 

	.content-heading h1{
		
	font-size: 35px;
}

 }
   @media (min-width: 600px) and (max-width: 1030px) { 

	.content-heading h1{
		
	font-size: 28px;
}

 }
@media (max-width: 1114px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}








