/*
	Michelle Raymond Photography Style Sheet
   Author: Michelle Raymond
   Date:   05/03/2016

   Filename:         mrpstyle.css
*/

/* Body Styles */

body {
	background: #000000 url(clock.jpg) no-repeat center fixed;
	background-size: cover;
	height: 100%;
}

/* Section Styles */

#bar {
	background-color: #ffffff;
	opacity: 0.6;
	float: left;
	position: fixed;
	left: 75px;
	top: 0px;
	height: 100%;
	width: 210px;
}

/* Navigation Styles */

nav {
	margin-top: 150px;
}

nav.nav a {
	text-decoration: none;
	color: black;
	font-variant: small-caps;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 1.2em;
}

nav.nav li {
   list-style: none;
	margin-top: 30px;
}

nav.nav a:hover {
	font-size: 150%;
}

/* Logo Styles */

#logo {
	width: 200px;
	padding: 2px;
	margin-top: 50px;
	margin-left: 2px;
}

/* Footer Styles */

footer {
	background-color: black;
	position: fixed;
	left: 285px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	padding-bottom: 20px;
}

footer p {
	color: white;
	text-align: center;
	font-variant: small-caps;
}