/* CSS Document */
#h1 { 
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 60px; 
    background-color: transparent;
}
#par2{
     font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
     font-size: 16px;   
     background-color: transparent;
}           
a:link {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}
a:visited {
    color: black;
    background-color: transparent;                       
    text-decoration: underline;
}
a:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

.navbar {
  overflow: hidden;
  background-color: transparent;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 80%; /* Full width */
}



#tabTX {
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;
    border: 1px dashed black;
    border-collapse: collapse;
    padding: 50px;
    float: center;
    background-color: transparent;
}
#tabHED {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    border: 1px dashed black;
    border-collapse: collapse;
    padding: 50px;
    width: 25%;
    float: center;
    background-color: transparent;
}

#tabHED1 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    float: left;
    padding: 30px;
    background-color: transparent;
box-shadow: 10px 10px 5px black opacity: 0.5;
}

#tabHED2 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    text-align: centre;
    padding: 30px;
    float: center;
     background-color: transparent;
box-shadow: 10px 10px 5px black opacity: 0.5;
}

#tabHED3 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    text-align: right;
    padding: 30px;
    float: right;
    background-color: transparent;
box-shadow: 10px 10px 5px black opacity: 0.5;
}
#tabPIC {
	border: 1px dashed black;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
    float: center;
}


.u{
  font-style: underline;
}



.container {
  overflow: hidden;
   background-color: transparent;
}

.filterDiv {
  float: center;
  background-color: transparent;
  color: black;
  width: 100%;
  line-height: none;
  text-align: center;
  margin: none;
  display: none;
}

.show {
  display: block;
}
.btn {
  border: none;
  outline: none;
  padding: 3px 1px;
  cursor: default;
  text-decoration: underline;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  background-color: transparent;
}
.btn:hover {
  border: none;
  outline: none;
  padding: 3px 1px;
  background-color: white;
  cursor: pointer;
  text-decoration: none;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.btn:active {
  border: none;
  outline: none;
  padding: 3px 1px;
  background-color: white;
  cursor: pointer;
  text-decoration: overline;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  
  
/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 960px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #FFFFFF; /* White */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    text-align: left;
    border: 1px dashed black;
    border-collapse: collapse;
    padding: 50px;
    float: center;
  
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
  font-size: 18px;
  font-weight: normal;
}