@import url("/3rdparty/bootstrap/css/bootstrap.min.css");
@import url("/core/css/global.css");
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:regular,700%7CRaleway:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin);

.pink {
	color:rgb(170,70,195);
}

body, button, input, select, textarea, th, td { 
font-family:Raleway, sans-serif;
	  color: #403646;
}


p.drop-cap:first-letter { 
float: left; color: #660099; font-size: 75px; line-height: 60px;  padding-right: 8px; padding-left: 3px;
font-family: "Dancing Script",  script; }

.max-width {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {  font-family: "Dancing Script",  script; }

.text-script {
	font-family: "Dancing Script",  script;
}

.home h1 {
	font-size:68px;
}
h2,h3 {
	color:#9a5dc2;
	
}


a {  color:inherit; }

.btn.btn-primary {
	background-color: rgb(170,70,195);
	border-color: rgb(170,70,195);
}

.btn.btn-primary:hover {
	background-color: #b889e9;
	border-color: #b889e9;
}
.well {
	
	background-color: rgb(239,228,243);
	
}


#articlesectionmenu {
	display: none;
}

table#body_tbl.mceLayout {
	max-width:90%;
}