/*
 * Custom Web Development by Jon Velas
 * CSS Structure written by Jon Velas
 * Copyright by Jon Velas Web Agency 
 * Think ahead of the Future! ;)
 */

@charset "utf-8";

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#Container {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	margin-bottom: 0px;
	position: relative;
	z-index: 90;
}
#Container-Animation {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#Container-Index {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 100%;
}
#Container-Index h2 {
	font-family: lexend, sans-serif;
	font-size: 2.3px;
	font-weight: 800;
	color: #000;
	letter-spacing: 2px;
	text-align: left;
	text-indent: -9999px;
}
#Container-Animation {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 100%;
}


#Logo {
	float: none;
	height: 78px;
	width: 200px;
	z-index: 990;
	background-image: url(Logo-Icon-Photography-Inc-200px.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: 25%;
	position: relative;
	top: 60px;
}
#Logo-Index {
	float: none;
	height: 78px;
	width: 200px;
	z-index: 990;
	background-image: url(Logo-Icon-Photography-Inc-200px.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 70px;
	margin-bottom: 0px;
}
#Container p {
	font-family: Spectral, serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #666;
	text-align: center;
	line-height: 1.3em;
	padding-top: 25px;
	padding-bottom: 35px;
}

#Top-Nav {
	width: 100%;
	position: fixed;
	height: auto;
	z-index: 999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	padding-bottom: 0px;
	top: 0px;
}
#Top-Nav-Index {
	width: 100%;
	position: fixed;
	height: auto;
	z-index: 999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	padding-bottom: 0px;
}

.topnav {
	overflow: hidden;
	background-color: #000;
	box-shadow: 2px 2px 4px #666;
	position: fixed;
	width: 100%;
	z-index: 999;
	padding-bottom: 0px;
}

.topnav a {
	float: left;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: .9em;
	font-family: lexend, sans-serif;
	font-weight: 400;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}

.topnav a:hover {
	color: #847B7B;
}

.topnav a.active {
	background-color: #847B7B;
	color: white;
	font-family: lexend, sans-serif;
	font-size: .9em;
	font-weight: 400;
}

.topnav .icon {
	display: none;
	color: #FFF;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#Main-Content {
	text-align: left;
	float: left;
	height: auto;
	width: 800px;
	margin-top: 100px;
	margin-bottom: 20px;
	max-width: 100%;
	background-color: #000;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#Main-Content img {
	margin-top: 0px;
	padding-top: 0px;
	max-width: 100%;
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#Workshop-Videos {
	float: none;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	margin-top: 20px;
	position: relative;
	max-width: 100%;
}
#Container #Main-Content #Workshop-Videos  img {
	margin: 0px;
	padding: 0px;
}
#Container #Main-Content img.fb-less-margin-left{
	margin: 0px;
	padding: 0px;
}
#Container #Main-Content  a {
	font-family: lexend, sans-serif;
	font-weight: 800;
	font-variant: small-caps;
	color: #CE8AAC;
	text-decoration: none;
}
#Container #Main-Content  a:hover {
	color: #6CF;
	text-decoration: underline;
}

#Main-Content-Index {
	width: 100%;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	margin-top: 80px;
	position: relative;
	float: left;
	height: auto;
	max-width: 100%;
}
#Photo-Group {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 90;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	box-sizing: content-box;
	padding-bottom: 7px;
	float: left;
	max-width: 100%;
	margin-left: auto;
	padding-top: 7px;
}

#Photo-Group img {
	height: auto;
	width: auto;
    max-width: 50%;
}
#Main-Text {
	text-align: left;
	float: left;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
#Main-Text p {
	font-family: lexend, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-variant: small-caps;
}
.bold-color {
	font-family: lexend, sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	font-variant: small-caps;
	color: #CE8AAC;
}
#Container-Animation #Main-Text p a {
	font-family: lexend, sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	font-variant: small-caps;
	color: #c57099;
	text-decoration: none;
}
#Container-Animation #Main-Text p a:hover {
	font-family: lexend, sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	font-variant: small-caps;
	color: #D396B4;
	text-decoration: none;
}
#Main-Content-Animation {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	float: left;
	margin-top: 115px;
	position: relative;
	display: inline;
	max-width: 100%;
}



#Main-Content p {
	font-family: lexend, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#Main-Content  h2 {
	font-family: lexend, sans-serif;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 800;
	font-variant: small-caps;
	color: #898386;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 60px;
}
#Main-Content #Price-List{
	float: left;
	height: auto;
	width: auto;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 60px;
	max-width: 100%;
	padding-top: 0px;
}

#Main-Content #Price-List h2 {
	font-family: lexend, sans-serif;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 800;
	font-variant: small-caps;
	color: #898386;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
#Main-Content #Price-List h5 {
	font-family: lexend, sans-serif;
	font-size: 1.6em;
	font-weight: 800;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 20px;
}
#Main-Content #Price-List p {
	font-family: lexend, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 400;
	font-variant: normal;
	color: #FFF;
	letter-spacing: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}
#Main-Content #Price-List h2.blue-color {
	font-family: lexend, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: 800;
	font-variant: small-caps;
	color: #64a3c4;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
#Container #Main-Content #Price-List img {
	padding-top: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#Photo {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: pointer;
	clear: both;
	padding: 0px;
	position: relative;
}
#Photo img {
	height: auto;
	width: 50%;
	max-width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Facebook-Icon {
	float: none;
	height: auto;
	width: auto;
	position: relative;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
}
#Photo-Rick-Address {
	float: left;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 100px;
	max-width: 100%;
}
#Container #Main-Content #Photo-Rick-Address img {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 18%;
	border: 0px none transparent;
}



#Address {
	float: left;
	width: auto;
	position: relative;
	height: auto;
	padding-left: 25px;
	padding-top: 80px;
}
#Address p {
	font-family: lexend, sans-serif;
	font-size: 1.1em;
	line-height: 2.3em;
	font-weight: 400;
	font-variant: small-caps;
	color: #FFF;
	padding-left: 60px;
}
#Address img {
	padding-top: 0px;
	cursor: pointer;
	margin-top: -2%;
	margin-left: 0px;
	padding-left: 60px;
}

#Address p a {
	color: #64a3c4;
	text-decoration: none;
}
#Address .p-gray {
	color: #898386;
	font-weight: 800;
	letter-spacing: 2px;
}
#Address .p-italic {
	color: #FFF;
	font-weight: 400;
	letter-spacing: 2px;
	font-style: italic;
}


#Address p a:hover {
	color: #96C0D8;
	text-decoration: none;
}


#Footer {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	height: auto;
	margin-bottom: 50px;
	max-width: 100%;
	clear: both;
}
#Footer p {
	font-family: lexend, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	font-variant: small-caps;
	letter-spacing: 6px;
	display: inline;
	color: #64a3c4;
	padding-right: 20px;
	padding-left: 20px;
}

#Websites {
	float: none;
	height: auto;
	width: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-indent: -9999px;
}
#Websites  p  {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	font-weight: lighter;
	color: #0099CC;
	padding: 0px;
}
#Websites  p  a {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #0099CC;
	font-weight: normal;
}
#Websites  p  a:hover {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #00769D;
	font-weight: bolder;
}