/*                                       top portion of page                                   */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
/*	margin-bottom: 50%; */
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom: 2px solid #cccccc;
}

li {
	float: left;
	left: 150px;
/*	margin-top: 0; */
}

li a {
    display: block;
    color: #777777;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

#web-links {
	margin-left: 80%;
	margin-top: 1%; 
}

li a:hover {
	background-color: #4aaaa5;
}

#name {
	color: #fff;
/*	background-color: #4aaaa5;
	padding-top: 15px;
	padding-bottom: 25px; */
	font-family: "Georgia", Times, Times New Roman, serif;
	width: max-content;
/*	display: block; */
/*	margin-right: 350%; */
	margin-left: 5%;
/*	height: 100%; */
	font-weight: bold;
	font-size: 20pt;
	position: absolute;
	z-index: 1;
} 

#name-box {
	background-color: #4aaaa5;
	width: 200px;
	top: 0;
	left: 14.5%;
	height: 100px;
	position: absolute;
} 
/*                                         top portion of page                                             */

/*                                    universal properties                                                           */
h2,
h3 {
	color: #4aaaa5;
	font-family: "Georgia", Times, Times New Roman, serif;
	background-color: #ffffff;
	border-color: #cccccc;
	font-weight: bold;
}

h2 {
	padding-bottom: 1.78%;
	margin-bottom: 2%;
	border-bottom: 2px solid #cccccc;
}

h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

body {
	color: #777777;
	font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
	background-image: url("../images/gaming-pattern.png");
/*	width: 960px; */
}

.main-content {
	margin-top: 10%; 
	margin-left: 5%; 
	margin-right: 5%;
	/*padding: 30px 10px 30px 10px;*/
 	overflow: auto; 
}

.about,
.form,
.portfolio {
	background-color: #ffffff;
	border-color: #dddddd;
/*	width: 650px; */
	float: left;
	margin-right: 10%;
	margin-bottom: 10%;
/*	margin-top: 15%;
	margin-left: 10%; */
}

.connect {
	background-color: #ffffff;
	width: 186px;
	/*margin-top: 10%; */
	margin-left: 0;
	float: left;
	border: 1px solid #cccccc;
	padding: 20px;
}

.connect img {
	margin: 5%;
	width: 40px;
	height: 40px;
	float: left;
} 

.icons {
	/*float: left;*/
/*	margin-left: 10%; */
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #666666;
	border-top: 4px solid #4aaaa5;
	margin-bottom: 0;
	padding: 15px;
	text-align: center;
	color: white;
}

/*                                        universal properties                                          */

/*                                       index.html properties                                          */
.about {
	overflow: auto;
	line-height: 150%;
	border: 1px solid #cccccc;
	padding: 20px;
	width: 566px;
}

p img {
	float: left;
	max-width: 150px;
	margin-right: 10px;
}

/* 										index.html properties 											*/

/* 												contact page 										*/
.form {	
	line-height: 250%;
	border: 1px solid #cccccc;
	padding: 30px;
	width: 526px;
}

input {
	width: 60%;
}

textarea {
	height: 100px;
	width: 60%;
}

/* 											end contact page 											*/

/*											portfolio page 									*/
.boxes {
	margin-left: 5%;
	margin-right: 5%;
}

.boxes img {
	height: 200px;
	width: 200px;
	margin: 2%;
}

.portfolio {
	padding: 30px;
	border: 1px solid #cccccc;
	width: 526px;
/*	margin-bottom: 10%; */
}

#puppy-text {
	position: absolute;
	top: 55%;
	left: 10.30%;
	background-color: #4aaaa5;
	color: white;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#puppy-text-2 {
	position: absolute;
	top: 55%;
	left: 27.95%;
	background-color: #4aaaa5;
	color: white;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#puppy-text-3 {
	position: absolute;
	top: 90%;
	left: 10.30%;
	background-color: #4aaaa5;
	color: white;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#puppy-text-4 {
	position: absolute;
	top: 90%;
	left: 27.90%;
	background-color: #4aaaa5;
	color: white;
	width: 200px;
	/*height: 50px;*/
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

#puppy-text-5 {
	position: absolute;
	top: 128%;
	left: 10.30%;
	background-color: #4aaaa5;
	color: white;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
