	body
	{
		margin: 0px;
		padding: 0px;
		background: #FFF5EE;
		font-family: 'Calibri', sans-serif;
		/* font-size: 1.2rem; */
		font-weight: 300;
		color: #444444;
	}

	.container
	{
		font-family: 'Calibri', sans-serif;
		font-size: 1.2rem;
		color: #111;
	}
	.img-fluid {
		padding: 1em;
	}

	.text-main
	{
		width:80%;
		margin:auto;
		text-justify: auto;

	}
	#main h1 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	 
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	.nav-item a {
		font-family: 'Cormorant Garamond';
		font-size: 2rem;
		color:#601025;
	   	text-decoration: none;
  		background: linear-gradient(to top, rgba(96, 16, 37, 1) 0%, rgba(96, 16, 37, 1) 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
  		transition: background-size .5s;
	}

	.nav-item a:hover {
		background-size: 100% 100%;
	}
	
	h1 {
		font-family: 'Cormorant Garamond';
		font-size: 3rem;
		color:#601025;"
	}

	.accordion-header button {
		font-family: 'Cormorant Garamond';
		font-size: 1.8rem;
	}
	.accordion-body p {
		text-align: left;
	}
	.accordion-body li {
		margin-left: 5%;
		text-align: left;
	}
	.accordion-body strong {
		color:#8a0000;
	}
	button.accordion-button:focus{
		box-shadow: none;
		outline: none; 
  	}
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding-top: 20px;
		padding-bottom: 20px;
		background: #FFF;
		text-align: center;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		margin-bottom: 3em;
		padding-top: 5em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}
	
	#featured h2
	{
		font-size :2.2em;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		margin-top: 3%;
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}
	
	#copyright span
	{
		display: block;
		letter-spacing: 0.20em;
		line-height: 2.5em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(0,0,0,0.7);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.9);
	}

	.fa
	{
		display: block;
		color: #000;
		background: red;
	}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#mention 
	{	
		text-align:left;
	}