/* 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;
}

body{
	 background-position:left;
	 background-attachment:fixed;
	 background-repeat:no-repeat;
	 margin-top:auto;
}

p{
	font-size:10px;
	margin-top:100px;
}


html { 
  background: url(http://ainsleyphotos.com/images/home_image_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*-----------------MAIN CONTAINER-----------*/
.container_main{
	height:100%;
	width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	left:0;
	top: 0;
	 max-width: 100%;
	 max-height: 100%;
    height: auto\9;
    width: auto\9
}

/*-----------------LOGO NAME(TOP LEFT)-----------*/
#logo_left{
background-color:#fff;
height: 150px;
  width: 450px;
  z-index:10;
  margin-left:50px;
  margin-top:50px;
  float:left;
}

/*-----------------LOGO NAME(SPLASH)-----------*/
#logo_splash{
position: fixed;
top: 400px;
left: 10%;
opacity:.3;
padding:10px;
}
#logo_splash:hover{
opacity: 1;
}

/*-----------------SOCIAL MEDIA ICONS-----------*/

#social_media{
	height:48px;
	margin-top:0px;
	margin-right:40px;
	float:right;
   
}
#social_media img{
margin-right:5px;
   
}

/*-----------------SOCIAL MEDIA ICONS SPLASH-----------*/

#social_media_splash{
position: fixed;
top: 565px;
left: 10%;
opacity:.5;
padding:10px;
width:100%;
}
#social_media_splash img{
margin-right:5px;
border:medium;
opacity:.3;
   
}
#social_media_splash a:hover img{
opacity:1;
   
}

/*-----------------HOME SCREEN IMAGE-----------*/

#about_content_right{
     position: absolute;
	 background-color:#000000;
   top: 50%;
   left: 50%;
   margin-top: -400px; /* Half the height */
   margin-left: -602px; /* Half the width */
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/*-----------IMAGE SCROLL BLOCK--------------*/

#myWorkContent{
margin-top:50px;
margin-left:20px;
    width:100%;
    height:820px;
    border: 0px solid #bed5cd;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    box-sizing:border-box;
}


#myWorkContent a {
    display: inline-block;
    vertical-align: middle;
}

#myWorkContent img {
	margin-right: 15px;
	margin-top:0px;
width: 100% \9;
max-width: 100%;
height: auto;

}

/*-----------------Facebook Share button-----------*/
#fbshare{
    display: block;
    left: 10%;
    padding:10px;
    position: absolute;
    top: 660px;
	opacity:.3;
}
#fbshare:hover{
	opacity:1;
}
/*-----------------COPYRIGHT INFORMATION-----------*/
.copyright{
color: #666;
font-family:Squada One;
font-size:14px;
font-style: normal;
line-height: 1;
text-decoration: none;
position: absolute;
top: 640px;
left: 10%;
padding:10px;
}
/*-----------------HELP INFORMATION-----------*/
.help {
	color: #999;
	font-family: Squada One;
	font-size:14px;
	font-style:normal;
	line-height: 1;
position: fixed;
top: 470px;
left: 11%;
opacity:.7;
}
