/*******************************************************************************************************************
                                                                 
*  Date: 6.26.2019                                                                                               
*******************************************************************************************************************/

/*******************************************************************************************************************
*  IMPORT OTHER STYLES                                                                                             
*******************************************************************************************************************/

/*******************************************************************************************************************
*  BASE     

*******************************************************************************************************************/
html {background: #000000}
body {color: #727272;font: normal 1em "Helvetice Neue", Arial, Tahoma, Verdana;}
p {line-height: 1.5em;margin-bottom: 15px}
p strong {color: #424242;}
address {font-style: normal;padding-bottom: 15px}

/*******************************************************************************************************************
*  LINKS                                                                                                           
*******************************************************************************************************************/
a, a:link {text-decoration:none; color:darkgrey} a:focus {color: #0094F6;outline: 0;}
a:hover {color: #3255C0;text-decoration: none}

/*******************************************************************************************************************
*  H1 - H4                                                                                                         
*******************************************************************************************************************/
h1, h2, h3, h4 {line-height: 1.2em;margin-bottom: 15px;font-weight: bold}
h1 {font-size: 3.0em;color: #fff;font-weight: normal;} 
h1 strong {font-weight: bold;}
h2 {font-size: 1.3em;color: #737373;margin-bottom: 30px;border-bottom: 1px solid #e5e5e5;border-top: .5px solid #e5e5e5; padding-bottom: 8px;padding-top: 8px}
h3 {font-size: 2.4em;color: #FFF51A;margin-bottom: 1px;}
h4 {font-size: 1.4em;color: #FFF51A;;margin-bottom: 5px;}
h5 {font-size: 1em;color: #F8F8F8;;margin-bottom: 2px;}


.wrapper{
	
	max-height: auto;
	border: 0px solid #FFFFFF;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	column-gap: 5px;
}


.wrapper::-webkit-scrollbar{height: 15px;width: 15px}


.wrapper .item{
	/*min-width: 291px;*/
	height: 180px;
	line-height: 165px;
	text-align: center;
	background-color: #000000;
	margin-right: 2px
}


.wrapper_sm{

	max-height: auto;
	border: 0px solid #FFFFFF;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden
}

.wrapper_sm::-webkit-scrollbar{width: 0;}

.wrapper_sm .item{
	/*min-width: 150px;*/
	height: 60px;
	line-height: 52px;
	text-align: center;
	background-color: #040000;
	border:#FFFFFF;
	margin-right: 2px;
	column-count: 3;
}


.button{
	
	max-height: 180px;
	border: 3px solid #FFFFFF;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	column-gap: 10px;

}

  /* Add a black background color to the top navigation */
.topnav {
  background-color: #252323;
	width: 100%;
  overflow: hidden;
	  position: fixed; /* Set the navbar to fixed position */
 
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #E76917;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
	
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

.header {
	  background-color: #000000;
	width: 100%;
	position: fixed; /* Set the header to fixed position */
  top: 0; /* Position the header at the top of the page */
}

.body {

padding-top: 175px;padding-left: 50px;
}

.anchor {
    scroll-margin-top: 200px;
}


.container h1{
  color: #fff;
  text-align: center;
}

details{
  background-color: #303030;
  color:#FBF240;
  font-size: 1.5rem;
	max-width: 90%;
}

summary {
  padding: .5em 1.3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;  
  transition: height 1s ease;
	
}

summary::-webkit-details-marker {
  display: none;
}

summary:after{
  content: "\002B";
}

details[open] summary {
    border-bottom: 1px solid #000000;
    margin-bottom: .5em;
}

details[open] summary:after{
  content: "\00D7";
}

details[open] div{
  padding: .5em 1em;
	
	

	
	
	
	
	
	
}


.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#content {padding: 40px 0 50px;text-shadow: 1px 1px 1px #fff;}
.cols {margin-bottom: 30px;}
.cols li {max-width: 32%;float: left;background: url('../img/cite.png') no-repeat;}
.cols li p {padding-left: 45px;}
.cols li.middle {margin: 0 2%;}
form {margin: 45px 0 0;background: #eeeeee;border: 1px solid #e5e5e5;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
form fieldset {padding: 10px 40px 20px;color: #737373;}
form .text {border: 1px solid #d6d6d6;background: #fff;width: 350px;padding: 8px;font-size: 12px;margin: 0 10px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
form .text:hover {border-color: #aeaeae;}

.box01{padding-top: 25px ;padding-left: 25px;}
.box02{padding-bottom: 35px ;padding-left: 25px;padding-right: 25px;text-align:center ; margin: auto}
.table01{border: thin #6A6A6A;text-align:center;padding-bottom: 35px;}