@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: 1em;
	font-wieght: 100;
	
	
}


/* Content */
h1, .h1 {
  font-size: 2.5rem;
  color: #643a83;
}

h2, .h2{
	font-size: 1.5rem;
  color: #4d4d4d;
}

main {
  color: #4D4D4D;
}

/* Navigation */

.bg-light {
  background-color: #6438A3!important;
}

.navbar-light .navbar-nav .nav-link {
  color:#ffffff;
}


/* Footer*/

footer {
	
	background-color: #808080;


}
