body {
    /*background-color: rgb(41,38,38);*/
    background-color: rgb(0, 0, 0);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
    color: white;
}

.nav-bar-top-back
{
    /*width: auto;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    /*background-color: rgb(160, 1, 1);*/
    background-color: rgb(20,20,20);
    height: 45px;
    width: 97.9%;
    border-radius: 10px;
}

.sm-heading h2
{
    margin-bottom: 2rem;
    padding: 0.2rem 1rem;
    display: inline-block;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400; }
  h1.lg-heading,
  h2.lg-heading,
  h3.lg-heading {
    font-size: 5rem; }
  h1.sm-heading,
  h2.sm-heading,
  h3.sm-heading {
    margin-bottom: 2rem;
    padding: 0.2rem 1rem;
    display: inline-block; }

h2.sm-heading {}

h2.sm-heading {}

.nav-bar-top-left
{
    padding-top: 5px;
    float: left;
}

.nav-bar-top-left p
{
    display: inline;
}

.nav-bar-top-left p a
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-left: 10px;
    text-decoration: none;
    font-size: 20px;
}

/* Positioning for the right top nav content */
.nav-bar-top-right
{
    padding-top: 5px;
    float: right;    
}

/* Positioning for the right top nav text box */
.nav-bar-top-right p
{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
 /* Positioning/customisation for the text inside right top nav bar */
.nav-bar-top-right p a
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-right: 10px;
    text-decoration: none;
    font-size: 20px;
}

.image-middle-large
{
    padding-left: 5px;
    padding-bottom: 10px;
}

.image-middle-large img
{
    width: 30%;
    border-radius: 10px;
    align-self: center;    
    display: block;
    margin: 0 auto;
}

.nav-bar-bottom-back
{
    /*width: auto;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    /*background-color: rgb(160, 1, 1);*/
    background-color: rgb(20,20,20);
    height: 40px;
    width: 97.9%;
    border-radius: 10px;
}

.nav-bar-bottom-left
{
    padding-top: 5px;
    float: left;
}

.nav-bar-bottom-left p
{
    display: inline;
}

.nav-bar-bottom-left p a
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-left: 10px;
    text-decoration: none;
}

/* Positioning for the right top nav content */
.nav-bar-bottom-right
{
    padding-top: 9px;
    float: right;    
}

/* Positioning for the right top nav text box */
.nav-bar-bottom-right p
{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

 /* Positioning/customisation for the text inside right top nav bar */
.nav-bar-bottom-right p a
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-right: 10px;
    text-decoration: none;
}

#lblGreetings
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
}

.navbar {
  overflow: hidden;
  background-color: rgb(20,20,20);
  border-radius: 10px;
  margin-bottom: 10px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: grey;
}

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

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

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Collapsible box */
.collapsible {
  background-color: #eee;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#changeLogText
{
    color: black;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}