html {
	background-color: #6f6f6f;
	background: url(../bg.gif) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	width: 100%;
	max-height: 100%;
	font-family:verdana,Helvetica,sans-serif;
}

#logodiv {
    width: 100%;
	max-height: 150px;	
}
    
#logo {
    width: 40%;
	height: 100%;
    max-height: 150px;
    margin-bottom: 2%;
}
    
@media only screen and (max-width : 1224px) {
	#logo {
		width: 100%;
		height: 100%;
		max-height: 150px;
		margin-bottom: 2%;
		margin-top: 2%;
	}
}

div {
	float:left;
}

#content {
    background: rgba(255,255,255,0.9);
    width: 78%;
	margin-left:11%;
	margin-right:11%;
    margin-top: 5%;
    margin-bottom: 5%;
}    
    
#header {
    margin-top: 5%;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:2%;
}
	
#menus {
	margin-bottom:12px;
}

.menuButton {
	padding: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 12px;	
	margin-bottom:5px;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
    display: inline-block;
}

a.menuButton:hover {
	color:#35b5eb;
	text-decoration:none;
	border-bottom-color: #35b5eb;
}
  
a:hover {
	text-decoration:underline;
}

a, a:visited {
	text-decoration:none;
	font-weight:normal;
	color: #000000;
	border:0px;
	outline: none;
}
  
#contentPane {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
}
    
#footer {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
	border-top:2px solid black;
	margin-bottom:20px;
    padding-top: 10px;
    padding-bottom: 2%;
}
	
p.footer {
	padding:0px;
	font-weight:100;
    text-align: right;
}

a.footer {
	text-decoration:none;
	font-weight:100;
	font-size:medium;
	color: #000000;
	border:0px;
	text-decoration: none;
   	text-align: right;
}

.footer {
	margin-left:auto;
	margin-right:auto;
}
	
#name {
	margin-left:25px;
}
	
#email {
	margin-left:25px;
}

p.bold {
	font-weight:700;
	margin:2px;
}

p {
	margin:2px;
}

a#infoEmail {
    text-decoration:none;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:2px;
}
	
div.photoThumbnail {
	height: 160px;
	margin: 5px;
	padding: 5px;
	text-align: center;
    position: relative;
    width: 20%;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 10px;
}

div.designThumbnail {
    width: 75%;
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
	padding: 5px;
}
  
div#designLeft {
	margin-right: 8px;
}

div#designRight {
	text-align:left;
	width: 45%;
}
		
div.companyThumbnail {
	width: 75%;
	margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 1%;
}
  
@media only screen and (max-width : 1224px) {
	div.companyThumbnail {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 1%;
	}
}

img.photoImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.designDetail {
	border: 1px solid black;
	width: 90%;
	height: 100%;
	float: left;
}
	
img.designImg {
	margin-left: auto;
	margin-right:auto;
}
  
img.companyImg {
    height: 100%;
    width: 100%;
    max-height: 200px;
}
	
.photoDetail {
	border: 1px solid black;
	width: 90%;
	height: 100%;
	float:left;
	margin-right:0px;
}

.inline {
	display:inline;
}
  
a.inline {
	color:#35b5eb;
}
	
.info {
	word-break:keep-all;
	width: 240px;
	padding: 2px;
}

#photos {
    width: 100%;
}
  
#error {
	float:none;
}
	
.margins {
	margin-left: 10%;
	margin-right: 10%;
	font-weight: 100;
}

#social {
	width:100%;
    text-align: right;
	margin-top:2px;
}

.social {
    width:100%;
}

img.social {
	width:30px;
	height:30px;
	margin-right:2px;
	margin-left:2px;
	vertical-align: middle;
}

.linkedIn {
	vertical-align: top;
}

#emailMessage {
	margin-left:70px;
}

#submit {
	margin-left:70px;
}

#error2 {
	margin-left:70px;
}

.blue {
	color:#35b5eb;
}

.profilePic {
	margin-right:15px;
	margin-bottom:15px;
}

p.half {
	width: 75%;
}

.homepageThumbnail{
    margin-right: 20px;
    min-width: 26%;
    max-width: 30%;
}

@media only screen and (max-width : 1224px) {
	.homepageThumbnail{
		margin-right: 20px;
		min-width: 100%;
		display: inline-block; 
    }
}
    
.floatLeft {
    min-width: 50%;
    max-width: 75%;
}
    
img.homePage {
    max-width: 100%;
}