@charset "UTF-8";
/* CSS Document */

html {
    box-sizing: border-box;
	cursor:url(mitten.png),url(mitten.cur),auto;
	background-color: black;
}


html:active {
	cursor:url(mitten_active.png),auto;	
}

header {
	margin-bottom: 4px;
}

nav {
	width:90%;
	background:;
	margin:0 auto;
	text-align: center;
	}


nav a:hover {
	color: blue;
}

nav a, a:visited {
	color:white;	
}

nav ul li {
}

nav ul li {
	background-color: ;
	margin-right: 50px;
}




div.title {
	width:100%;
	float:left;
	position:fixed;
}

body {
	font-family: helvetica, sans-serif;
	font-weight: medium;
	margin-top:0%;
	letter-spacing: .07rem;
}

li {
	text-decoration:none;
	list-style-type: none;
	/*margin-left: 10px;*/
}



div.container {
margin:0 auto;
width:100%;
overflow:auto;
max-width:1280px;
}

ul.thumbnails {
	max-width:90%;
	margin-bottom:28px;
	padding-left:5%;
	padding-right: 5%;
	padding-top:3%;
}

ul.thumbnails li.center {
text-align: center;
margin: auto;
}

ul.details {
	max-width:800px;
	margin-bottom:30px;
	padding-left:5%;
	padding-right: 5%;
    background:;
    margin: 0 auto;

	/**

	text-align: center;
	background: green;
	margin-bottom:20px;
	padding-left:5%;
	padding-right: 5%;
	padding-top:7%;
	max-width: 75%;

	original code

	margin-top: 15px;
	margin-left: 5px;
	margin-right: 20%;
	margin-bottom:20px;
	**/
}

ul.details img {
	text-align: center;
	margin-bottom: 30px;
	max-width: 800px;
}

div.details {
	margin-left: auto;
	margin-right: auto;
}

li.img.jackson {
	max-width: 100px;
	border:0px;
}



section.about {
	/**

	background:none;
	float:left;
	margin-top: 85px;
	margin-left: 38px;
	padding-right: 3%;
	margin-bottom:20px;

	**/


	background:none;
	text-align: center;
	margin:0 auto;
	overflow:auto;
	width: 90%
}


section.work {
	background:;
	text-align: center;
	margin:0 auto;
	overflow:auto;
	width: 100%
}




img.dropshadow {
    box-shadow: 2px 2px 4px 4px darkgrey;
    margin-bottom: 5px;
}

div.takk {
	margin-top: 60px;
}



video {
	max-width:700px;
	background:none;
	float:left;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom:20px;
}


.title {
	line-height:8px;
}


h1.tiltleft {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}


h1 {
	position:relative;
	font-size:14pt;
	color:white;
	font-weight: lighter;
}


a:link {
	color:white;
	text-decoration: underline;
	
}

footer:a {
	text-decoration: none;
	background: white;
}




a:active, a:visited {
text-decoration: none;
} 


	/*
	color:blue;
	font-size:14pt;
	width:100%;
	font-weight: light;
	display:inline-block; */

	/*margin: 10px auto;*/
	/*border:solid yellow 10px;
	 transition: width 3s transform 3s;
    -webkit-transition: width 3s;
    -mozz-transition: 3s; */
}

div.about h2 a {
	text-decoration: none;
}

h3 {
	color:white;
	font-weight: normal;
	font-size: .813em;
	max-width: 100%;
	margin-top: 35px;
}

h3.description {
	color:white;
	font-weight: normal;
	font-size: 1.8rem;
	max-width: 100%;
	margin-top: 35px;
	border-width: 1px;
	padding:.4%;
}

h3.description:hover {
	color:white;
	font-weight: normal;
	font-size: 2em;
	max-width: 100%;
	margin-top: 35px;
	border-width: 1px;
	padding:.4%;
}

h4 {
	font-weight: normal;
	color:white;
	font-size: 1.8rem;
}


span.stretch {
    display:inline-block;
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
}


.home {
	position:fixed;
	top:200px;
	left:300px;
}

.home:hover {
	opacity:0;
}

.description {
	margin-bottom: 3%;
}

img {
	width:100%;
}

img.details {
	max-width:800px;
}

img.about {
	max-width:600px;
}

/*

img:hover {
	outline-style: double;
	border:2px;
	color:blue;
}


^all images saved/cropped to 600x900px
*/


img.outline {
outline-style:solid;
outline-color: black;
outline-width: 1px; 
}

video.outline {
outline-style:solid;
outline-color: black;
outline-width: 1px; 
}

img.walks {
	max-width:100%;
}

img.detail:hover {
	outline-style:none;
}



svg {
	width:100%;
	background:none;
}

.footer_one{
 position:fixed;
 bottom:0;
 margin-left: 38px;
 -ms-transform: rotate(180deg); /* IE 9 */
 -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
 transform: rotate(180deg);
}

.footer_two{
 position:fixed;
 bottom:0;
 right: 50px;
 -ms-transform: rotate(180deg); /* IE 9 */
 -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
 transform: rotate(180deg);
}

.footer_three{
 position:fixed;
}


#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 47px;
    background:none;
    background:none;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color:red;
    margin: 0;
    position: relative;
    left: 1px;
    top: 10px;
    font-size: 1.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
	background:white;
}

#return-to-top:hover i {
    top: 5px;
}



/*
h3{
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
	}

	h3 i{color: #444;}
}*/

/*.circle {
	float:right;
	z-index:10;
	position:fixed;
	left:90%;
	top:70%;
} */




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

h3.description {
	font-size: 1.8rem;
}

h3.description:hover {
	font-size: 1.8rem;
}


h4 {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.2rem;
}


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



h1 {
font-size:14pt;
}

}


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


h4 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-weight: normal;
	color:blue;
	font-size: 1.8rem;
}

h3.description:hover {
	font-size: 4em;
}

}


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

ul.thumbnails li {
width:32%;
margin-right:1%;
float:left;
}

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

