#menu {
  background: transparent;
  padding: 0px 10px;
  width: 98%;
  position: relative;
  margin: 0px auto;
  margin-bottom: 50px;
  height: 150px;
  font-family: "Source Sans 3", sans-serif;
}
#menu ul {
  padding: 0px;
  list-style: outside none none;
  white-space: nowrap;
  z-index: 510;
  position: relative;
  width: 98%;
  float: left;
  margin: 0 10px;
}
#menu li {
  background-size: 150px;
  background-position: center center;
  float: left;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu li:nth-child(1) {
  background-image: url(Images/shape1.png);
}
#menu li:nth-child(2) {
  background-image: url(Images/shape2.png);
}
#menu li:nth-child(3) {
  background-image: url(Images/shape3.png);
}
#menu li:nth-child(4) {
  background-image: url(Images/shape4.png);
}
#menu li:nth-child(5) {
  background-image: url(Images/shape5.png);
}
#menu li:nth-child(6) {
  background-image: url(Images/shape6.png);
}
#menu li:nth-child(7) {
  background-image: url(Images/shape7.png);
}
#menu li:nth-child(8) {
  background-image: url(Images/shape8.png);
}
#menu li:nth-child(9) {
  background-image: url(Images/shape9.png);
}
#menu li:nth-child(10) {
  background-image: url(Images/shape10.png);
}
#menu li ul {
  display: none;
}
.header-logo {
  background-image: url(Images/rc-logo.png);
  position: absolute;
  width: 200px;
  height: 120px;
  top: 0;
  right: 0px;
  z-index: 99;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
#content {
  background-color: transparent;
}
#content::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape1-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.home-background {
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape1-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.upload-background {
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape1-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.paperoriginals-background {
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape1-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.libraries-background {
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape1-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.orders-background {
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape1-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.departments-background {
  position: fixed;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  overflow: visible;
  background-image: url(Images/shape6-large.jpg);
  background-size: 1500px 1500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  background-repeat: no-repeat;
  opacity: 0.1;
}
.login-bg {
  position: fixed;
  z-index: -1;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  overflow: visible;
  background-image: url(Images/login-bg.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
/*#menu a {
	color: #fff;
text-decoration: none;
padding: 6px 36px !important;
position: relative;
z-index: 10;
display: block;
font-size: 14px;
text-align:center;
font-weight:400;
font-family:"PT SANS",sans-serif;
}*/

#menu a {
  color: white;
  background: #e18630;
  border-radius: 5px;
  display: block;
  font-size: 16.5px;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 100px;
}
#menu a span {
  width: 100%;
  font-size: 14px;
  position: relative;
  word-wrap: normal;
  display: block;
  text-wrap: auto;
  text-align: center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
  float: none;
}
/* End IE5-Mac hack */
#menu a:hover {
  background: #d86900;
}
#menu a.current {
  outline: medium none;
}
#menu li:hover {
  outline: medium none;
}
#menu a:hover span {
}
.home-link-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
}
.home-link-section a,
.home-link-section a:visited {
  color: white;
}
.home-link-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
}
.home-link-button {
  background: #e18630;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  min-width: 180px;
  max-width: 180px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
}
.home-link-button:hover {
  color: white;
  background: #d86900;
}
.home-link p {
  color: #a21a6b;
}
.top-section-headline {
  width: 600px;
  background: #363281;
  color: white;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
