@charset "UTF-8";
/* CSS Document */


.Cartoon-Text {
	font-family: 'Titillium Web', sans-serif;
	font-size:20pt;
	color:#2F4D69;
	font-weight:400;
	font-style: regular;
}

#Fan-Text {
	width: 100%;
	max-width:1010px;
	height:auto;
	margin:auto;
	margin-top:10px;	
	
}

#Fan-Video-Holder {
	width:100%;
	max-width:600px;
	margin:auto;
	margin-top: 10px;
	padding-bottom:10px;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 1100px) {
	
	
	#Fan-Text {
	width: 95%;
	max-width:1010px;
	height:auto;
	margin:auto;
	margin-top:10px;	
	
}

.Cartoon-Text {
	font-family: 'Titillium Web', sans-serif;
	font-size:16pt;
	color:#2F4D69;
	font-weight:400;
	font-style: regular;
}

#Fan-Video-Holder {
	width:95%;
	max-width:600px;
	margin:auto;
	margin-top: 10px;
	padding-bottom:10px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}

@media only screen and (max-width: 800px) {
	
	#Fan-Text {
	width: 90%;
	max-width:1010px;
	height:auto;
	margin:auto;
	margin-top:10px;	
	
}

.Cartoon-Text {
	font-family: 'Titillium Web', sans-serif;
	font-size:14pt;
	color:#2F4D69;
	font-weight:400;
	font-style: regular;
}
	
	
}