/* CSS Document */
.imgLogo {
	min-width: 220px;
	margin: -25px;
	padding: 0px;
}
.imgRLLogo {
	min-width: 340px;
	margin: -25px;
	padding: 0px;
}

#HeaderOuter {
	font-family: 'Montserrat', sans-serif;
	background-color: #DFF7F4;
	/*position: sticky;
	top: 0;
	overflow: hidden;
	z-index: 10;*/
}
#Header {
	padding: 20px 0px 13px 0px;
	color: #FFF;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
}
#Logo {
	float: left;
	margin: 0px 35px 0px 30px;
}
#myTopnav {
	display: none;
}
@media screen and (max-width: 360px) {
	/*.imgLogo {
		max-width: 100%;
	}*/
	.imgRLLogo {
		min-width: 230px;
	}
	#Header {
		padding: 15px 30px 15px 27px;
	}
	#Header a {
		font-size: 15px;
		line-height: 25px;
		margin-right: 0px;
	}
}


/* ---------------------------------- Drop Down Menu -------------------------------------- */
/* Add a black background color to the top navigation */
.topnav {
	background-color: #DFF7F4;
	overflow: hidden;
	padding: 12px 15px 10px 15px;
}
/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #3E9F9F;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}
.Menu a{
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	color: #3E9F9F;
	text-decoration: none;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.Menu a:hover {
	color: #3E9F9F;
	background-color: #ACD3D5;
}

/* Add an active class to highlight the current page */
/*.active {
  background-color: #4CAF50;
  color: white;
}*/

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	border: none;
	outline: none;
	color: #3E9F9F;
	padding-right: 15px;
	padding-left: 15px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #DFF7F4;
	min-width: 120px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	z-index: 99;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: #3E9F9F;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 32px;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #ACD3D5;
	color: #FFF;
}

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

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 730px) {
	#myTopnav {
		display: block;
	}
	#myTopnav1 {
		display: none;
	}
	.topnav {
		padding: 0px;
	}
	.topnav a {
		padding-left: 30px;
	}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* CloudFlare Font Awesom */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-caret-down:before {
  content: "\f0d7";
}
/* CSS Document */

