@charset "utf-8";
/* Global */
body {
   background: #fff;
	
}

/* Header */
p.site_title{
	
	color:#6438A3;
	font-size:4em;
	font-style: normal;
	font-weight: 500;
	font-family: Elephant;
	
	
	
}

/*body*/

body{
	
	color: #6438a3;
	font-family: Elephant;
	font-size: 4em;
	font-wieght: 100;
	
	
}


/* Content */
a:link {
	color:#6438a3;
  text-decoration: none;
}

a:visited {
		color:#6438a3;
  text-decoration: none;
}

a:hover {
		color:#BD61B1;
  text-decoration: underline;
}

a:active {	
	color:#6438a3;
  text-decoration: underline;
}

/* Navigation */

.bg-light {
  background-color: #6438A3!important;
}

.navbar-light .navbar-nav .nav-link {
  color:#ffffff;
}


/* Footer*/

footer {
	
	background-color: #808080;


}
