#navContainer {}



.navWrapClass {
  float: left;
  width: 100%;
  height: auto;
  background-color: red;
  position: relative;
  font-size: 16px;
}

.navWrapClassBelt {
	display: none;
}

#navWrap.floating {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.navContClass .icon {
  display: none;
}

.navContClass {
  float: left;
  width: 100%;
  background-color: #2E302D; /*Color of the belt*/
  box-shadow: 0px 20px 20px -15px #111; 
  -moz-box-shadow: 0px 20px 20px -15px #111; 
  -webkit-box-shadow: 0px 20px 20px -15px #111;
  display: inline-block;
  z-index: 99999;
  border-bottom: 0.10em solid white;  
}


.navContClass>span, .subButt onStyle span, .buttonStyle span{
  white-space: nowrap;
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
  border: 0;
  clear: both;
  /*display: inline;*/
  list-style-type: none;
  height: auto;
  /*all: none;*/
  z-index: -1;  
}


 .subButtonStyle>span:first-of-type {
	 
 }


/* Style and color of the arrows if the button contains dropdown links */
.arrowDown {
  /*color: #30bd32;*/
  float: right;
  color: red;
  padding-left: 1rem;
  padding-right: 0rem;
  width: 1rem;
  font-size: 1.1rem;
  display: block;
}

/*
 .subButtonStyle>.arrowDown {
	 display: block;
	 position: absolute;
	 top: 0px;
	 right: 0px;
 }*/

.closeMenu {
  float: right !important;
  color: orange !important;
  padding-left: 1em;
  padding-right: 0em;
  font-weight: 1000;
}

.home { /* Color of the hmoe button */
  background-color: #C70E0F !important; /* red color */
}

.home:hover { /* Color of the hmoe button if hovered*/
  background-color: #30bd32 !important; /*green*/
}

.navIcon {
  position: absolute;
  top: 0em;
  right: 0em;
  background-color: black;
}

/* ##################################################*/
/* Style of the buttons */

/*Font Style*/
.navLinkContainer, .buttonStyle, .navContClass>a, .subButtonStyle, .dropdownLinks a, .subDropdownLinks a{
  font-style: normal;
  font: 1.15rem arial, sans-serif;
}
/*Font Style*/

.buttonStyle, .navContClass>a{
  background-color: #2E302D; /*Color of the button, same as color of the belt*/
  color: white;
  padding: 0.563rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: static;
  z-index: 999;
}

.buttonStyle:hover, .buttonStyle:focus, .navLinkContainer:hover, .navContClass a:hover {
  background-color: #30bd32; /* green, color upon hover */
}

.navLinkContainer, .dropdownContainer, .navContClass>a {
  float: left;
  position: relative;
  display: inline-block;
}

.subDropdownLinks, .dropdownLinks{
  display: none;
  /*position: absolute;*/
  /*min-width: 10em;*/
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0em 0.5em 1.00em 0em rgba(0,0,0,0.2);
  z-index: 3;
  width: 13rem;
  scrollbar-color: black grey;
}

.subButtonStyle, .dropdownLinks a, .subDropdownLinks a{
  color: black;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
  border: none;
  /*cursor: pointer;*/
  background-color: #8a9287; /* color of the first link buttons and of the subdropdownbuttons */
  /*overflow: hidden;*/
  /*position: static;*/ 
  z-index: 999;
}

.subButtonStyle, .dropdownLinks a{
	text-align: left;
	width: 100%;
}

.subDropdownLinks a, .dropdownLinks a{
	width: 11rem;
	
}

.subButtonStyle {
	width: 13rem;
}

.subDropdownLinks a span{
	
}

.subDropdownLinks a {
	background-color: #ccc; /*color of the subdropdownlinks */
}


.subDropdownLinks {
  position: relative;
}

.dropdownLinks {
  position: absolute;
}

.subButtonStyle {
  /*text-align: left;
  text-decoration: none !important;*/
}
/* ##################################################*/

.dropdownContainer a:hover, .navLinkContainer a:hover, .subButtonStyle:hover {background-color: #b7f2b8;}

.displayLinks, .displaySubLinks {
	display: block;
}

.remDrtn1, .remDrtn2, .remDrtn3, .remDrtn4, .remDrtn5 {}

.navWrapClass .navIcon {display: none;}

/* Style when Max width screen size is not more than: 600 px */
@media screen and (max-width: 600px) {
 
  body {
	  font-size: 16px;
  }

  .navBlock {
    display: block;
    float: right;
  }

  .navWrapClass {
  	min-width: 3.125em;
  	height: 2.625rem;
  	display: block;
  	color: white;
  }

  .navWrapClass .navIcon {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    background-color: #30bd32; /* color green, color of the responsive icon to show the menu with the links */
    color: black;
    /*padding: 0.25rem;*/
    font-size: 1.875rem;
    width: 1.5em;
    height: 100%;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    float: right;
    z-index: 10;
    background-image:url('./responsiveicon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
 .subDropdownLinks a, .dropdownLinks a {
	width: 100%;
}

/*.subDropdownLinks,*/
.dropdownLinks{
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

  .navWrapClassBelt{
  	display: block;
  	height: 100%;
  	width: 100%;
  	background-color: #2E302D; /* backgroundcolor of the navigation belt */
    border-bottom: 0.10em solid white;
  }
  
  .navContClass {
  	float: right;
  	position: relative;
  	padding: 0em;
  	display: none;
  }

   .navContClass a {
   	display: block;
   }

   .navContClass .dropdownContainer, .navContClass .buttonStyle {
    display: block;
  }

  .navContClass .dropdownContainer, .navContClass a {
    float: none;
    display: block;
    text-align: left;
  }

  .navContClass .dropdownContainer {float: none;}
  .navContClass .dropdownLinks {position: relative;}
  .navContClass .dropdownContainer .buttonStyle {
    display: block;
    width: 100%;
    text-align: left;
  }
  
  .subButtonStyle, .dropdownLinks, .subDropdownLinks {
		width: 100%;
  }
  
  .home{
  	display: none !important;
  }

  a.respHome {
  	z-index: 999;
  	display: inline-block;
  	background-color: #C70E0F; /* red-color. color of the home icon button */
  	height: 2.625rem;

  	/*if with image*/
  	position: absolute;
    left: 0;
    top: 0;
  	background-image:url('./homeicon_white.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 2.625rem; 

    /*if with text*/
    /*   
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    */
  }

  a.respHome:hover {
    background-color: #30bd32; /*green*/
  }

  /*if with text*/
  a.respHome span {
  	position: relative; 
  	font-size: 125%;
  	color: white;
  	font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
  }
}

#footerBelt {
	width: 100%;
	height: 1.9em;
	background-color: #2E302D;
	box-shadow:  0 -5px 5px -5px #333; 
  -moz-box-shadow:  0 -5px 5px -5px #333;
  -webkit-box-shadow:  0 -5px 5px -5px #333;
}

#footerWrap{
	width: 34em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #2E302D;
	height: 1.9em%;
	text-decoration: none;
}

/*FOOTER*/
#footerBelt ul li a{
	text-align: center;
	display: inline-block;
	position: relative;
	background-color: #2E302D;
	padding: 0.3em;
	font: 1em arial, sans-serif;
	color: white; 
	z-index: 1;
	height: 100%;
	width: auto;
}

#footerBelt ul li{
	display: inline-block;
}

#footerBelt ul li a {text-decoration: none !important;}

#footerBelt ul{
	padding: 0 0 0 0.2em;
	margin: 0;
	list-style-type: none;
}

#footerBelt ul li a:hover {
	background-color: #30bd32;
}

@media screen and (max-width: 600px) {
	#footerBelt {
		height: 100%;
	}
	
	#footerWrap{
		width: 100% !important;
		margin-left: none;
	  margin-right: none;
	}
	
	#footerBelt ul li{
		display: block;
	}
	
	#footerBelt ul li a{
		width: 7em;
		position: relative;
		display: block;
		padding: 0.3em;
		margin-left: none;
	  margin-right: none;
		text-align: left;
		list-style: none;
	}
}
