
body {
	margin: 15px auto;
	padding-left: 10%;
	max-width: 650px;
	line-height: 1;
	font-family: sans-serif;
	font-size: 1.6em;
	color: #fff;
	background: #343434;
	background-image: url(/bio/ETLOcirclelogo-2.png);
	background-repeat: no-repeat;
	background-size: 50rem;
	background-position: -80px;
	background-position-y: -80px;
	padding-top: 1rem;
	
}


hr.rounded {
	border-top: 8px solid #bbb;
	border-radius: 5px;
  }
  a:link {
	color: rgb(244, 241, 92);
	text-decoration: none;
  }
  
  /* visited link */
  a:visited {
	color: rgb(219, 144, 4);
	text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
	color: slategray;
	text-decoration: none;
  }
  
  /* selected link */
  a:active {
	color: azure;
	text-decoration: none;
  }
  
  .pipipic {
	position: absolute;
    margin-left: 480px;
	margin-top: -130px;
    width: 236px;
    height: 207px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    cursor: pointer;
    transition: transform 1000ms ease-in;
    z-index: 99;
  }


  table {
	border-collapse: collapse;
	width: 100%;
	border: 0px solid #ddd;
  }

.tidbit {
	background-color:rgb(243, 241, 133, 0.5);
	color: azure;
	border-radius: 5px;
	padding: 10px;

}
  
  th, td {
	text-align: left;
	padding: 16px;
  }

@media screen and (max-width: 1100px) {

	body {
	
		background-size: 40rem;
		background-position: -120px;
		background-position-y: -120px;
	
		
	}

	.container {
	
		width: 90%;
		height: auto;
	}

	.pipipic {

		margin-left: 440px;
	}


}

@media screen and (max-width: 780px) {


	.pipipic {

		margin-left: 400px;
	}


}

@media screen and (max-width: 680px) {


	.pipipic {
transform: scale(0.8);
margin-top: -158px;
		margin-left: 337px;
	}


}
