@charset "UTF-8";

h1 {
	text-align: center; color: rgb(0,0,0);
	background-color: #9B5094;	
	font-size:8em;
	font-family: Georgia;
}
h2,h3,h4,h5,h6 {
	text-align: center; 
	color: rgb(0,0,0);
	background-color: #9B5094;
	font-size: 2.9em;
	font-family: Georgia;
}

.body {
  background-image: url("Images/cssbackground.jpg"); /* background image is from: https://www.google.com/imgres?imgurl=https%3A%2F%2Fwallpapers.com%2Fimages%2Fhd%2Fpurple-pink-background-f5fa8xel7lu7bcqm.jpg&tbnid=NgU6uXS4Ky1SKM&vet=1&imgrefurl=https%3A%2F%2Fwallpapers.com%2Fpurple-pink-background&docid=3RgbamgHlW06GM&w=1920&h=1280&source=sh%2Fx%2Fim%2Fm1%2F1&kgs=b421793724b80962&shem=isst*/
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: cover;
}
/*https://www.w3schools.com/*/
.blackborder {
	border-style: double;
	border-width: 6px;
	border-color: black;
	border-radius: 5px;	
}
.widthSm {
	width: 15%;
}
.widthM {
	width: 30%;
}
.widthXS {
	width: 10%;
	margin: 200px;
}
.margin {
	margin-right:200px;
	float: right;
	width: 20%;
}
.margin1 {
	margin-right:100px;
	float: right;
	width: 30%;
}
.margin2 {
	margin-right:100px;
	float: right;
	width: 25%;
}
.margin3 {
	margin-left:50px;
	
	width: 25%;
}

.contentstyle{
	color: #545677;
	font-family: Georgia;
	font-size: 2.0em;
}
.floatright{
	float: right;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-top: auto;
	width: 40%;
}	
.floatleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-top: auto;

}	
.right {
	position: absolute;
	right:20px;
}
.floatrightt {
	float:right;
	margin-right: 20px;
	width: 30%;
}

.widthMed {
	width: 50%;
}
	
.clearfix {
	overflow: auto;
	width: 50%;
	margin:auto;
}

.clears {
	overflow: auto;
	width: 80%;
	margin-left:-150px;
}
.clear{
	overflow: auto;
	width: 50%;
	margin:auto;
}
.clear1 {
	overflow: auto;
	width: 70%;
}
.clear2 {

	width: 70%;
}
.divcolor{
	background-color:#DCABDF;

}
.padding {
	padding:10px;
}
.padding1 {
	padding-right:10px;
	
}
.almenu {
	text-decoration: underline;
	color: rgb(0,0,255);
	
}
.ulmenu {
	list-style-type: none; /*Removes the default bullet */
	margin: 0px; /* Removes margin */
	padding: 0px; /*Removes padding */
	background-color: #DCABDF; /* Make background color dark slate gray */
	overflow: hidden; /* text stays within unordered list (for narrow window properties)*/
	
}
.limenu {
	float: left;
}
ul li a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 14px 16px;
}
.ulliamenu:hover {
	background-color: white;
}
	
.carousel{
	
	max-width: 500px; /*optional max width */
	overflow: hidden; /* hide overflowing slides */
	margin: auto; /*center carousel and keep aspect ratio */
	position: relative; /*element in the normal flow of document */
	margin-left: 70px;
}
/* slides container (flex row of images) */
.slides {
	display: flex;
	transition: transform 0.5s ease; /* smooth sliding animation over half a second*/

}
.slides img {
	width: 100%;
	flex-shrink: 0; /* prevent images from shrinking */

}

.flex-container {
  display: flex;
  flex-direction: row;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
	.resHed {
		font-size: 5vw;
		
	}
	
  .flex-container {
    flex-direction: column;
  }
  
  .divimg {
  	width: 50%;
  	margin: auto;
 	float:none;
  }
  
  .divtext {
  	font: 100vw;
  }
}
/*.left-align{width:30%;height:30%;overflow:auto;float:left}
.center-align{width:30%;height:30%;overflow:auto;float:center}
.right-align{width:30%;height:30%;overflow:auto;float:right}*/