:root {
  --menuBarBG: #333;
  /* --menuBarBG: orange; */
  --menuActive: #4CAF50;
  /* --menuActive: #4CAFFF; */
  --menuHover: yellow;
  --lang: #ccc;
  --appMenuBarBG: #200903;

}


/* @font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
    url(http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4RdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
} */

html,
body {
  height: 100%;
}

html {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 93%;
  line-height: 1.5em;
  padding: 0;
}



li {
  list-style: none;
}


a,
a:link,
a:visited {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

hr.light {
  color: lightblue;
  opacity: 0.10;
}

p {
  margin: 0 0 1em 0;
}

img {
  border: none;
  width: auto;
  max-width: 100%;
  height: auto;
}



#footer {
  float: none;
  clear: both;
  border-top: 1px solid #57626a;
  text-align: center;
  color: #333;
  font-size: 11px;
  padding: 10px;
  line-height: 50px;
  margin-bottom: 20px;
}


/* div.title-command {
  display: block;
}

div.title-command[type="top"] {
  padding-bottom: 2.0em;
}

div.title-command[type="bottom"] {
  padding-bottom: 3.0em;
} */



.clear {
  clear: both;
}


.float-right {
  float: right;
}

.float-left {
  float: left;
}

h2 a {
  color: white;
  font-weight: bold;
}

a:hover {
  background-color: var(--menuHover);
}

.menuDivider {
  float: left;
  overflow: auto;
  visibility: hidden;
  width: 100px;
}



.hidden {
  display: none;
}

body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.left {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* .about {}

div.about p {
  display: block;
  text-align: justify;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
}

.flash {
  background-color: yellow;
  padding-left: 4px;
  padding-right: 4px;
}

.audioClass {
  display: none;
  max-width: 380px;
  width: 90%;
  margin: 2px;
  padding-right: 4px;
  padding-left: 4px;
} */

/* .line-light {
  height: 2px;
  border: none;
  color: lightblue;
  background-color: lightblue;
  width: auto;
  margin-right: 33%;
} */

/* div.title-command img.icon {
  background-color: transparent !important;
  width: 32px;
  height: 32px;
  border: 0px;
} */

/* div.title-command a {
} */


#myTopnav {
  background-color: var(--menuBarBG);
  text-align: center;
  cursor: pointer;
  font-weight: bolder;
  position: relative;
  z-index: 1;

  text-decoration: none;
  font-size: 17px;

}


#myTopnav a.active {
  background-color: var(--menuActive);
  color: white;
}

#myTopnav {
  overflow: hidden;
  /* transition: 0.5s; */
}

.menuItem {
  /* width: 100px; */
  max-width: 25%;
}


.appnav {
  overflow: hidden;
  background-color: var(--appMenuBarBG);
  max-width: 400px;
  /* max-height: 30px; */
}


#myTopnav a,
.appnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
}


#myTopnav a:hover,
.appnav a:hover {
  background-color: #ddd;
  color: black;
}

#myTopnav a {
  color: #f2f2f2;
  padding: 14px 16px;
  font-size: 17px;
}

.appnav a {
  color: #f2f2f2;
  padding: 5px 15px;
  /* margin-right: 5px; */
  font-size: 17px;
  border-right: #4CAF50 solid 2px;
  width: 50px;
}



#box {
  width: 90%;
  border: 1px;
  /* border-color: red;
  background-color: #4CAF50; */
  border-style: none
}

.template2 {
  /* background-color: #4CAF50; */
  display: block;

  overflow: hidden;

}

.template2 img {
  width: 350px;
  height: auto;
  max-width: 80%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.template2 p {
  /* width: 100px; */
  /* max-width: 30%; */
  text-align: justify;

  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}


.firstPage a {
  display: block;
  text-align: left;
  padding: 2px 6px;
  text-decoration: none;
  font-size: 17px;

}

.social-links img {
  height: 48px;
  margin: 10px;
  cursor: pointer;

}

.social-links {
  text-align: center;
}

.social-links a {
  display: inline-block;
  text-decoration: none;
}