body {

      margin:0;
	  background-color:#000000;
	  font: PAPYRUS, Raleway-Light, Arial, Existence-Light, sans-serif, Verdana, Geneva;

}

.index {
    font: PAPYRUS, Raleway-Light, Arial, Existence-Light, sans-serif, Verdana, Geneva;   
	max-width: 1000px;
    margin: auto;
}	

p {
	color: #B3B3B3;   	/* WHITE */
	font: PAPYRUS, Raleway-Light, Arial, Existence-Light, sans-serif, Verdana, Geneva;
	text-align:center;
}

h1 {
	color:#FFCC99; 
	font: PAPYRUS, Raleway-Light, Existence-Light, Arial, sans-serif, Verdana, Geneva;
	text-align:center;
}		

h2 {
	color:#FFCC99; 
	font: PAPYRUS, Arial, Existence-Light, sans-serif, Verdana, Geneva;
	text-align:center;
}

h3 {
	color:#FFCC99; 
	font: PAPYRUS, Arial, Existence-Light, sans-serif, Verdana, Geneva;
	text-align:center;
}
h5 {
	color:#B3B3B3;   	/* WHITE */ 
	font: PAPYRUS, Arial, Existence-Light, sans-serif, Verdana, Geneva;
	text-align:center;
	font-size: 40px;
}


	/* START - This defines the color of the links on the pages Dec. 1, 2018 */
	
a:link    {
      text-decoration: none;
	  color: inherit;
}
a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;

}

	/* END - This defines the color of the links on the pages Dec. 1, 2018 */
		
				
/* START - Trial image links Dec. 1, 2018 STARTS here */
.row {
 
	max-width: 1000px;
    margin: auto;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding:8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
   
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: black;
    padding: 10px;

}


/* END - Trial image links Dec. 1, 2018 ENDS here */




/*    ***********************************************************************************************************************************   */

/* START - PHOTO PAGES Jan. 7, 2019 STARTS here */
.rowA {
 
	max-width: 1000px;
    margin: auto;
}

/* Add padding BETWEEN each column */
.rowA,
.rowA > .columnA {
    padding:8px;
}

/* Create three equal columns that floats next to each other */
.columnA {
    float:none;
    width: 100%;
   
}

/* Clear floats after rows */ 
.rowA:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.contentA {
    background-color: black;
    padding: 10px;

}


/* END - PHOTO PAGES Jan 7, 2019 ENDS here */

/*    ***********************************************************************************************************************************   */



.navbar {
  overflow: hidden;
  background-color: #333;  
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.navbar a.active {
  background-color: #FF0000;
  color: white;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    bottom:0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

#menuTop  {
     position:fixed;
     top:0;
}


#mySidebar  {
    overflow-y: auto;
}	


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidebar a {
    padding: 4px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f2f2f2;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #FF0000;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 35px;
    cursor: pointer;
    background-color: #333;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #FF0000;
}

#main {
    transition: margin-left .5s;
    padding: 2px;
	position: fixed;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}

}

  @font-face {
  font-family: 'PAPYRUS';
  src: url('PAPYRUS.TTF') format('truetype');
}
 @font-face {
  font-family: 'Raleway-Light';
  src: url('Raleway-Light.ttf') format('truetype');
}
 @font-face {
  font-family: 'Existence-Light';
  src: url('Existence-Light.otf') format('opentype');
}