			
			body {
				font-family: Verdana, Geneva, Arial, sans-serif;
				line-height: 1.6em;
				font-size: small;
				font-weight: bold;
				background-color: #efe5d0;
				background-image: url(pic3.jpeg);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-size: cover;
			}
			#allcontent {
				padding-top: 5px;
				padding-bottom: 5px;
				
				margin-left: auto;
				margin-right: auto;
				}
			marquee {
				color: #cc6600;
			}
			p {
				color: black;
			}
			.text {
				color: #cc6600;
				font-size: large;
				font-weight: bold;
			}
			.slideshow-container{
				background-color: black;
				padding: 25px;
				margin-right: 200px;
				border-color: #cc6600;
				border-width: 1px;
				border-style: dashed;

			}
			h1 {
				font-size: 220%;
				color: #cc6600;
				text-align: center;
				font-family: "Emblema One", san-serif; 
			}
			h2 {
				font-size: 150%;
				font-weight: normal;
				color: #cc6600;
				text-decoration: underline;
			}
			li {
				color: #007e7e;
				line-height: 1.6em;
				list-style-type: square;
				margin-left: 5px;
			}		
			
		       section#rationale {
					line-height: 1.9em;
					font-style: italic;
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #444444;
					border-color: white;
					border-width: 1px;
					border-style: dashed;
					background-color: #a7cece;
					padding: 25px;
					margin: 40px;
					margin-right: 250px;
				 }
			
			footer {
				background-color: #675c47;
				color: #cc6600;
				font-size: 90%;
				text-align: center;
				line-height: normal;
				margin-top: 30px;
				margin: 0px 10px 10px 10px;
				padding: 15px;	
				clear: right;				      
                        }
			aside {
			   border: thin solid #007e7e;
			   width: 180px;
			   padding: 5px;
			   margin: 5px 10px 10px 10px;
			   background-color: white;
			   font: small/1.6em Verdana, Helvetica, Arial, sans-serif;
			   text-align: center;
			   float: right;
			   font-weight: bold !important
			}			
			header {
				background: #675c47; 
				min-height: 150%;
				width: 100%;
				color: #525252;
				margin: 10px 10px 0px 10px;
				padding: 10px;
			}
				
			.headermenu {
				background: #675c47; 
				min-height: 100%;
				width: 100%;
				color: #525252;
			}
			
			nav {
				background: #675c47;
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: space-between;
				position: relative;
			}
			.headermenu nav ul a:link {
				display: inline-block;							
			}
			a:link {
			   color: white;
			   text-decoration: none;
			   border-bottom: #b76666;
			   padding: 10px;
			   transform: uppercase;
			}
			 a:visited {
			        color:#cc6600; ;
				text-decoration: none;
			}
			 a:hover {
			   background: #007e7e;
			   color: #0d5353;
			}
			.logo {
				width: 150px;
				height: 80px;
			}
			.user-pic {
				width: 30px;
				border-radius: 40%;
				cursor: pointer;
				margin-left: 30px;
				margin-right: 50px;
				padding: 25px;
			}
			.nav ul {
				width: 250px;
				text-align: right;
				margin: 20px 20px;
				color: #fff;
				text-decoration: none;
				
			}
		

			.sub-menu-wrap {
				position: absolute;
				top: 100%;
				right: 10%;
				left: 80%;
				width: 320px;
				max-height: 0px;
				overflow: hidden;
				transition: max-height 0.5s;
			}
			.sub-menu-wrap.open-menu {
				max-height: 450px;
			}
			.sub-menu {
				background: #fff;
				padding: 20px;
				margin: 10px;
			}
			.user-info {
				display: flex;
				align-items: center;
				text-decoration: none;
			}
			.user-info h3 {
				font-weight: 500;
			}
			.user-info img {
				width: 80px;
				border-radius: 70%;
				margin-right: 30px;
				padding: 5px;
			}
			.sub-menu hr {
				border: 0;
				height: 2px;
				background: #ccc;
			}
			.sub-menu-link {
				display: flex;
				align-items: center;
				text-decoration: none;
				color: #525252;
				margin: 12px 0;
			}
			.sub-menu-link p {
				width: 100%;
			}
			.sub-menu-link span {
				font-size: 22px;
				transition: transform 0.5s;
			}
			.sub-menu-link:hover span {
				transform: translateX(2px);
			}
			.sub-menu-link:hover p {
				font-weight: 600;
			}
							
			p:first-letter {
				font-size: 2em;
			}
			p:first-line {
				font-style: italic;
			}
			img[width] { border: black thin solid; }
			img[height="300"] { border: red thin solid; }

			div#aside > blockquote p:first-line { font-style: italic; }

			.votenow {
			background-color: #007e7e;
			font-size: 18px;
			font-weight: bold;
			text-color: white;
			text-align: center;
			border-width: 1px;
			margin: 20px;
			margin-right:1000px;
			border-radius: 10px; !important
			}
			.records {
			font-style: italic;
			font-weight: bold;
			}
			
			 section#blog {
				display: table-cell;
				background: #efe5d0 url(background.gif) top left;
				font-size: 105%;
				padding: 15px;
				vertical-align: top;
				}
			nav {
				background-color: #efe5d0;
				margin: 10px 10px 0px 10px;
			}
			  
			nav ul {
				background-color: #efe5d0;
				margin: 10px 10px 0px 10px;
				list-style-type: none;
				padding: 5px 0px 5px 0px;
				}
			nav ul li {
				display: inline;
				padding: 5px 10px 5px 10px;
			}
			nav ul li a:link, nav ul li a:visited {
				color: #954b4b;
				border-bottom: none;
				font-weight: bold;
			}
			nav ul li.selected {
				background-color: #c8b99c;
			}
			.container{
				width: 100%;
				min-height: 80vh;
				background: #675c47;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
			.testimonial{
				width:90%;
				max-width: 800px;
				margin: auto;
			}
			.testimonial-text{
				background: #ff0058;
				width:100%;
				color: #fff;
				width: 100%;
				height: 350px;
				position: relative;
				box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
			}
			.testimonial-text p{
				color: #fff;

			}
			.user-text{
				width: 80%;
				text-align: center;
				line-height: 30px;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				display: none;
			}
			.user-text .fas{
				font-size; 30px;
				margin-bottom: 50px;
				margin-top: 20px;
			}
			.user-text span{
				display: block;
				font-size: 13px;
				margin-top: 70px;
				font-weight: 500;
				text-transform: uppercase;
			}
			.testimonial-pic{
				margin-top: 30px;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			.user-pix{
				width: 65px;
				padding: 5px;
				border-radius: 50%;
				margin: 10px;
				cursor: pointer;
			}
			.user-text.active-text{
				display: block;
				animation: moveup 0.5s linear forwards; 
			}
			.user-pix.active-pix{
				width: 100px;
				border: 3px solid #ff0058;

			}
			@keyframes moveup{
				0%{
				margin-top: 25px;
			}
				100%{
				margin-top: 0px;
				}
			}






	
	 
		
							
