@charset "utf-8";
@import url("bootstrap-4.3.1.css");
@import url("url("bootstrap-4.3.1.css")basic_css.css");
/* NAVIGATION MENU */
.row .navbar-expand-sm a:link, .row .navbar-expand-sm a:visited{
	border-left: 2px solid #9afce2;
	border-right: 2x solid #9afce2;
	border-top: 2px solid #9afce2;
	border-bottom: 2px solid #9afce2;
	color: #FBFCE6;

}
.row .navbar-expand-sm a:hover {
    text-shadow: 0px 0px #490163;
    color: #96118e;  
}
.row .navbar-expand-sm {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 715px;
	float: none;
}
.bg-light {
	
}


/* HEADER */
header.row {
	padding: 20px 0px;

	
}
header.row h2 {
    color: #490163;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 450%;
    text-align: center;
    text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
    background-image: url(orchid.jpg);
    background-size: 25% auto;
    background-repeat: no-repeat;
}
header.row p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.50);
    color: #5CD9E3;
    letter-spacing: 0.5em;
    background-color: #490163;
    font-family: fantasy, jolly-lodger;
}
.logowhite {
    color: #FFFFFF;
}
/* MAIN SECTION */
main.row aside {
    border-top: 5px solid #490163;
    border-bottom: 5px solid #490163;
    font-size: 24px;
    background-color: #9afce2;
}
main.row aside blockquote {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: none;
	font-size: 195%;
}
main.row aside blockquote p {
    padding: 0px .5em;
    margin: 0px 0px 5px 0px;
    text-indent: -1em;
    font-size: xx-large;
}
main.row aside blockquote cite {
	padding: 0px 10px;
	display: block;
	font-style: italic;
	text-align: right;
}
.sidebar2 {
	padding: 0px 10px;
	background-color: #DDDDDD;
}
.sidebar2 h2 {
	margin-top: 10px;
	padding: 0px 10px;
	margin-bottom: 5px;
	font-size: 150%;
	line-height: 1.4em;
}
.sidebar2 p {
	padding: 0px 10px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

/* FOOTER */
footer {
    padding: 1em 0px;
    color: #9AFCE2;
    background-color: #FBFCE6;
    background-image: -webkit-linear-gradient(113deg,rgba(91,42,108,1.00) 54.92%,rgba(114,17,163,1.00) 81.35%);
    background-image: -moz-linear-gradient(113deg,rgba(91,42,108,1.00) 54.92%,rgba(114,17,163,1.00) 81.35%);
    background-image: -o-linear-gradient(113deg,rgba(91,42,108,1.00) 54.92%,rgba(114,17,163,1.00) 81.35%);
    background-image: linear-gradient(337deg,rgba(91,42,108,1.00) 54.92%,rgba(114,17,163,1.00) 81.35%);
}

body {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
main.row article h1 {
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 300%;
	line-height: 1em;
}
.row .navbar-expand-sm a:hover {
    font-weight: normal;
    font-variant: normal;
    font-size: large;
    text-decoration: none;
}
