/*
    Author: Aaron Robins
    Date: 11/8/2015
    Class: IT-270 Final Project Module 7
    
    Files: styles.css, index.html, media.html, gallery.html, signup.html, about.html
    */

html {

    background: url(bkg.jpg) no-repeat center center fixed;
    -moz-animation-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;

}

body {
    width: 100%;
    margin: 0px;
    min-height: 100%;
    max-width: 1920px;
}

.image {
    position: relative;
    width: 100%;
}

.image h2 {
    position: absolute;
    top: 20px;
    left: 500px;
    width: 100%;
}

.image h2 span {
    color: white; 
    font: bold 60px/70px Helvetica, Sans-Serif; 
    letter-spacing: -1px;  
    background: rgb(0, 0, 0); /* backup color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 0px;  
}

nav li {
	display: inline;
}

nav a {
	text-decoration: none;
	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal.
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	color: yellow;
	padding-right: 30px;
}

nav a:hover {
	text-decoration: none;
	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal.
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	color: #fff;
}

.news {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 100px;
    width: 65%;
    height: 209px;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
    float: left;
}

.upcoming {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 5px;
    width: 15%;
    height: 209px;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
    float: left;
}

.techtips {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 100px;
    width: 1106px;
    float: left;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
}

.desc {
    height: 319px;
}

.desc, .video {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 50px;
    width: 560px;
    float: left;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
}

fieldset {
    border: 1px solid white;
    margin-top: 10px;
    margin-left: 50px;
    width: 1200px;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
    display: inline;
}

legend {
    background-color: #fff;
}

.head {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 150px;
    width: 1000px;
    padding: 5px;
    background-color: rgba(128, 128, 128, 0.5);
}

.top, .bottom {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 50px;
    width: 90%;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
    display: inline;
    float: left;
}

.main {
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 50px;
    width: 90%;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.5);
}

address {
   font-style: normal; 
   font-size: 10px; 
   font-color: white;
   border-top: 2px solid rgb(128, 128, 128); 
   margin-top: 20px; 
   text-align: center;
   width: 100%;
   bottom: 0;
   position: fixed;
}