  
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Hillary code */

/* Typefaces */

@font-face {
	font-family: 'Conv_UniversLTStd-Light';
	src: url('fonts/UniversLTStd-Light.eot');
	src: local('☺'), url('fonts/UniversLTStd-Light.woff') format('woff'), url('fonts/UniversLTStd-Light.ttf') format('truetype'), url('fonts/UniversLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_UniversLTStd-BoldCn';
	src: url('fonts/UniversLTStd-BoldCn.eot');
	src: local('☺'), url('fonts/UniversLTStd-BoldCn.woff') format('woff'), url('fonts/UniversLTStd-BoldCn.ttf') format('truetype'), url('fonts/UniversLTStd-BoldCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GlyphaLTStd';
	src: url('fonts/GlyphaLTStd.eot');
	src: local('☺'), url('fonts/GlyphaLTStd.woff') format('woff'), url('fonts/GlyphaLTStd.ttf') format('truetype'), url('fonts/GlyphaLTStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Basic homepage */


html, body {
    background: white; 
	margin: 0;
	position: relative;
}

.wrapper  {	
}

h4  {
	font-family: 'Conv_UniversLTStd-BoldCn';
	font-size: 1.35em;
	color:#77787a;
	text-transform: uppercase;
	margin-bottom: 0;
	
}

h6  {
	font-family: 'Conv_UniversLTStd-Light';
	line-height: 1.25em;
	color: #77787a;
	margin-bottom: .5em;
}

a  {
	color: #fcb64f;
	text-decoration: none;
	font-family: 'Conv_UniversLTStd-Light';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

a:hover {
	color: #f8d096;
}

a:active {
	color: #f8d096;
}

hr {
	background-color: #f8d096;
}

p	{
	font-family: 'Conv_UniversLTStd-Light';
	font-size: 15px;
	line-height: 1.35em;
	color: #77787a;
	margin-bottom: 1em;
}

.container  {
	margin: 30px auto 60px auto;
	max-width: 1200px;
	width: 70%;
}

.headerborder  {
	background-image: url(img/header_border.png);
	overflow: hidden;
	height: 60px;
	width: 100%;
	margin-top: -12px;
}

header  {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}

.smilinghi_container {
	float: left;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

}

.smilinghi_container:hover {
	opacity: .7;
}

.smilinghi {
	width: 100px;
	display: block;
}

nav {
	float: right;
}

nav a {
	padding-left: 30px;
	color: #77787a;
	font-size: 1.25em;
}

nav a:hover {
	color: #fcb64f;
}



.hillarylogo {
	width: 120px;
	margin-top: 7px;
}


h2  {
	color: gray;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.intro_paragraph  {
	margin: 40px 0 40px 150px;
	border-bottom: 1px dotted #fcb64f;
	border-top: 1px dotted #fcb64f;
	padding: 20px 0 20px 5%;
}

.intro_paragraph p {
	margin-bottom: 0;
}

.main_content {
}


/*   Homepage content pieces   */

.home_main_content  {
	clear: both;
	overflow: auto;
	width: 100%;
	margin: 0 auto;
}

.home_work_container {
	width: 32.333%;
	padding: .5%;
	display: block;
	float: left;
	margin-bottom: 20px;
	
}

.home_work_photo {
	width: 100%;
}

.home_work_photo img {
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.home_work_photo img:hover  {
	opacity: .8;
}

.home_work_photo a {
	width: 200px;
	height: 100%;
}

.home_work_photo h6  {
	margin-top: -75px;
	padding-left: 5%;
	background: #fcb64f;
}

.home_work_description {
	text-align: center;
}

.home_work_description h4 a {
	font-family: 'Conv_UniversLTStd-BoldCn';
	color:#77787a;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.home_work_description h4 a:hover {
	opacity: .8;
}

/*  #footer  */

#footer {
	background: #fcb64f;
	height: 215px;
	color: #fffcf7; 
	clear: both;
	width: 100%;
	position: relative;
	overflow: auto;
	margin-top: 30px;
	
}

#footer .footerborder {
	margin-top: -60px;
	clear: both;
	overflow: hidden;
	position: absolute;
	/*background-image:url(img/#footer_border3.png);*/
	height: 60px;
	width: 100%;
}

.footercontent {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}

.thumbs_up {
	display: block;
	float: left;
	margin-bottom: 50px;
}

.thumbs_up img  {
	width: 100px;
	height: auto;
	margin-right: 40px;
}

.footer_body {
	width: 60%;
	float: left;
}
.footer_body p {
	color: white;
	width: 60%;
}

.footer_body a {
	color: white;
	margin-top: 5px;
}

.footer_body a:hover {
	color: #77787a;
}

.backtotop_arrow img{
	position: fixed;
	right: 5%;
	bottom: 30px;
	opacity: .5;
	width: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.backtotop_arrow img:hover {
	opacity: .8;
}

/* "about" page stuff */

.about_description  {
	margin: 5px 5% 0 450px ;
}

.about_main_content h4 {
	margin-bottom: 1em;
}


.contactinfo {
	overflow: auto;
	margin: 30px 0 0 450px;
}

.contactinfo p {
	display: block;
	margin-top: 5px;
}

.contactinfo img {
	width: 280px;
}

.about_main_img img {
	display: block;
	float: left;
	margin-bottom: 70px;
	width: 400px;
	border-radius: 5px;
}

.socialmedia {
	width: 120px;
	margin: 0 auto;
	height: 50px;
}

.socialmedia img {
	width: 35px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.socialmedia img:hover {
	width: 40px;
}

/* single pages */

single_main_content {
	clear: both;
	overflow: auto;
	width: 100%;
	margin: 0 auto;
}

.projects_nav {
	margin: 30px 0 0 0;
	height: 14px;
	width: 250px;
}

.projects_nav a {
	font-family: 'Conv_UniversLTStd-Light';
	color: #77787a;
	font-size: .9em;
}

.projects_nav a:hover {
	color: #fcb64f;
}

.previous_project {
	float: left;
	margin-right: 30px;
}

.next_project {
	float: left;
}

.single_main_section {
	padding: 20px 0;
	overflow: hidden;
}

.single_project_headline {
	width: 35%;
	display: block;
	float: left;
}

.single_project_description {
	margin-top: 25px;
}

.single_main_img img {
	width: 100%;
}

.single_main_img {
	display: block;
	width: 60%;
	margin-right: 3%;
	float: left;
}

.single_more_description  {
	width: 100%;
}

.single_more_description .dividing_dots {
	height: auto;
	padding: 30px 0;
	overflow: auto;
}

.single_more_description img {
  width: 10%;
  padding: 0 5%;
  float: left;
}

.single_more_description p {
	margin-bottom: 1em
}

.single_more_description p:last-child {
	margin-bottom: 0;
}

.full img  {
	width: 100%;
	margin-bottom: 30px;
}

.bottomrule {
	border-bottom: 1px solid #fcb64f;
	margin-bottom: 30px;
}

.dividing_dots {
	width: 100%;
	margin: 12px auto 20px auto;
	border-bottom: 1px solid #fcb64f;
	border-top: 1px solid #fcb64f;
	height: 10px;
}

.no_top_rule {
	border-bottom: none;
	border-top: none;
}

.two_col_text  {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:30px; /* Firefox */
	-webkit-column-gap:30px; /* Safari and Chrome */
	column-gap:30px;
}

.plain_body {
	width: 60%;
	margin-bottom: 30px;
}

/* laptop */

@media only screen and (max-width: 1025px){


.container  {
	width: 85%;
}

.home_work_container {
	width: 48%;	
	padding: 1%;
}

.intro_paragraph  {
	padding: 20px 5%;
}

.about_main_img img {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 40px;
	
}

.about_description  {
	width: 100%;
	display: block;
	clear: both;
	margin-left: 0;
	margin-bottom: 40px;
}

.contactinfo {
	margin: 30px 5% 0 55%;
	overflow: visible;
}

.contactinfo img {
	width: 250px;
	margin-top: 90%;
}

.single_main_img {
	width: 50%;
}

.single_project_headline  {
	width: 45%;
}

.backtotop  {
	margin-top: -109px;
}



}

/* tablet */

@media only screen and (max-width: 768px){

h2  {
	font-size: 16px;
}


.about_main_img img {
	width: 100%;
	display: block;
	float: left;	
}

.contactinfo {
	clear: both;
	margin: 0 0 0 0;
}

.contactinfo img {
	width: 200px;
	margin-top: 0;
}

.about_description  {
	margin: 30px 0 0 0;
}

.single_main_img {
	width: 100%;
	margin-right: 0;
}

.single_project_headline  {
	width: 100%;
	margin-top: 30px;
}

.single_more_description img {
	width: 20%;
	margin-bottom: 15px;
}

.single_more_description .dividing_dots {
	padding: 20px 0;
}

.two_col_text  {
	-moz-column-count: 1; 
	-webkit-column-count: 1;
	column-count: 1;
}

/* #footer */


.footercontent {
	width: 85%;
}

.thumbs_up {
	margin-bottom: 30px;
}

.footer_body {
	width: 70%;
}

.footer_body p {
	width: 100%;
}

}




@media only screen and (max-width: 580px){
body {

}

.mobile_hide {
	display: none;
}

.container  {
	margin: 15px auto 60px auto;
}

header {
	padding: 0;
	margin-bottom: 20px;
}

.smilinghi  {
	width: 80px;
}

.smilinghi_container {
	margin-bottom: 18px;
}

.intro_paragraph  {
	clear: both;
	margin: 30px 0;
	padding: 10px 5% 8px 5%;
}

nav {
	float: right;
	position: absolute;
	top: 70px;
	right: 10%;
}

.dividing_dots {
	margin: 10px auto;
	height: 5px;
}

.single_main_section {
	padding: 5px 0;
}

.projects_nav {
	margin: 30px auto 0 auto;
}

.home_work_photo img {
}

.footer_body {
	width: 100%;
}

.footer_body p {
	width: 100%;
}

}

/* phone */

@media only screen and (max-width: 480px){

.home_work_container {
	width: 100%;	
	padding: 0;
}



/* #footer */

#footer {
  height: 350px;
}

.hill_avatar {
	margin-bottom: 5px;
	float: none;
}

}