html, body 
{
    max-width: 100%;
    overflow-x: hidden;
}

a 
{
	color: rgb(0,124,137);
	font-weight: normal;
	text-decoration: underline;
}

div
{
	background-color: rgb(242, 243, 245);
}

footer
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgb(33, 41, 50);
}

h2
{
	padding-top: 50px;
	text-align: center;
	font-weight: bold;
}

header
{
	margin-top:30px;
	background-color:white;
}

iframe
{
	width: 100%;
	height: 100%;
}

p
{
	padding-top: 15px;
	text-align: center;
	line-height: 2;
	font-size: 18px !important;
}

span
{
	font-size: 18px;
	font-weight: bold;
}

.footanch
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.jumbotron
{
	background-color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

#biosynlogo
{
	height:120px;
	width:120px;
}

#thympic
{
	width:575px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footerinfo
{
    float:left;
    padding-left: 15%;
    background-color: rgb(33, 41, 50);
    color: white !important;
}

#footersocmed
{
	float:right;
	background-color: rgb(33, 41, 50);
	margin-right: 15%;
}

.socmed
{
	background-color: rgb(33, 41, 50);
	display: inline-block;
	float:left;
	padding-left: 15px;
}

#tableimg 
{
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ytid
{
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

#ytdiv
{
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 480px;

}

#moreinfo
{
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 640px){
	#ytdiv
	{
		margin-left: auto;
		margin-right: auto;
		width: 320px;
		height: 240px;

	}

	#thympic
	{
		width:320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#tableimg 
	{
		margin-top: 50px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 320px;
	}

	#footersocmed
	{
		float:initial;
		background-color: rgb(33, 41, 50);
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		width:190px;
	}

	.socmed
	{
		background-color: rgb(33, 41, 50);
	}

	footer
	{
		padding-top: 50px;
		padding-bottom: 150px;
		background-color: rgb(33, 41, 50);
	}

}