/*
	Multimedia Styles HTML and CSS
	Website Project
	
	External Style Sheet
	Author: Andrea Quihuis
	Date: 1/24/2016
	
	Filename: ex.css
	Supporting files: webpage.htm
	
	
*/

/*Header*/

/* Body*/

body{
	background: #808080;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	display: fluid;
	width: 94%;
}
header h1{
	transform: rotate(-12deg);
	position: relative;
	left: 0px;
	margin-top: -50px;
}
/*Images*/
header h2{
	transform: rotate(+12deg);
	position: relative;
	left: 970px;
	margin-top: 100px;
}

header h3{
	font-family: Century Gothic, Serif;
	color: blue;
	font-size: 30px;
	letter-spacing: 20;
	text-align: center;
	font-weight: bolder;
	margin-top: -140px;
	}
/*Video clips*/
h4{
	font: Century Gothic, san-serif;
	font-size: 20px;
	text-align: left;
	margin: 0px auto;

}
h5{
	font: Century Gothic, san-serif;
	font-size: 20px;
	text-align: right;
	position: relative;
	margin: 0px auto;
	margin-top: -324px;
}

/*Paragraph*/
p{
	font-family: Verdana;
	font-size: 16;
	font-weight: bold;
	text-align: left-side;
	margin: 0px auto;
}
h6{
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 2px;
	text-align: center;
	
}
/*Lists*/
ol, li{
	font-family: Lucida Console;
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	margin: 2px;
	letter-spacing: 1px;
}
ul{
	font-family: Lucida Console;
	font-size: 14px;
	font-weight: bold;
}
/*Table*/
caption{
	font-family: Century Gothic, Serif;
	font-size: 25px;
	color: red;
}
table, th, td {
    border: 1.5px solid black;
    border-collapse: collapse;
	text-align: center;
	
}
th, td {
    padding: 4px;
}

th{
	background-color: black;
    color: white;
	height: 30px;
}
/*Footer*/

footer{
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
}
/*Form*/
form{
	font-size:14px;
}	
