/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a			{color:#505155;}
a:link		{text-decoration: none; color:#505155;}
a:visited	{text-decoration: none; color:#505155;}
a:hover		{text-decoration: none; color:#505155;}
a:active	{text-decoration: none; color:#505155;}

			/***** 320 *****/
			
			
			
			

@media only screen and (min-width: 320px) {
h1	{font-family: 'Quicksand', sans-serif;font-size:35px; color:hsl(338, 3%, 21%);
	font-weight:700;}
h2	{font-family: 'Quicksand', sans-serif;font-size:30px; color:hsl(338, 3%, 21%);
	font-weight:700;}
h3	{font-family: 'Quicksand', sans-serif;font-size:25px; color:hsl(338, 3%, 21%);
	font-weight:700;}
p	{font-family: 'Quicksand', sans-serif;font-size:15px;}

header{
	font-family: 'Quicksand', sans-serif;
	}
	
.top-bar{
	width:100%;
	height:none;
	background:none;
	border-bottom:0;
	padding-bottom:20px;
	}
	
.leftnav{
	width:172px;
	background:white;
	font-size:25px;
	font-weight:700;
	margin:20px auto 10px;
	}

.rightnav{
	width:100%;
	height:22px;
	background:white;
	}
.rightnav ul{
	float:none;
	width:320px;
	height:22px;
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:right;
	letter-spacing:1px;
	}
.rightnav li{
	float:left;
	text-align:center;
	/*margin-left:-9px;*/
	padding:0 12px;
	}

/*** MAIN PAGE ***/
body{
	clear:both;
	background:white;
	width:100%;
	height:auto;
	}

img.main_image{
	display:none;
	}
.top-trailer{
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	background:white;

	}
.top-trailer p{
	text-align:center;
	line-height: 50px;
	width:100%;
	height:50px;
	background:hsl(203, 38%, 50%);
	margin:20px auto 0;
	color:white;
	}
.top-trailer p a{

	color:white;
	}
img.main_image-m{
	width:100%;
	height:auto;
	margin:0 auto;
	background:white;
	padding:0px 0 20px;
	}
	
.main-text{
	background:white;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:5px;
	padding-bottom:25px;
	}
.main-text h1{
	color:hsl(203, 38%, 50%);
	text-align:center;
	background:white;
	margin:0;
	}
.main-text p{
	margin:13px 25px;
	/*font-family: 'Quicksand', sans-serif;*/
	}
.main-reel{
	border-top:3px solid hsl(199, 74%, 50%);
	width:100%;
	height:auto;
	background:hsl(338, 3%, 21%);
	text-align:center;
	padding:30px 0;
	}
.main-reel h1{
	color:white;
	text-align:center;
	margin:0;
	padding-bottom:15px;
	}
.main-reel img{
	width:80%;
	height:auto;
	display:block;
	padding:15px;
	margin:0 auto;
	}

	
.main-reel2{
	/*border-top:3px solid hsl(199, 74%, 50%);*/
	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:0;
	}
.main-reel2 h1{
	color:hsl(338, 3%, 21%);
	text-align:center;
	margin:none;
	padding-bottom:15px;
	}
.main-reel2 img{
	width:80%;
	height:auto;
	display:block;
	padding:15px;
	margin:0 auto;
	}
.main-reel2 hr{
	width:80%;
	margin:0 auto;
	}
.main-reel2 p{
	font-family: 'Quicksand', sans-serif;
	list-style-type:none;
	text-align:center;
	margin:0;
	font-size:18px;
	padding:10px;
	}

.main-port-images{
	border-top:3px solid hsl(199, 74%, 50%);
	clear:both;
	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:30px 0;
	}
.main-port-images h1{
	text-align:center;
	margin:0;
	padding-bottom:25px;
	}	
.main-port-images img{
	padding:10px 7.5px;
	}		


/*** PROFILE ***/
.body-background{
	width:100%;
	height:auto;
	background:white;
	}
.p-row1{
	width:320px;
	height:620px;
	margin:0 auto 80px;
	background:white;
	}	
.p-img{
	background:white;
	width:60%;
	height:auto;
	float:none;
	margin:0 auto;
	}
.p-img img{
	width:100%;
	height:auto;
	padding-top:50px;
	background:white;
	}

.p-text h2{
	width:320px;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
	color:hsl(203, 38%, 50%);
	font-size:25px;
	}
.p-text p{
	width:320px;
	height:auto;
	float:left;
	text-align:center;
	font-family: 'Quicksand', sans-serif;
	margin:15px 0 0 0;
	}
.p-row2{
	border-top:3px solid hsl(199, 74%, 50%);
	width:100%;
	height:auto;
	background:hsl(338, 3%, 21%);
	text-align:center;
	padding:10px 0;
	}
.p-row2 h1{
	color:white;
	margin-bottom:5px;
	}
.p-row2 p{
	font-size:13px;
	color:white;
	margin:0;
	}
.p-body{
	display:none;
	background: url('http://jasonrsol.com/image/jason-body-vector.png') no-repeat -406px -44px;
	width: 534px;
	height: 434px;
	margin:30px auto 15px;
	}
.p-bodym{
	display:block;
	background: url('http://jasonrsol.com/image/jason-body-vector.png') no-repeat 95.305% 34.921%;
	background-size: 480px 280px;
	width: 267px;
	height: 217px;
	margin:20px auto;
	/*margin:40px auto 15px;*/
	}
.p-row3{
	clear:both;
	border-top:3px solid hsl(199, 74%, 50%);
	width:100%;
	height:auto;
	background:hsl(127, 1%, 93%);
	text-align:center;
	padding:0 0 30px;
	}

.p-row3 img{
	width: 45%;
	height:auto;
	padding:4px 2px;
	}		
.p-row4{

	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:0px 0;
	}	
.p-linkholder{
	width:320px;
	height:auto;
	margin:0 auto;
	}		
.p-row4 ul{
	width:auto;

	margin: 0 auto;
	padding:0;
	}
.p-row4 li {
	font-family: 'Quicksand', sans-serif;
	list-style-type:none;
	font-size:16px;
	text-align:center;
	margin:0;
	font-size:16pt;
	padding:10px;
	}
.p-row4 li a:hover{
	color:#1379B3;
	text-decoration:underline;
	}



/*** FOOTER ***/
[role='main'] {
  position: relative;
  z-index: 1`;
  text-align: center;
  margin: 0;
  padding: 0;
  background: white;/*
  color: #55BADA;*/
  height: auto;
  /* however tall the footer is */
  margin-bottom: 300px;
  
}
/* this is the spiky border */
[role='main']:after {
  content: '';
  position: absolute;
  left: 0; bottom: -3rem;
  font-size: 0.3rem;
  background:
    linear-gradient(135deg, #333 25%, transparent 25%) -3em 0,
    linear-gradient(225deg, #333 25%, transparent 25%) -3em 0);
  background-size: 3rem 100%;
  background-color: white;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}

[role='contentinfo'] {
  height: 250px;
  width: 100%;
  background: url('http://jasonrsol.com/image/footer-background.jpg') no-repeat;
  background-size:100% 100%;
  padding-top: 1em;
  color: white;
  position: fixed;
  bottom: 0; left: 0;
  z-index:-1;
  font-family: 'Quicksand', sans-serif;
  font-size:25px;
  
}

[role='contentinfo'] h2{
	color:white;
	width:212px;
	height:auto;
	margin:30px auto 20px;
}
.social-list{
	width:320px;
	height:auto;
	margin:0 auto;
	border:0;
	padding:0;
	}
.social-list li{
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 17px;
	line-height:80px;
	background-clip:none;
	border:0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	font-size:32px;
	font-size:1.77778rem

	}
.social-list li a div.instagram-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat 24.826% 6.085%;
	background-size: 306px 396px;
	width: 18px;
	height: 18px;
	}
.social-list li a div.facebook-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat 35.75% 6.077%;
	background-size: 306px 396px;
	width: 10px;
	height: 18px;
	}
.social-list li a div.twitter-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat 46.609% 6.307%;
	background-size: 306px 396px;
	width: 19px;
	height: 16px;
	}
.social-list li a div.imdb-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat 61.985% 6.192%;
	background-size: 306px 396px;
	width: 39px;
	height: 17px;
	}
.social-list li a div.linkedin-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat 75.302% 6.192%;
	background-size: 306px 396px;
	width: 17px;
	height: 17px;
	}
footer p{
	margin-top:30px;
	font-size:16px;
	text-align:center;
	}
footer p a:hover{
	color:clear;
	text-decoration:clear;
	}
	
}

			/***** 480 *****/
			
			
			
			


@media only screen and (min-width: 480px){
.top-bar{
	width:100%;
	height:none;
	background:white;
	border-bottom:none;
	}
	
.leftnav{
	width:172px;
	height:auto;
	background:white;
	font-size:25px;
	font-weight:700;
	margin:20px auto 10px;
	}

.rightnav{
	width:100%;
	height:22px;
	background:white;
	}
.rightnav ul{
	float:none;
	width:320px;
	height:22px;
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:right;
	letter-spacing:1px;
	}
.rightnav li{
	float:left;
	text-align:right;
	margin:0px;
	padding:20px 10px;
.main-reel2{
	/*border-top:3px solid hsl(199, 74%, 50%);*/
	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:30px 0 0;
	}
.main-reel2 h1{
	color:hsl(338, 3%, 21%);
	text-align:center;
	margin:clear;
	padding-bottom:0px;
	}
.main-reel2 img{
	width:80%;
	height:auto;
	display:block;
	padding:15px;
	margin:0 auto;
	}
.main-reel2 hr{
	width:80%;
	margin:0 auto;
	}
.main-reel2 p{
	font-family: 'Quicksand', sans-serif;
	list-style-type:none;
	text-align:center;
	margin:0;
	font-size:18px;
	padding:10px;
	}
}

@media only screen and (min-width: 700px){
h1	{font-family: 'Quicksand', sans-serif;font-size:40px; color:hsl(338, 3%, 21%);
	font-weight:700;-webkit-font-smoothing: antialiased;}
h2	{font-family: 'Quicksand', sans-serif;font-size:30px; color:hsl(338, 3%, 21%);
	font-weight:700;-webkit-font-smoothing: antialiased;}
h3	{font-family: 'Quicksand', sans-serif;font-size:25px; color:hsl(338, 3%, 21%);
	font-weight:700;-webkit-font-smoothing: antialiased;}
p	{font-family: 'Quicksand', sans-serif;-webkit-font-smoothing: antialiased;}

/*** HEADER ***/
header{
	font-family: 'Quicksand', sans-serif;
	}
	
.top-bar{
	width:100%;
	height:100px;
	background:white;
	border-bottom:thin solid hsl(231, 1%, 86%);
	padding-bottom:0;
	}
.leftnav{
	width:;
	margin:30px 0px 0px 40px;
	height:;
	float:left;
	background:;
	font-size:25px;
	}
.rightnav{
	width:auto;
	}
.rightnav ul{
	float:right;
	width:auto;
	margin:0 0;
	height:63px;
	padding-right:10px;
	/*
	background:;
	font-family:"Lucida Sans","Lucida Grande",Verdana,Sans-serif;
	font-size:16pt;*/
	list-style:none;
	text-align:right;
	letter-spacing:1px;
	}
.rightnav li{
	float:left;
	text-align:right;
	margin:15px;
	padding:20px 10px;

	/*
	padding-left:20px;
	padding-top:35px;*/
	}

/*** MAIN PAGE ***/
body{
	clear:both;
	background:white;
	width:100%;
	height:auto;
	}
.top-trailer{
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	background:white;

	}
.top-trailer p{
	text-align:center;
	line-height: 50px;
	width:96%;
	height:50px;
	background:hsl(203, 38%, 50%);
	margin:15px auto 0;
	color:white;
	}
.top-trailer p a{

	color:white;
	}
img.main_image{
	display:block;
	margin:0 auto;
	width:96%;
	height:auto;
	background:white;
	padding:2% 2% 2%;
	}
img.main_image-m{
	display:none;
	}
.main-text{
	background:white;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:5px;
	padding-bottom:25px;
	}
.main-text h1{
	color:hsl(203, 38%, 50%);
	text-align:center;
	background:white;
	margin:0;
	}
.main-text p{
	margin-top:13px;
	/*font-family: 'Quicksand', sans-serif;*/
	}
.main-reel{
	border-top:3px solid hsl(199, 74%, 50%);
	width:100%;
	height:auto;
	background:hsl(338, 3%, 21%);
	text-align:center;
	padding:30px 0;
	margin: 0 auto;
	}
.main-reel h1{
	color:white;
	text-align:center;
	margin:0;
	padding-bottom:15px;
	}
.main-reel img{
	width:35%;
	height:auto;
	float:left;
	padding-left:10%;
	}
.main-reel2{
	/*border-top:3px solid hsl(199, 74%, 50%);*/
	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:30px 0 0;
	}
.main-reel2 h1{
	color:hsl(338, 3%, 21%);
	text-align:center;
	margin:0;
	padding-bottom:15px;
	}
.main-reel2 img{
	width:60%;
	height:auto;
	display:block;
	padding:15px;
	margin:0 auto;
	}
.main-reel2 hr{
	width:60%;
	margin:0 auto;
	}
.main-reel2 p{
	font-family: 'Quicksand', sans-serif;
	list-style-type:none;
	text-align:center;
	margin-top:25px;
	font-size:18px;
	padding:10px;
	}
.main-port-images{
	border-top:3px solid hsl(199, 74%, 50%);
	clear:both;
	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:30px 0;
	}
.main-port-images h1{
	text-align:center;
	margin:0;
	padding-bottom:25px;
	}	
.main-port-images img{
	padding:10px 7.5px;
	}
	
	
	
	
/*** PROFILE ***/
.body-background{
	width:100%;
	height:auto;
	background:white;
	}
.p-row1{
	width:750px;
	height:450px;
	margin:0 auto;
	background:white;
	}	
.p-img{
	background:white;
	width:350px;
	height:350px;
	float:left;
	
	}
.p-img img{
	width:350px;
	height:350px;
	padding-top:50px;
	background:white;
	}
.p-text h2{
	float:left;
	width:350px;
	height:auto;
	/*font-family: 'Quicksand', sans-serif;
	font-size:30px;
	font-weight:700;*/
	text-align:left;
	margin:60px 0 0 25px;
	color:hsl(203, 38%, 50%);
	}
.p-text p{
	width:350px;
	height:auto;
	float:left;
	text-align:left;
	font-family: 'Quicksand', sans-serif;
	margin:15px 0 0 25px;
	}
.p-row2{
	border-top:3px solid hsl(199, 74%, 50%);
	width:100%;
	height:auto;
	background:hsl(338, 3%, 21%);
	text-align:center;
	padding:30px 0;
	}
.p-row2 h1{
	color:white;
	margin-bottom:5px;
	}
.p-row2 p{
	font-size:13px;
	color:white;
	margin:0;
	}
.p-body{
	display:block;
	background: url('http://jasonrsol.com/image/jason-body-vector.png') no-repeat -406px -44px;
	width: 534px;
	height: 434px;
	margin:40px auto 15px;
	}

.p-bodym{
	display:none;
	background: url('http://jasonrsol.com/image/jason-body-vector.png') no-repeat 95.305% 34.921%;
	background-size: 480px 280px;
	width: 267px;
	height: 217px;
	margin:20px auto;
	/*margin:40px auto 15px;*/
	}
/*.p-head{
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png')no-repeat -211px -67px;
	width: 67px;
	height: 67px;
	margin:40px auto 15px;
	}
.p-head-hovertext{
	width:240px;
	height:auto;
	display:none;

	}
.p-head:hover .p-head-hovertext{
	text-align:left;
	font-size:18px;
	display:block;
	padding:5px 0 5px 8px;
	margin:0px 0 0 93px;
	color:hsl(203, 38%, 50%);
	background-color:white
	}*/
/*.p-head:hover{
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png')no-repeat -584px -25px;
	width: 150px;
	height: 112px;
	margin:5px auto 15px;
	}*/
/*.p-bodytop{
width:305px;
height:auto;
margin:0 auto;
	}
.p-leftarm{
	float:left;
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png') no-repeat -93px -91px;
	width: 87px;
	height: 97px;
	margin:-52px 3px 0 0;
	}
.p-leftarm-hovertext{
	width:130px;
	height:auto;
	display:none;

	}
.p-leftarm:hover .p-leftarm-hovertext{
	text-align:right;
	font-size:18px;
	display:block;
	padding:5px 5px 5px 0;
	margin:0 0 0 -150px;
	color:hsl(203, 38%, 50%);
	background-color:white
	}
.p-body{
	float:left;
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png') no-repeat -184px -143px;
	width: 125px;
	height: 147px;
	}
.p-body-hovertext{
	width:82px;
	height:auto;
	display:none;

	}
.p-body:hover .p-body-hovertext{
	text-align:right;
	font-size:18px;
	display:block;
	padding:5px 0 5px 8px;
	margin:0 -150px 0 0;
	color:hsl(203, 38%, 50%);
	background-color:white
	}
.p-rightarm{
	float:left;
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png') no-repeat -313px -91px;
	width: 87px;
	height: 98px;
	margin:-52px 0 0 3px;
	}
.p-bodylegs{
	width:170px;
	height:auto;
	margin:180px auto 30px;
	}
.p-leftleg{
	float:left;
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png') no-repeat -161px -305px;
	width: 72px;
	height: 169px;
	}
.p-rightleg{
	background: url('http://jasonrsol.com/new/image/jason-body-vector.png') no-repeat -260px -306px;
	width: 72px;
	height: 169px;
	margin-left:102px;
	}*/

.p-row3{
	clear:both;
	border-top:3px solid hsl(199, 74%, 50%);
	width:100%;
	height:auto;
	background:hsl(127, 1%, 93%);
	text-align:center;
	padding:30px 0;
	}
.p-row3 img{
	width:20%;
	height:auto;
	margin:0 7.5px 15px;
	}
	
.p-row4{

	width:100%;
	height:auto;
	background:white;
	text-align:center;
	padding:30px 0;
	}	
.p-linkholder{
	width:406px;
	height:auto;
	margin:0 auto;
	}		
.p-row4 ul{
	width:auto;

	margin: 0 auto;
	padding:0;
	}
.p-row4 li {
	font-family: 'Quicksand', sans-serif;
	list-style-type:none;
	font-size:16px;
	text-align:center;
	margin:0;
	font-size:16pt;
	padding:10px;
	}
.p-row4 li a:hover{
	color:#1379B3;
	text-decoration:underline;
	}

	
	
		
/*** footer cover ***/		
[role='main'] {
  clear:both;
  position: relative;
  z-index: 1`;
  text-align: center;
  margin: 0;
  padding: 0;
  background: white;/*
  color: #55BADA;*/
  height: auto;
  /* however tall the footer is */
  margin-bottom: 300px;
  }
/* this is the spiky border */
[role='main']:after {
  content: '';
  position: absolute;
  left: 0; bottom: -3rem;
  font-size: 0.3rem;
  background:
    linear-gradient(135deg, #333 25%, transparent 25%) -3em 0,
    linear-gradient(225deg, #333 25%, transparent 25%) -3em 0);
  background-size: 3rem 100%;
  background-color: white;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
	}*/






/*** FOOTER ***/


[role='contentinfo'] {
  height: 250px;
  width: 100%;
  background: url('http://jasonrsol.com/image/footer-background.jpg') no-repeat;
  background-size:100% 100%;
  padding-top: 1em;
  color: white;
  position: fixed;
  bottom: 0; left: 0;
  z-index:-1;
  font-family: 'Quicksand', sans-serif;
  font-size:25px;
  
}
[role='contentinfo'] h2{
	color:white;
	width:212px;
	height:auto;
	margin:30px auto 20px;
}
.social-list{
	width:343px;
	height:auto;
	margin:0 auto;
	border:0;
	padding:0;
	}
.social-list li{
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 10px;
	line-height:80px;
	background-clip:none;
	border:0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	font-size:32px;
	font-size:1.77778rem

	}/*
.social-list li a {
	color:#fff;
	width:100%;
	height:100%;
	display:block
	}
.social-list li:hover{
	background:#fff
	}
.social-list li:hover a{
	color:#444
	}*//*
.social-list li a :hover{
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}*/	
.social-list li a div.instagram-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -143px -46px;
	width: 36px;
	height: 36px;
	}
.social-list li a div.facebook-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -212px -46px;
	width: 19px;
	height: 35px;
	}
.social-list li a div.twitter-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -268px -48px;
	width: 37px;
	height: 31px;
	}
.social-list li a div.imdb-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -331px -47px;
	width: 78px;
	height: 33px;
	}
.social-list li a div.linkedin-logo{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -436px -47px;
	width: 33px;
	height: 33px;
	}
.social-list li a div.instagram-logo:hover{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -143px -100px;
	width: 36px;
	height: 36px;
	}
.social-list li a div.facebook-logo:hover{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -212px -100px;
	width: 19px;
	height: 35px;
	}
.social-list li a div.twitter-logo:hover{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -268px -102px;
	width: 37px;
	height: 31px;
	}
.social-list li a div.imdb-logo:hover{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -331px -101px;
	width: 78px;
	}
.social-list li a div.linkedin-logo:hover{
	background: url('http://jasonrsol.com/image/social-buttons.png') no-repeat -436px -101px;
	width: 33px;
	height: 33px;
	}
footer p{
	margin-top:30px;
	font-size:16px;
	text-align:center;
	}
footer p a:hover{
	color:#1379B3;
	text-decoration:underline;
	}

}















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
