/* CSS Document */

div.textindent {
  text-indent: 30px;
}
 .jserif 
    {
        font-family: 'Times New Roman', 'serif';
    }
.jtitle
	{
		font-weight: bold ;
		font-size: 1.7em;
		line-height: 1.3em;
	}
.jpinkfont
	{
    color: #ff8c32;
	}
.jpurplefont
	{
		color: #DDDDDD;
	}
.jfooter
	{
		max-width: 1200px;
  		margin: auto;
  		border: 0px;
		background-color: #ff8c32;
		height: auto;
	}
.jsmall
	{
		font-size: 100%;
	}
.carousel-inner img 
	{
		width: 75%;
		height: 100%;
	}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
p {
	font-size: 1.4rem;
	line-height: 1.6rem;
}
li {
	font-size: 1.4rem;
	line-height: 120% ;
	margin-bottom: .75rem;
}
.jdefaultfont {
	font-size: 1.4rem;
	line-height: 1.6rem;
}
.nav-size{
	font-size: 0.9rem;
/*	line-height: 1.3rem; */
	font-weight: bolder ;
	padding-top: .5rem;
}
.jactive{
	font-weight: bolder ;
	padding-top: .15rem;
}
.jbrand{
	margin-left: 0.2em;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	color: rgb(117,15,109);
}
.text-dark {
    color: #000 !important;
}
.navbar {
  padding: 0.1rem 1rem;
}
.carousel-item {
  transition: -webkit-transform 1.6s ease-in-out;
  transition: transform 1.6s ease-in-out;
  transition: transform 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;
}
.box {
	width: 75%;
    height: 75%;
}
.jvsize{
	font-size: .8em;
}
