
body {
  font-family: "Lato", sans-serif;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

/* Sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;  
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* Mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #FF0;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* Add an active class to the active dropdown button */
.active {
  background-color: #663;
  color: #F96;
}

/* Dropdown container */
.dropdown-container {
  display: none;
  background-color: #CCC;
  padding-left: 8px;
}

/* Style of caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

A:hover {color: #FF00FF}
a{text-decoration:none}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	display: inline;
	
}
.floatleft {
	   float: left;
	   margin-right: 15px;
}

.floatright {
	   float: right;
	   margin-left: 15px;
}
.center {
	//center table
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	.responsive {
  width: 100%;
  height: auto;
  display: block;
}
	.responsive50 {
  width: 50%;
  height: auto;
  display: block;
}
.center50 {
	// center and reduce image/text width by 50%
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
 // border: 3px solid green;
  //padding: 10px;
}
.center80 {
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.centertext {
	 text-align: center;
     //width: 100%;
}

.lefttext {
 text-align: left;
 width: 100%;
}

.centered {
	//center image at full size
   display: block;
   margin-left: auto;
   margin-right: auto 
	}
	
	.arial {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.boxyellow {
	    font-size: 15px;
    padding: 10px;
    border: 2px solid green;
    background: yellow;
	text-align: left;
	margin: 0 auto;
	width: 40%;
  }
.box {
	 //font-size: 15px;
    //padding: 0px;
	text-align: left;
	width: 80%;
  }
  .multiple2 {
	  width: 400px;
	  display: block;
   //border: 1px solid black;
    overflow: hidden; /* will contain if #first is longer than #second */
	text-align: center;
	}

.first {
    width: 200px;
    float:left; /* add this */
   //border: 1px solid red;
}
.second {
   width: 200px;
   //border: 1px solid green;
   overflow: hidden; /* if you don't want #second to wrap below #first */
	float: left; /* add this */
}
.multiple3 {
	margin: auto;
	  width: 100%;
   //border: 1px solid black;
    overflow: hidden; /* will contain if #first is longer than #second */
	text-align: center;
	}
	.first3 {
    //width: 20%;
    float:left; /* add this */
   //border: 1px solid red;
}
.second3 {
   //width: 60%;
   //border: 1px solid green;
   overflow: hidden; /* if you don't want #second to wrap below #first */
	float: left; /* add this */
}
.third3 {
    //width: 20%;
   //border: 1px solid blue;
    //overflow: hidden; /* if you don't want #second to wrap below #first */
	float: left; /* add this */
}
summary{
  outline:none;
}
.container40 {
    width: 40px;
    height: 40px;
}
.container { -/* Use more containers etc inside this wrapper - */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    //background: #eee;
    margin: 10px auto;
    position: relative;
    text-align:center;
}
.containermag {
	text-align: center;

}
.containermag > div { -/* Use more containers etc inside this wrapper - */
    width: 150px;
	height: 150px;
	//background:red;
}

.leftmag {
	float: left;
}
.centermag {
	display: inline-block;
	//margin: 0 auto;
	
}
.rightmag {
	float: right;
}

.b {
	color: #804000;
}
.g {
	color: #008000;
}
.r {
	color: #F00;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* For responsive youtube videos */
.containerframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
