/* site.css */
header{
	width: 100%;
	position: static;
}
html{
	background-color: black;
}
#logo{
	float: left;
	font-family: 'Bookman Old Style';
	font-size: 36;
	color: #848b79;
	margin: 1px 0px 2px 0px;
}
#Language{
	height: 22px
}

#LogIn{
	float: right;
	font-family: "Comic Sans MS";
	text-align: right;
	margin: 1px 5px 7px

}
#LogIn > label{
	color: white;
}
#LogIn input[type=text],
#LogIn select,
#LogIn input[type=password]{
	width: 150px;	
}
#LogIn input[type=password]{
	padding: 0 0 5px 0;
}
#Sponsor{
	position: absolute;
	left: 10px;
	top: 80px;
	color: white;
	margin: 0 0 0px 10px;
	font-family: 'Freestyle Script';
	font-size: 28;
}

#intro{
	font-family: 'Goudy Old Style'
	color: white;
}
[type=submit]{
	background-color: #fbb117;	
	color: black;
	border: 1px solid #fbb117;
	border-radius: 30px;
	padding: 3px;
	width: 75px;
}
#RememberMe, #Subutton{
	margin-top: 3px;
}
#navbar {
width:100%;
height:40px;
background-color: #262626;
border-top: 2px solid white;
border-bottom: 2px solid white;
}

#navbar ul{
max-width: 99%;
list-style-type: none;
color: black;
text-decoration: none;
margin: 0;
padding: 0;
overflow: hidden;
}
#navbar li{
		display: inline;
		float: left;
		text-align: center;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
}
#navbar form, li a{
	display: block;
	padding: 0px 15px;
}
li a:hover {
background-color: black;
}
#navbar li a:link, li a:visited{
	text-decoration: none;
	color: white;
}
#navbar form{
	border-left: 2px solid white;
	border-right: none;
	padding: 0px 5px;
	float: right;
}
.active{
	background-color: darkgrey;
}
#main{
	background-image: url("C:/Users/Matth/Documents/Web Pages/IT-270/Business Site/Images/webBack.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;	
}
#aboutMain{
	background-image: url("C:/Users/Matth/Documents/Web Pages/IT-270/Business Site/Images/aboutBack.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
#young{
	position: right;
	height: 100px;
	width: 230px;
	background-color: dodgerblue;
	margin: 5px 5px 0 5px;
	box-shadow: -10px -10px 10px;
	box-shadow: -10px 10px 10px black;
}
#young:hover{
	height: 105;
	width: 235;
}
#product{
	float: left;
	height: 100px;
	width: 230px;
	background-color: dodgerblue;
	margin: 5px 0 0 5px;
	box-shadow: 10px 10px;
	box-shadow: 10px 10px 10px black;
}
#product:hover{
	height: 105;
	width: 235;
}

#aboutVid{
	align: center;
	margin: 5px;
	position: relative;
}
#footer{
    width:100%;
    background: black;
    position: bottom;
    margin: -55px 0 0 0;
    height: 60px;
    border-top: solid 1px white;
}
#owner{
	color: white;
	margin: 0px 5px;
	vertical-align: center;y
}
#contactMain{
	background-image: url("C:/Users/Matth/Documents/Web Pages/IT-270/Business Site/Images/contactBack.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
#sendMsg{
	margin: 0 0 0 0px;
	background-color: black;	
	color: white;
	border: 2px solid white;
	border-radius: 0;
	padding: 5px;
	width: 125px;
}
#contactUS{
	color: white;
	font-size: 36px;
	padding: 65px 0 0 105px;

}
#ContactTable{
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
#ContactTable td{
	height: 25px;
	font-size: 16px;
	font-family: "Times New Roman";
	text-decoration: underline;
	}
#ContactTable input{
	height: 25px;
	font-size: 16px;
	font-family: "Times New Roman";

}

#aboutHead{
	min-width: 100%;
	margin: 0px;
	padding: 15px;
	text-align: center;
	font-size: 52px;
	font-family: "Lucida Calligraphy";
}
#date{
	text-align: left;
	font-family: "Times New Roman"
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 5px;
}
#aboutIntro{
	text-align: right;
	font-family: "Times New Roman";
	font-size: 16px;
	margin: -17px 5px 0 0;
	padding: 0 0 0 5px;
}

#busBack{
	width: 250px;
	height: 150px;
}