
/*
	
	Typography
	
*/

body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.5em;
	color: #555;
	background: #A8C1A6 url("imgs/paw.svg") 12% 25px no-repeat;
	background-size: 290px;
	min-width: 700px;
}

.small {
	font-size: .6em;
	line-height: 1.8em;
}

.clear {
	clear: both;
}

.bulletlist {
	margin-bottom: 20px;
}

.bulletlist li {
	padding-left: 1.5em;
}

ul.bulletlist li:before {
    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    background-color: #A8C1A6;
    float: left;
    margin: .5em 1em 0;
    border-radius: 50%;
}

.thanks {
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin: 2em 2em 1em 0;
	
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 .9em 0;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 3.5em 0 .7em 0;
	clear: both;
}

h3 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 2em 0 1em 0;
}

h4 {
	font-weight: bold;
	font-size: 1.05em;
	margin: em 0 .7em 0;
}

#vcard {
	background-color: #eee;
	display: inline-block;
	padding: 15px 25px;
	border-radius: 12px;
	font-size: 1.1em;
	line-height: 1.5em;
}

p, #vcard {
	margin-bottom: 1.3em;
	margin-left: 1em;
}

section a, footer a {
	font-weight: 700;
	color: #6b9067;
}

section a:hover {
	font-weight: 700;
	color: #98c693;
	border-bottom: 1px #98c693 dotted;
}

footer a:hover {
	color: #fff;
}

header, section, footer {
	-webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.2);
}

header {
	/*min-width: 850px;*/
	/*max-width: 1100px;*/
	min-width: 925px;
	max-width: 925px;
	clear: both;

}

section, footer {
	min-width: 925px;
	max-width: 1600px;
	clear: both;
}


/*
	
	Header
	
*/

header {
	overflow: hidden;
	float: right;
	width: 87%;
	border-left: #fff solid 6px;
	border-bottom: #fff solid 6px;
	border-bottom-left-radius: 12px;
	margin: 0 0 40px 0;
	padding-left: 3%;
	background-color: #000;
	max-height: 340px;
}

#header_video {
	margin: 20px 0 0 -3%;
	background-color: #000;
}

#header_content {
	float: right;
	width: 460px;
	height: 340px;
	background-color: #fff;
	border-left: #fff solid 6px;
}

nav ul  {
	background-color: #D9E4D8;
	float: left;
	width: 140px;
	height: 295px;
	padding-top: 15px;
	line-height: 1.2em;
}

nav ul li a {
	position: absolute;
	display: block;
	width: 110px;
	font-weight: bold;
	color: #555;
	display: block;
	background-color: #A8C1A6;
	padding: 10px 18px 10px 20px;
	margin-bottom: 10px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

nav ul li a:hover {
	background-color: #8BA289;
}

#nav_about {
	
}

#nav_portfolio {
	margin-top: 50px;
}

#nav_pricing {
	margin-top: 100px;
}

#pif_logo {
	position: absolute;
	height: 100px;
	margin: 170px 0 0 -115px;
	padding: 10px;
	background-color: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(143,141,143,1);
	-moz-box-shadow: 0px 2px 2px -1px rgba(143,141,143,1);
	box-shadow: 0px 2px 2px -1px rgba(143,141,143,1);
}

#pif_logo:hover {
	-webkit-box-shadow: 0px 1px 2px -1px rgba(143,141,143,1);
	-moz-box-shadow: 0px 1px 2px -1px rgba(143,141,143,1);
	box-shadow: 0px 1px 2px -1px rgba(143,141,143,1);
}

#header_sitelogo img {
	width: 300px;
	height: 300px;
	float: right;
	margin: 7px 12px 0 0;
	/* Logo Width: 300px */
}

#header_contacts {
	display: inline-block;
	width: 460px;
	height: 27px;
	background-color: #A8C1A6;
	text-align: center;
	padding-top: 3px;
}

#header_contacts ul li {
	display: inline-block;
	margin-right: 5px;
}

#header_contacts ul li a  {
	font-size: .9em;
	font-weight: bold;
	color: #555;
}

#header_contacts ul li a:hover  {
	color: #D9E4D8;
}











/*
	
	Section
	
*/

section {
	float: right;
	width: 87%;
	padding: 3% 0 25px 3%;
	background-color: #fff;
	border-top: #fff solid 6px;
	border-left: #fff solid 6px;
	border-bottom: #fff solid 6px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

section p {
	padding-right: 2%;
}


#map {
	margin-top: -2em;
	margin-bottom: 3.5em;
}

#map iframe {
	float: right;
	width: 60%;
	min-height: 299px;
	margin-left: 20px;
	background-color: #D9E4D8;
	padding: 8px 0 8px 8px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}









/*
	
	Portfolio Pictures
	
*/


#pics {
	background-color: #D9E4D8;
	min-width: 885px;
	width: 90%;
	float: right;
	overflow: hidden;
	border-top: #D9E4D8 8px solid;
	border-left: #D9E4D8 8px solid;
	border-bottom: #D9E4D8 8px solid;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	padding: 10px 30px 0px 10px;
	margin-bottom: 3.5em;
}

#thepicsthemselves {
	margin-left: 5%;
}

#instagram_link a {
	color: #7b8c79;
	display: block;
	background: transparent url("imgs/instagram.png") left top no-repeat;
	background-size: 40px;
	height: 60px;
	padding: 7px 0 0 55px;
	margin: 15px 0 0 15px;
	opacity: .7;
}

#instagram_link a:hover {
	border-bottom: none;
	opacity: 1;
}

.instagram_image {
	display: inline-block;
	padding: 20px;
	background-color: #FCFCFC;
	width: 320px;
	margin: 2% 4% 2% 3%;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
}

.instagram_image:hover {
	background-color:  #f2f2f2;
}

.instagram_image a {
	border-bottom: none !important;
}

.instagram_image img {
	width: 320px;	
}

.instagram_text {
	font-family: "Architects Daughter", sans-serif;
	font-size: 1.1em;
	padding: 10px 10px 0 10px;
}

.instagram_text blockquote {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}




#instagram_image_1 {
	transform: rotate(.5deg); -ms-transform: rotate(.5deg); -webkit-transform: rotate(.5deg);
}

#instagram_image_2 {
	transform: rotate(-.7deg); -ms-transform: rotate(-.7deg); -webkit-transform: rotate(-.7deg);
}

#instagram_image_3 {
	transform: rotate(-.5deg); -ms-transform: rotate(-.5deg); -webkit-transform: rotate(-.5deg);
}

#instagram_image_4 {
	transform: rotate(.8deg); -ms-transform: rotate(.8deg); -webkit-transform: rotate(.8deg);
}

#instagram_image_5 {
	transform: rotate(-1.3deg); -ms-transform: rotate(-1.3deg); -webkit-transform: rotate(-1.3deg);
}

#instagram_image_6 {
	transform: rotate(-.5deg); -ms-transform: rotate(-.5deg); -webkit-transform: rotate(-.5deg);
}

#instagram_text_1 {
	transform: rotate(-.5deg); -ms-transform: rotate(-.5deg); -webkit-transform: rotate(-.5deg);
}

#instagram_text_2 {
	transform: rotate(-1deg); -ms-transform: rotate(-1deg); -webkit-transform: rotate(-1deg);
}

#instagram_text_3 {
	transform: rotate(-.5deg); -ms-transform: rotate(-.5deg); -webkit-transform: rotate(-.5deg);
}

#instagram_text_4 {
	transform: rotate(-1deg); -ms-transform: rotate(-1deg); -webkit-transform: rotate(-1deg);
}

#instagram_text_5 {
	transform: rotate(-.7deg); -ms-transform: rotate(-.7deg); -webkit-transform: rotate(-.7deg);
}

#instagram_text_6 {
	transform: rotate(-1deg); -ms-transform: rotate(-1deg); -webkit-transform: rotate(-1deg);
}

.eapps-instagram-feed-posts-item-template-tile {
	border-radius: 8px;
}
.eapps-instagram-feed-posts-grid a:hover {
	border-bottom: none;
}

/*
	
	Prices
	
*/


#pricing_table {
	width: 785px;
	float: right;
	background-color: #D9E4D8;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 3.3% 10% 20px 4%;
	margin-bottom: 30px;
}

#pricing_table table {
	width: 100%;
}

#pricing_table tr th {
	font-weight: bold;
	padding-bottom: 7px;
}

#pricing_table tr td {
	padding: 8px 8px;
}

#pricing_table tr p {
	background-color: #fff;
	padding: 0 20px;
	margin: 0;
}

#pricing_table table p {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
}

#pricing_table table p:first-child {
	padding-top: 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#pricing_table table p:last-child {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-bottom: 10px;
}

.table_sub {
	background-color: #fff;
	margin-top: 30px;
	border-radius: 12px;
	padding: 8px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.21);
}










/*
	
	Footer
	
*/

footer {
	background-color: #D9E4D8;
	float: right;
	width: 87%;
	height: 110px;
	padding: 2.5% 0 2.5% 3%;
	border-top: #fff solid 6px;
	border-left: #fff solid 6px;
	border-top-left-radius: 12px;
	overflow: hidden;
}

.footer_logo {
	float: right;
	margin: 0 10px 0 0;
	height: 90px;
	padding: 10px;
	background-color: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(143,141,143,1);
	-moz-box-shadow: 0px 2px 2px -1px rgba(143,141,143,1);
	box-shadow: 0px 2px 2px -1px rgba(143,141,143,1);
}

.footer_logo:last-child {
	margin-right: 30px;
}

#footer_pif_logo:hover, #footer_cg_logo:hover {
	-webkit-box-shadow: 0px 1px 2px -1px rgba(143,141,143,1);
	-moz-box-shadow: 0px 1px 2px -1px rgba(143,141,143,1);
	box-shadow: 0px 1px 2px -1px rgba(143,141,143,1);
}

#footertext {
	padding: .7em 0 0 .7em;
}









