@import url(normalize.css);

@media screen and (min-width: 48em) and (max-width: 64em) { /* 768px */

.content ul {
	flex-wrap: wrap;	
	flex-direction: row;	
	margin-top: 20px;
	margin: 0 auto;
	height: 500px;
	margin-bottom: 0px;
	width: 90%;	
	justify-content: center;
	padding: 0;
}

.content ul > li {
	display: flex;	
	font-size: 2rem;
	height: 500px;
	width: 48%;
	border: 1px solid #999;
	border-radius: 25px;
	text-align: center;
	justify-content: center;
}

.content ul > li:nth-child(1) {
	flex: auto;
}

.content ul > li:nth-child(2) {	
	margin-left: 20px;
	flex: auto;
}

.content article > h2 {
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	margin-bottom: 0;
	padding: 15px;
	list-style-position: inside;
	color: rgba(68, 108, 179, 1);	
}

.content article > p {
	display: block;
	color: black;
	padding: 0 15px;
	font-size: 0.6em;
}

table {
	margin-top: 50px;
	margin: 0 auto;
	color: black;
	font-size: 1em;  
	height: auto;
	display: table; 
}

caption{
	display: table;
	margin: 0 auto;
}

tr{
	display: block;
	margin: 0 auto;	
}

td {
	display: block; 
	margin: 0 auto;
	vertical-align: inherit;
	padding: .5em;
	width: 100%;	
	height: 480px;
	text-align: left;
}

td > video{
	display: table-cell;
	width: 640px;
	height: 440px;
}

td > object{
	width: 640px;	
	height: 440px;
}
}

@media only screen and (min-width: 64em) and (max-width: 80em) { /* 1024px */

.content ul {
	display: flex;	
	flex-wrap: wrap;	
	flex-direction: row;	
	justify-content: center;
	margin-top: 20px;	
	margin: 0 auto;
	height: 315px;
	margin-bottom: 0px;
	width: 90%;
	padding: 0;
}

.content ul > li {	
	display: flex;	
	font-size: 2rem;
	height: 420px;
	width: 48%;
	border: 1px solid #999;
	border-radius: 25px;
	text-align: center;
	justify-content: center;
}

.content ul > li:nth-child(1) {
	flex: auto;
}

.content ul > li:nth-child(2) {	
	margin-left: 20px;
	flex: auto;
}

.content article > h2 {
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	margin-bottom: 0;
	padding: 15px;
	list-style-position: inside;
	color: rgba(68, 108, 179, 1);	
}

.content article > p {
	display: block;
	color: black;
	padding: 0 15px;
	font-size: 0.6em;
}

table {
	display: table; 
	margin: 0 auto;
	color: black;
	margin-top: 100px;
	font-size: 1em;  
	height: auto;
}

caption{
	margin-top: 0px;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
}

tr{
	display: table-cell;
}

td {
	vertical-align: inherit;
	padding: .5em;
	display: table-cell;
	width: 100%;	
	height: 400px;
	text-align: center;
}

td > video{
	width: 480px;
	height: 350px;
}

td > object{
	width: 480px;	
	height: 350px;
}

footer {
	text-align:center;
	background-color: rgba(0, 0, 0, 0.3);
}

footer > p {
	color: black;
	text-transform: none;	
	margin-top: 100px;
}
}

@media screen and (min-width: 80em) { /* 1280px */

.content ul {
	display: flex;	
	flex-wrap: wrap;	
	flex-direction: row;	
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;	
	height: 400px;
	margin-bottom: 0px;
	width: 90%;
	padding: 0;
}

.content ul > li {	
	display: flex;	
	font-size: 2rem;
	height: 420px;
	width: 50%;
	border: 1px solid #999;
	border-radius: 25px;
	text-align: center;
	justify-content: center;
}

.content ul > li:nth-child(1) {
	flex: 1 1 0%;
}

.content ul > li:nth-child(2) {
	margin-left: 20px;
	flex: 1 1 0%;
}

.content article > h2 {
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	margin-bottom: 0;
	padding: 15px;
	list-style-position: inside;
	color: rgba(68, 108, 179, 1);	
}

.content article > p {
	display: block;
	color: black;
	padding: 0 15px;
	font-size: 0.6em;
}

table {
	display: table; 
	margin-top: 50px;
	margin: 0 auto;
	color: black;
	font-size: 1em;  
	height: auto;
}

caption{
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
}

tr{
	display: table-cell;
}

td {
	vertical-align: inherit;
	padding: .5em;
	display: table-cell;
	width: 100%;	
	height:400px;
	text-align: center;
}

td > video{
	width: 600px;
	height: 360px;	
}

td > object{
	width: 600px;	
	height: 420px;
}

footer {
	text-align:center;
	background-color: rgba(0, 0, 0, 0.3);
}

footer > p {
	color: black;
	text-transform: none;	
	margin-top: 150px;
	height: auto;
}
}