/**********************
------HTML5-----------
*********************/
section, header, footer, aside, article, nav {
	display: block;
}

/**********************
------GENERAL-----------
*********************/

body {
	background: url('../img/homeheadBkg.png') repeat-x;
}

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

a:hover {
	text-decoration: none;
}


ul {
	overflow: hidden;
	
}

li {
	list-style: none;
	margin-left: 0;
}

.container_12 {
	padding-left: 5px;
	padding-right: 5px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/**********************
------TYPE-----------
*********************/

p {
	font-size: 14px;
	line-height: 16px;
    font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

h5 {
	color: #a9218e;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	
}

h4 {
	color: #a9218e;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	
}

h6 {
	color: #a9218e;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
}

/**********************
------HEADER-----------
*********************/

header {
	overflow: hidden;
	color: white;
	height: 100px;
	padding-top: 1px;
}

	header h1 {
	padding-top: 30px;
	height: 80px;
	width: 300px;
	}
	
	
	/**********************
	------NAV-----------
	*********************/
	header nav {
		overflow: hidden;
		float: right;
		height: 100px;
	}
	
	header nav a {
		font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
		text-decoration: none;
		color: #333;
		font-size: 14px;
		line-height: 100px;
		text-transform: uppercase;
		font-weight: normal;
		padding: 25px;
	}
	
	header a:hover {
		color: #333;
		text-shadow: 0 1px 0 #ccc;
	}
	
	header nav li {
		float: right;
		height: 80px;
		position: relative;
	}
	
	header  nav .selected {
		color: #a9218e;
		text-shadow: 0 1px 0 #ccc;
		border-top: 3px solid #d48cbd;
	}
	
	
	/**********************
	------HEAD SOCIAL-----------
	*********************/
	menu li {
		float: right;
		display: inline;
		padding-left: 10px;
		padding-top: 30px;
	}
	
	/**********************
	------GRAY NAV-----------
	*********************/	
	
	#grayNav {
		width: 270px;
	    border-right: 1px dotted #ccc;
	}
	
	
	#grayNav ul {
		padding: 10px;
	}
	
	#grayNav a {
		color: #333;
		
	}
	
	#grayNav a:hover {
		text-shadow: 0 1px 0 #ccc;
	}
	
	#grayNav p {
		color: #a9218e;
	}
	
	
	
/**********************
------MAIN-----------
*********************/		


#main {
	padding-top: 100px;
	padding-bottom: 100px;
	
}


#home nav li {
	height: 180px;
	width: 300px;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	padding-top: 120px;
	
}


#home nav ul li a {
	color: #d48cbd;
	font-size: 18px;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 130px;
	}
	
	#home a:hover {
		text-decoration: none;
		color: #fff;
	}
	
	#home .art {
		display: block;
		background: url(../img/illustration-home.jpg) no-repeat;
	    display: inline-block;
	    padding-right: 10px;
	   
	}
	
	#home .logo {
		display: block;
		background: url(../img/logos-home.jpg) no-repeat;
	    display: inline-block;
	    padding-right: 10px;
	   
	}
	
	
	#home .web {
		display: block;
		background: url(../img/web-home.jpg) no-repeat;
	    display: inline-block;
	}
	
	
	
	
	#home .art:hover {
		background-position: 0px -300px;
		
	}
	
	#home .logo:hover {
		background-position: 0px -300px;
		
	}
	
	
	#home .web:hover {
		background-position: 0px -300px;
		
	}
	


	
/**********************
------WORK-----------
*********************/		
#work nav ul li a {
	color: #333;
	font-size: 14px;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
	margin-bottom: 30px;
	}	
	
#work ul {	
	float: left;
	padding-right: 50px;
	
}		

#work img {
	padding: 5px;
}	
	
#work nav .selected {
		color: #d48cbd;
		text-shadow: 0 1px 0 #ccc;
		border-left: 3px solid #d48cbd;
	}
	
#work p {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#work h3 {
	font-size: 18px;
	text-transform: uppercase;
}

#lgray {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 50px;
}

#breadcrumbs {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	font-size: 9px;
}

#breadcrumbs a {
	color: #666;
}

#breadcrumbs a:hover {
	color: #666;
	text-decoration: underline;
	
}


/**********************
------WEDDING----------
*********************/	

#wedding p {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
	margin-left: 15px;
	line-height: 20px;
	
}

#wedding h5 {
	font-size: 20px;
}

#wedding h4 {
	font-size: 18px;
	margin-top: -30px;
	margin-bottom: 30px;
}


#wedding h3 {
	font-size: 14px;
	margin-left: 15px;
}

#wedding h1 {
	font-size: 16px;
	margin-bottom: 0px;
	padding-top: 20px;
}

#wedding a {
	color: #a9218e;
}


/**********************
------CONTACT----------
*********************/		
#contact p {
	font-size: 10pt;
	color: #333;
	line-height: 20pt;
}

#contact a {
	font-size: 10pt;
	color: #a9218e;
}



/**********************
------ABOUT----------
*********************/		
#about p {
	font-size: 12pt;
	color: #333;
}

#about h4 {
	font-size: 16pt;
	margin-bottom: 0px;
}

#about ul li {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	list-style-type: circle;
}


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

#footer-wrap {
	background: #333;
	height: 220px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 50px;
}

#footer-wrap p {
	color: #cccccc;
	font-size: 12px;
	margin-bottom: 5px;
}

	#footer-wrap h3 {
		font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
		color: #d48cbd;
		font-size: 12px;
		text-transform: uppercase;
		padding-bottom: 5px;
		
	}	
	
	#footer-wrap span {
		font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
		color: #d48cbd;
		font-size: 20px;
		text-transform: uppercase;
		
	}
	
	#footer-wrap ul li { 
		display: inline-block;
		text-align: left;
		padding-right: 40px;
		margin-top: 10px;
		padding: 5px;
		width: 130px;
	}
	
	#footer-wrap ul {
		margin-bottom: -5px;
	}
	
	#footer-wrap a {
		color: #d48cbd;
		font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	}
	
	#footer-wrap a:hover {
		color: #fff;
	}
	
	
	#footer-wrap img {
		position: relative;

	}
	
	.border img:hover {
		border-radius: 100px;
		border: 3px solid #a9218e;
		margin: -3px;
	
	}
		
		
	
	.linkedin a {
		background: url(../img/linkedin-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: block;
		margin-top: 15px;
	}
	
	.linkedin a:hover {
		background-position: 0px -30px;
		cursor: pointer;

	}
	
		.email a {
			background: url(../img/email-icon.png) no-repeat;
			width: 30px;
			height: 30px;
			display: block;
		}
		
		.email a:hover {
			background-position: 0px -30px;
			cursor: pointer;
	
		}
		
		
			
			
	
	/**********************
	------FOOTER-DESIGN----------
	*********************/
	
	#footer-design {
		background: #333;
		padding-top: 30px;
		padding-bottom: 20px;
		margin-top: 50px;
	}
	
	#footer-design h3 {
		font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
		color: #d48cbd;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 5px;
		
	}	
	
	#footer-design p {
		font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
		color: #ccc;
		line-height: 12px;
		margin-bottom: 7px;
		line-height: 16px;
	}
	
	#footer-design a {
		color: #d48cbd;
	}
	
	#footer-design a:hover {
		color: #fff;
	}
	
	#footer-design ul {
		padding: 5px;
	}
	
	.border img:hover {
		border-radius: 100px;
		border: 3px solid #a9218e;
		margin: -3px;
	
	}
	

	


/**********************
------SITEINFO-----------
*********************/	


#siteinfo-wrap {
	background: black;
	height: 50px;
}


#siteinfo p {
	color: #cccccc;
	font-size: 8px;
	line-height: 50px;
	text-transform: uppercase;
	float: left;
}


#siteinfo nav {
	float: right;
}

#siteinfo nav li {
	padding-left: 30px;
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 50px;
}

#siteinfo a {
	color: #cccccc;
}

#siteinfo a:hover {
	color: #666666;
}



	
/**********************
------ASIDE-----------
*********************/		
aside {
	background: #fff;
}

aside h5, h4, h3 {
	font-size: 18px;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	color: #a9218e;
	margin-bottom: 0px;
}


aside p {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
}

aside a {
	color: #a9218e;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	
}

aside img {
	float: left;
}

ul.img-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 230px;
  position: relative;
  width: 230px;
  padding: 5px;
}


span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  padding-top: 50px;
  cursor: pointer;
  display: table;
  height: 240px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 240px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
  
}

span.text-content a {
	color: white;
	text-transform: uppercase;
	font-weight: bolder;
}

.web {
	margin-bottom: 50px;
}

.bullet {
	list-style-type: circle;
}

.clients {
	border: 4px solid #f4e2ee;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 100px;
}

.quote {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	font-size: 25px;
	line-height: 35px;
	color: #d48cbd;
	text-align: right;
	padding-right: 50px;
	
	
}

#gray img {
	position: relative;
	float: right;
}

span {
	font-family: AlexBrush-Regular;
	font-size: 50px;
	
}

span2 {
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	color: #999;
	
}

span3 {
	font-family: AlexBrush-Regular;
	font-size: 20px;
	color: #d48cbd;
	
}

#gray {
	background: #f3f3f3;
	height: 500px;
	width: 370px;
	padding-left: 25px;
	padding-top: 20px;
}

#gray2 {
	background: #f3f3f3;
	width: 370px;
	padding-left: 25px;
	padding-top: 20px;
}





/**********************
------BUTTON-----------
*********************/	
button {
	text-align: center;
	line-height: 25px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
	display: block;
	position: relative;
	width: 80px;
	height: 25px;
	cursor: pointer;

	/*BUTTON GRADIENT*/
	background:#a9218e;
	background: -moz-linear-gradient(top, #d48cbd , #a9218e);
	background:-webkit-linear-gradient(top, #d48cbd , #a9218e);
	
	/*BOARDER RADIUS*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #a9218e;
	border-top: 1px solid #d48cbd;
	border-bottom: 1px solid #a9218e;
	
	/*SHADOW*/
	text-shadow: 1px 1px 1px #571048;
	box-shadow: 0px 1px 3px #571048;
	-moz-box-shadow: 0px 1px 3px #571048;
	-webkit-box-shadow: 0px 1px 3px #571048;
	}