h1 {
	font-family: futura;
	}

nav a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0px;
        margin: 5px 0;
        transition: background-color 0.3s;
        }

nav a:hover {
        background-color: #555;
	color: black;
        }

#container {
        max-width: 1024px;
        margin: 0 auto;
        overflow: hidden;
	background: rgb(128,142,154);
	background: linear-gradient(0deg, rgba(128,142,154,1) 0%, rgba(90,125,154,1) 70%);
	border-radius: 50px;
	box-shadow: 15px 3px 10px grey;
	padding-bottom: 250px;
	display: block;
        }

nav {
        float: left;
        width: 22%;
        background-color: #3d85c6;
        padding: 5px 30px -1px 20px;
        box-sizing: border-box;
	margin-right: 10px;
	border-radius: 10px;
	
}

#wait {
	clear: left;
}

.box {
	width: 700px;
	height: 700px;
	margin: 10px 40px 10px 10px;
	float: right;
}

.image-box img {
	width: 100%;
	height: 100%;
	border: 10px solid; 
	border-color: #3d85c6;
	border-radius: 8px; 
	
}

.frame-background {
	background-color: black; 
	padding: 10px 30px 7px 10px;
	border-radius: 8px; 
	overflow: hidden; 
}

.image-box {
	margin: 10px;
	width: 200px;
	padding: 10px;
	height: 153px;
	float: left;
	
}

header {
	box-sizing: border-box;
	width: 600px;
	border-radius: 10px;
	padding: 20px 20px 20px 62px;
	background: rgb(92,121,147);
background: radial-gradient(circle, rgba(92,121,147,1) 0%, rgba(23,125,218,1) 0%, rgba(23,125,218,1) 20%, rgba(23,125,218,1) 82%, rgba(92,121,147,1) 100%);
}

body {
	background-color: #CC99CC;
	}

h2, ul, p { 
	font-family: helvetica;
	}

p { 
	float: right;
	clear: right;
	width: 780px;
}

h3 {
	margin-left: 120px;
	width: 250px;
	height: 40px;
	margin: 0px 0px 0px 243px;
}

.specname {
	color: white;
	font-size: large;
	background-color: purple;
	}

footer {
        clear: both;
        text-align: left;
	float: left;
        padding: 10px;
 }


