@charset "utf-8";
/* CSS Document */
/* created by rightrice */

/* page styles */
body {
	color: ghostwhite;
	background: linear-gradient(0deg, rgba(20,9,87,1) 0%, rgba(72,61,139,1) 70%, rgba(112,61,139,1) 100%);
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.header img {
	float: left;
	width: 60px;
	height: 60px;
}

.header ul {
	position: relative;
	top: 5px;
}

.header li {
	position: relative;
}

.intro h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 30px;
	position: relative;
	padding-top: 80px;
	padding-left: 300px;
	margin-top: 100px;
	margin-bottom: 5px;
}

.body h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 30px;
	position: relative;
	padding-top: 80px;
	padding-left: 200px;
	margin-top: 100px;
	margin-bottom: 5px;
}

.right-body h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 30px;
	position: relative;
	padding-top: 80px;
	padding-left: 800px;
	margin-top: 100px;
	margin-bottom: 5px;
}

.error h2 {
	font-family: 'Courier New', sans-serif;
	font-weight: bold;
	font-size: 100px;
	padding-top: 10px;
	margin-bottom: 25px;
}

.body p {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding-top: 10px;
	padding-left: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.body table {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding-top: 10px;
	padding-left: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.right-body p {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding-top: 10px;
	padding-left: 800px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.body img {
	padding-left: 1000px;
}

.footer h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2.5px;
	margin-top: 0px;
}
/* scrollbar styles */
.scroll h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	padding-top: 80px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.scroll-cont h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.scroll-cont img {
	padding-top: 80px;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  
  background: linear-gradient(0deg, rgba(20,9,87,1) 0%, rgba(72,61,139,1) 70%, rgba(112,61,139,1) 100%);
}
::-webkit-scrollbar-thumb {
  background: #703d8b; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #140957; 
}
/* list styles */
ul {
  font-family: 'Courier New', sans-serif;
  font-size: 14px;
  display: block;
  list-style-type: none;
  text-align: end;
  margin-top: 0.25em;
  margin-bottom: 0.15em;
  margin-left: 10em;
  margin-right: 1em;
  padding-right: 15px;
  padding-left: 0px;
  overflow: hidden;
}

.special-ul {
  font-family: 'Courier New', sans-serif;
  font-size: 14px;
  display: block;
  list-style-type: none;
  text-align: end;
  margin-top: 0.25em;
  margin-bottom: 0.15em;
  margin-left: 10em;
  margin-right: 21.85em;
  padding-right: 15px;
  padding-left: 0px;
  overflow: hidden;
  gap: 5px;
}

li {
	display: inline-block;
	padding-right: 30px;
}

.hex li{
	list-style-image: url("rightrice-logo-04.png");
}
/* link styles */
a:link {
  color: ghostwhite;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FF9E15;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FF9E15;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #9FC131;
  background-color: transparent;
  text-decoration: none;
}
/* styles */
p {
	font-family: 'Courier New', sans-serif;
	font-size: 12px;	
}

h1 {
	font-family: 'Courier New', sans-serif;
	font-size: 60px;
	font-weight: normal;
	position: relative;
	padding-left: 300px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-family: 'Courier New', sans-serif;
	font-weight: normal;
	font-size: 30px;
	position: relative;
	padding-top: 120px;
}

.colored-h1 {
	font-family: 'Courier New', sans-serif;
	font-size: 60px;
	font-weight: normal;
	color: #FF9E15;
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
}

.br-large {
	display: block;
	margin-bottom: 10em;
}
.br-small {
	display: block;
	margin-bottom: 8px;
}
/* loader */
