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

body {
	background-image: url("../images/dried_roses.jpeg");
	background-attachment: fixed;
	background-size: cover;
}

#Content {
	height: auto;
	width: 1200px;
	padding: 20px 0px;
}

#logo {
	hieght: 200px;
	width: 300px;
	overflow: visible;
	display: block;
}

/*-------Top Nav---------*/

#nav {
	height: 48px;
	width: 80%;
    position: relative;
}

.tab {
	height: 28px;
	width: auto;
	padding: 5px 20px 5px 20px; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: #D8D8D8;
	display: inline-block;
	border-style: solid;
	border-color: darkgray;
	border-width: 0px 1px 0px 0px;
	float: left;
}

a {
	text-decoration: none;
	color: currentColor;
}

.socialMedia {
	height: 30px;
	width: auto;
	display: inline-block;
	float: right;
	margin: 3px 10px;
}

/*----------end Top Nav-----------*/

/*------------Body----------------*/

#break {
	height: 1px;
	width: auto;
	background-color: #8A8A8A;
}

video {
	width: 1000px;
	border-style: solid;
	border-width: 1px;
	border-color: #8A8A8A;
}

.description {
	height: inherit;
	width: 1000px;
	padding: 10px 10px 10px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color: white;
}