/*
Website: ryanjamesmchugh.com
Version: 2.0
Description: personal website
*/

@import url('normalize.css');
@import url('lightbox.css');

html{
	position: relative;
	min-height: 100%;
}

body{
	margin: 0 0 200px;
}

body{
	background-color:#a7a9ac;
}

h2{
	font-family:copperplate, times;
}

a{
	color:black;;
	text-decoration:none;
}

#wrapper{
	width:100%;
	max-width:1020px;
	margin:0 auto;
}

#topBar hr{
	margin-top:20px;
	margin-bottom:40px;
	border-style:none;
	color:#939393;
	background-color:#939393;
	height:20px;
	width:100%;
}

#bottomBar hr{
	margin-top:20px;
	margin-bottom:20px;
	border-style:none;
	color:#bdbdbd;
	background-color:#bdbdbd;
	height:20px;
	width:100%;
}






/* ---------------------------------------------- NAVIGATION Start */

nav{
	font-family:copperplate;
	color:#7f6830;
	display:inline-block;
	background-color:#a7a9ac;
	line-height:40px;
}

nav ul{
	padding-top:10px;
	text-align: right;
}

nav ul li{
	display:inline;
	list-style:none;
}

nav ul li:link,
nav ul li:visited{
	color:white;
	background:#7f6830;
}

nav ul li a:hover,
nav ul li a:focus{
	color:white;
}

nav ul li:hover{
	background:#7f6830;
	cursor:pointer;
}

h4{
	font-family:copperplate;
	color:black;
	font-size:15px;
}

.logo{
	display:inline-block;
	width:100%;
	max-width:500px;
	text-align:center;
	line-height:0px;
}

.menu{
	display:inline;
	width:50%;
	max-width:480px;
	margin:0 auto;
	padding-left:200px;
}

.name{
	font-family:copperplate;
	font-size:45px;
	line-height:0px;
	color:#7f6830;

}

.portfolio, .contact{
	font-size:20px;
	padding:10px;
	border:3px solid #7f6830;;
	margin:10px;
	text-align:center;
}

.portfolioPage{
	background-color:#7f6830;
	font-size:20px;
	padding:10px;
	border:3px solid #7f6830;;
	margin:10px;
	text-align:center;
}

.contactPage{
	background-color:#7f6830;
	font-size:20px;
	padding:10px;
	border:3px solid #7f6830;;
	margin:10px;
	text-align:center;
}


/* ------------------------------------------ MAINCONTENT Start */

h2{
	font-size:20px;
	margin-bottom:5px;
	text-align:center;
}


/*----------- CONTACT */


.column1, .column2{
	display:inline-block;
	width:40%;
	margin:30px;
	float:center;
}

.column1{
	border-right:1px solid #7f6830;
	padding-right:20px;
	padding-left:20px;
	line-height:30px;
}

.profilePic{
	text-align:center;
}

.profilePic img{
	border:4px solid #7f6830;
}







/*-------------- PORTFOLIO */

#portfolioPics{
	text-align:center;
}

.growingDecay{
	display:inline-block;
	padding: 15px;
}

.betterThanDivorce{
	display:inline-block;
	padding: 15px;
}

.wifiProvider{
	display:inline-block;
	padding: 15px;
}

.roomRender{
	display:inline-block;
	padding: 15px;
}




/* ---------------------------------------- FOOTER Start */

footer{
	position:absolute;
	left: 0px;
	bottom: 0px;
	height: 200px;
	width:100%;
	font-family: georgia, serif;
	color:white;
	text-align:center;
	background-image: url("../images/grassBorderSmall.png");
	background-repeat: no-repeat;
}

footer h6{
	line-height: 200px;
	padding:0;
	margin:0;
}





/*---------------------------------------------- HOMEPAGE Start */

body.home{
	background-image:url("../images/homeImage.png");
	background-repeat:no-repeat;
}

body.home{
	margin:0 auto;
}

#homeWrapper{
	margin-top:250px;
	width:100%;
}

.homeLogo{
	display:inline-block;
	width:100%;
	max-width:700px;
	text-align:center;
}

.homeMenu{
	display:inline;
	max-width:480px;
	width:100%;
	max-width:480px;
	margin:0 auto;
}

.homeName{
	font-family:copperplate;
	text-align:center;
	font-size:60px;
	line-height:0px;
	color:#7f6830;
}



/* --------------------------------------------- MAILER Start */


#form_container{
	background: #a7a9ac;
	margin: 0 auto;
	width: 640px;
}

form{
	margin: 20px 20px 0;
	padding: 0 0 20px;
}

label{
	font-family:copperplate;
	color: black;
	display: block;
	line-height: 150%;
	padding: 0 0 2px;
}

input.text {
	background-color:white;
	color: #333;
	font-size: 100%;
	margin: 0;
	padding: 2px 0;
}

input.submit{
	font-family:copperplate;
	font-size:20px;
	border:3px solid #7f6830;
	background:#a7a9ac;
	padding:10px;
	margin-left:200px;
	margin-top:15px;
}

input.submit:link,
input.submit:visited{
	color:white;
	background:#7f6830;
}

input.submit:hover,
input.submit:focus{
	color:white;
}

input.submit:hover{
	background:#7f6830;
	cursor:pointer;
}

textarea {
	color: #333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	width: 99%;
	height: 100px;
}

h3{
	font-family:copperplate;
	text-align:center;
	color:#7f6830;
}


/* ------------------------------------------ Meida Queries */


/* Largde Devices, Wide Screen */
@media only screen and (max-width : 1200px) {

	.menu{
		padding-left:150px;
	}

	textarea {
		width: 70%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#wrapper{
		text-align:center;
	}

	.menu{
		padding:0;
	}

	.column1, .column2{
		width:50%;
	}

	.column1{
		border-right:hidden;
		display:inline;
	}

	.column1 p{
		padding-left:100px;
		padding-right:100px;
	}

	.column2{
		display:inline;
	}

	.homeLogo{
		width:50%;
	}

	.homeName{
		width:50%;
		line-height:30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 760px) {

	nav{
		overflow:visible;
	}

	h4{
		line-height:10px;
	}

	.column1, .column2, form{
		margin-right:0px;
	}

	#form_container{
		margin-left:30px;
		width:20%;
	}

	textarea {
		width: 300px;
	}

	.homeName{
		line-height:40px;
	}

	.homeLogo{
		line-height:20px;
	}

	#homeWrapper{
		margin-top:100px;
		width:100%;
	}

	.homeMenu{
		line-height:60px;
	}


}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	nav{
		height:inherit;
		overflow:visible;
		width:100%; 
	}
	nav ul li{
		width:100%;
		font-size:1.3em;
	}

	h4{
		line-height:10px;
	}

	.name{
		line-height:30px;
	}

	.column1 p{
		padding-left:20px;
		padding-right:0px;
	}

	#form_container{
		margin-right:0;
	}

	textarea {
		width: 200px;
	}

	input.submit{
	margin-left:10px;
}

	.homeMenu{
		line-height:60px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	#wrapper{
		text-align:center;
	}

	nav{
		overflow:visible;
	}

	.portfolio, .contact{
		margin:0 auto;
	}

	.column1 p{
		padding-left:20px;
		padding-right:0px;
	}

	#form_container{
		margin-left:10px;
	}

	.homeLogo{
		line-height:40px;
	}

}











