@charset "utf-8";
/* CSS Document */
body {
    font-family: "Lato", sans-serif;
}

.text-normal {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #2F2F2F;
}

/* -- Hiptitan Navigation Block --*/

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #cadddb;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}



/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #333;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a pink background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #e0ebea;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e0ebea;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #cadddb;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

/* -- --*/

footer {
	background-image: url("../images/rcs_logo1100x300.jpg");
	background-size: 100%;
	background-repeat:no-repeat;
}

.footertitle {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #0A0909;
	font-weight: bold;
}
.footertext {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	color: #0A0909;
}
.footertext a:link {
	text-decoration:none;
}
.footertext a:hover{
	text-decoration:none;
	color: #BCDB96;
}
fieldset {
	margin-left: 0px;
	padding-left:0px;
	border:none;
}
select {
	width: 100%;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}
