@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.header_div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 450px;
	display: block;
	background-image: url(assets/webbannertake2.jpg);
}
ul li a {
	width: 100%;
	text-decoration: none;
	text-shadow: 0px 0px;
	font-family: niconne;
	font-style: normal;
	font-weight: 400;
	color: #7F3087;
	border: thick solid #7F3087;
	background-color: #F2E7F4;
	padding-bottom: 1%;
	font-size: medium;
	text-align: center;
	padding-top: 1%;
	padding-left: 4%;
	padding-right: 4%;
	margin-left: 5px;
	margin-right: 5px;
}
ul {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
li {
	display: inline;
}
.menu_bar {
	opacity: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 100%;
}
.intro_paragraph {
	width: 100%;
}
ul li a:hover {
	background-color: #7E3785;
	color: #F0F1EC;
	font-size: x-large;
}
.hero_header h1 {
	text-align: center;
	font-weight: 400;
	font-size: xx-large;
	font-family: satisfy;
	font-style: normal;
	color: #F0F1EC;
}
h1 {
	color: #7E3785;
	font-family: philosopher;
	font-style: normal;
	font-weight: 400;
	vertical-align: 25px;
	font-size: xx-large;
	text-align: left;
	padding-left: 25px;
}
h2 {
	padding-left: 25px;
	padding-right: 25px;
	color: #7F3087;
	font-family: philosopher;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	text-decoration: underline;
}
video {
	border-collapse: collapse;
	width: 600px;
	height: 350px;
	float: left;
	clear: both;
}
.footer_div {
	width: 100%;
	background-image: url(assets/purplegrime.jpg);
	border: 15px ridge #C75A0E;
}
footer {
	display: inline-table;
	width: 31%;
	text-align: center;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
div #google ads {
	float: none;
	clear: both;
	display: block;
	background-position: center center;
}
nav {
	width: 100%;
	display: block;
	max-width: 1320px;
	background-color: #7E3785;
	border-top: 15px solid #7E3785;
	background-image: url(url);
}
main {
	background-color: #F2E7F4;
	display: block;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article   {
	-webkit-box-shadow: 20px 20px #F2E7F4;
	box-shadow: 20px 20px #F2E7F4;
	height: auto;
	border-left: 25px ridge #C75A0E;
	border-right: 25px ridge #C75A0E;
	border-bottom: 20px ridge #7E3785;
	border-top: 20px ridge #7E3785;
	/* [disabled]background-color: #F2E7F4; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	clear: both;
	float: none;
	overflow-x: visible;
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
	/* [disabled]left: 25%; */
	/* [disabled]right: 25%; */
	width: 75%;
	text-align: center;
	list-style-position: outside;
	padding-right: 20px;
	padding-left: 20px;
}
article ul li {
	list-style-position: inside;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
#content {
}
img {
	float: left;
	border: medium solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	clear: left;
}
.a .img #portfolio {
}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
h3 {
	font-family: delius-swash-caps;
	font-style: normal;
	font-weight: 400;
	font-size: larger;
	padding-right: 25px;
	padding-left: 25px;
}
hr {
	border-bottom: thick inset #7F3087;
}
#content ul li {
	display: list-item;
	list-style-type: circle;
	list-style-position: inside;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 41px;
	text-align: left;
}
#content ul li a:link {
	color: #C75A0E;
	border-style: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
h5 {
	font-size: x-large;
	color: #CF9DD4;
	font-family: philosopher;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
#article {
	-webkit-box-shadow: 0px 0px #F2E7F4;
	box-shadow: 0px 0px #F2E7F4;
}
#content {
	background-color: #F2E7F4;
	border-radius: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
}
Video {
	border-radius: 58px;
	overflow-x: hidden;
}
#footer {
	border-radius: 63px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #F2E7F4;
	font-family: philosopher;
	font-style: normal;
	font-weight: 400;
}
#footer a:link {
	color: #FFFFFF;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#footer a:hover {
	color: #C75A0E;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: medium;
}
#footer a:visited {
	color: #FAC6FF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: medium;
}
form {
	margin-bottom: 5px;
	margin-top: 5px;
}
input {
	margin-right: 41px;
	margin-left: 41px;
	display: table-column-group;
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;

}
#Submit  {
	border-radius: 46px;
	background-color: #7E3785;
	font-family: philosopher;
	font-style: normal;
	font-weight: 400;
	color: #F2E7F4;
}
#reset {
	border-radius: 46px;
	background-color: #7E3785;
	color: #F2E7F4;
	font-family: philosopher;
	font-style: normal;
	font-weight: 400;
}
#div1 {
	margin-right: 35px;
}
#div1 section {
	width: 50%;
}
#sharebar {
	float: right;
	clear: right;
	text-align: right;
}
h4   {
	text-align: left;
	font-weight: 400;
	font-size: large;
	font-family: philosopher;
	font-style: normal;
	text-decoration: underline;
}
main h5 {
	text-align: left;
	font-size: larger;
	font-family: philosopher;
	font-style: normal;
	font-weight: 700;
	color: #7F3087;
}
body p {
}

section {
	display: inline-block;
	width: auto;
	float: none;
	clear: none;
	text-align: center;
}
section a #portfolio {
}
img .fluid #portfolio {
	border-style: none;
}
#content .fluid.a.img #Portfolio {
	border-style: none;
	text-align: center;
	clear: left;
	float: left;
	width: 45%;
	display: inline-block;
}
div #content #samples {
	text-align: center;
	width: 50%;
	display: inline-block;
	background-position: center center;
}
.gridContainer.clearfix {
}
.gridContainer.clearfix.fluid #content .fluid {
}
table {
	display: table-row;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	width: 80%;
}
td {
	width: 40%;
}
tr {
	height: 100px;
	text-align: center;
}
#content ul li a:hover {
	color: #7E3785;
	background-color: #F2E7F4;
}
table ul li a:link {
	color: #000000;
	font-size: medium;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
table ul li {
	padding-left: 0px;
	text-align: left;
	list-style-position: outside;
}
table h2 {
	text-align: left;
}
#content table ul li a:link {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#content table ul li a:hover {
	color: #000000;
	background-color: #F2E7F4;
	text-decoration: underline;
}
#content table ul li a:visited {
	color: #C75A0E;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	background-color: #F2E7F4;
}
section #services {
	width: 100%;
	display: block;
}
.anchortop {
	float: right;
	text-align: left;
	font-size: small;
	bottom: 10px;
}
.herohead {
	color: #F2E7F4;
}
.heroheader   {
	background-color: #7E3785;
	border-top: 25px ridge #C75A0E;
}































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.header_div {
	background-image: url(assets/webbannertake2.jpg);
	background-repeat: no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-size: contain;
	background-position: center 0%;
	height: 400px;
}
h1 {
	font-size: x-large;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
ul li a {
	width: 100%;
	text-decoration: none;
	padding-left: 1%;
	padding-right: 1%;
	font-size: large;
}
table {
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width:769px){

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header_div {
	background-image: url(assets/webbannertake2.jpg);
	background-repeat: no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-size: contain;
	background-position: center 0%;
	height: 400px;
}
h1 {
	font-size: 225%;
}
#div1 {
	display: table-cell;

}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
ul li a {
	width: 100%;
	text-decoration: none;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: x-large;
	height: 100px;
}
table {
}


}
.services {
	width: 100%;
}
