/* CSS Document */

/*        Less Framework 4 with 16/24 type presets
        http://lessframework.com
        by Joni Korpi
        License: http://opensource.org/licenses/mit-license.php        */



/*        Resets
        ------        */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
        display: block;
}

a img {border: 0;}



/*        Typography presets
        ------------------        */

.gigantic {
        font-size: 110px;
        line-height: 120px;
        letter-spacing: -2px;
}

.huge, h1 {
        font-size: 68px;
        line-height: 72px;
        letter-spacing: -1px;
}

.large, h2 {
        font-size: 30px;
        line-height: 40px;
		letter-spacing: 1px;
}

/*.large, h2 {
        font-size: 42px;
        line-height: 48px;
		letter-spacing: 1px;
}*/

.bigger, h3 {
        font-size: 26px;
        line-height: 36px;
}

.big, h4 {
        font-size: 22px;
        line-height: 30px;
		 letter-spacing: 1px;
}

body {
        font: 16px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.small, small {
        font-size: 13px;
        line-height: 18px;
}

p {
		padding-top: 20px;
}

/* Selection colours (easy to forget) */

::selection                  {background: rgb(255,255,158);}
::-moz-selection         {background: rgb(255,255,158);}
img::selection                 {background: transparent;}
img::-moz-selection        {background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}


/* Navigation */

nav ul li a {
	color: #000;
	text-decoration: none;
	display: inline;
}



/*------------------Desktop-------------------*/

/*                Default Layout: 992px. 
                Gutters: 24px.
                Outer margins: 48px.
                Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
        width: 992px;
        padding: 72px 48px 84px;
        background: /*rgb(232,232,232)*/white;
        color: rgb(60,60,60);
        -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
		margin: 0 auto 0 auto;
}

header {
/*	background color: #FFF;*/
	color: #999;
	height: 80px;
}

.subHeader {
	padding-top: 30px;
}

.paragraph {
	margin-top: -10px;
	padding-left: 50px;
}

.colorChange {
	color: #F7921E;
}

.colorChange2 {
	color: #F7921E;
}

.projectTitle {
	letter-spacing: 1px;
}

.nextText p {
	margin-top: -20px;
}

a {
	color: #F7921E;
	text-decoration: none;
	list-style-type: none;
}

li {
	/*display: inline;*/
	padding: 10px;
	margin-right: 10px;
	/*background-color: #999;*/
	text-align: center;
	color: white;	
	letter-spacing: 1px;
}

li a {
	color: #000;
	text-decoration: none;
	list-style-type: none;
}

li:hover {
	/*background-color: white;*/
}

li:hover a {
	color: #F7921E;
	border-bottom: 2px solid #F7921E;
}

nav li {
	float: left;
	/*display: inline;*/
	list-style-type: none;	
}

.navContainer {
	width: 400px;
	margin-left: 700px;
}

.aboutContent {
	clear: both;
	padding-top: 10px;
	background-color: #EAEAEA;
}

.aboutContent img {
	max-width: 100%;
	height: auto;
}

.aboutInfo {
	padding: 0 100px 50px 100px;
}

.photoHighlights {
	background-color: #FFF; 
	margin-top: 40px;
	padding-left: 100px;
	border-top: 4px solid #F7921E;
}

.photoInfo {
	width: 251px;
	margin-right: 15px;
	margin-top: 15px;
	display: inline-block;
}

/*.photoInfo img {
	text-align: center;
}*/

.photoInfo p {
	padding-top: 0;
	text-align: center;
}

footer {
	margin-top: 30px;
	padding: 10px 0 10px 0;
	/*padding-left: 90px;*/
	background-color: #EAEAEA;
	font-size: 10px;
	text-align: center;
}

footer li {
	text-decoration: none;
	display: inline;
}

footer p {
	/*float: right;*/
	margin-top: -43px;
	margin-right: 90px;	
}



/*------------------Tablet-------------------*/

/*                Tablet Layout: 768px.
                Gutters: 24px.
                Outer margins: 28px.
                Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
        
        body {
                width: 712px;
                padding: 48px 28px 60px;
        }
		
		header {
				background color: #000;
				color: #999;
				height: 100px;
		}
		
		.subHeader {
				padding-top: 30px;
		}

		.paragraph {
				padding-top: 10px;
		}
		
		li {
				display: inline;
				padding: 10px;
				margin-right: 10px;
				/*background-color: #999;*/
				text-align: center;
				color: white;	
		}

		li:hover {
				/*background-color: white;*/
		}

		li:hover a {
				/*color: #999;*/
		}
		
		nav li {
				float: left;
				/*margin-left: 400px;*/
				list-style-type: none;	
		}
		
		.navContainer {
				width: 400px;
				margin-left: 425px;
		}
		
		#mainContent {
				clear: both;
				text-align: center;
		}
		
		.aboutContent {
				clear: both;
				padding-top: 10px;
				background-color: #EAEAEA;
				text-align: left;
		}
		
		.photoHighlights {
				background-color: #FFF; 
				margin-top: 40px;
				padding-left: 0;
				border-top: 4px solid #F7921E;
		}
		
		footer {
				margin-top: 30px;
				/*padding-left: 90px;*/
				background-color: #EAEAEA;
				font-size: 10px;
		}

		footer li {
				text-decoration: none;
				display: inline;
		}

		footer p {
				/*float: right;*/
				margin-top: -43px;
				margin-right: 90px;	
		}
}





/*------------------Mobile Phone-------------------*/

/*                Mobile Layout: 320px.
                Gutters: 24px.
                Outer margins: 34px.
                Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
        
        body {
                width: 252px;
                padding: 48px 34px 60px;
        }
		
		header {
				color: #999;
				height: 94px;
				text-align: center;
		}
		
		#logo img {
				text-align: center;
		}
		
		.subHeader {
				padding-top: 30px;
		}

		.paragraph {
				padding-top: 10px;
				padding-left: 0;
		}
		
		.aboutInfo {
				padding: 0 20px 50px 20px;
		}
		
		.photoHighlights {
				background-color: #FFF; 
				margin-top: 40px;
				padding-left: 0;
				border-top: 4px solid #F7921E;
		}
		
		.photoHighlights p {
				text-align: center;
				padding-left: 0;
		}
		
		.colorChange2 {
				color: #000;
		}
		
		li {
				/*display: inline;*/
				padding: 10px;
				margin-top: 5px;
				/*margin-right: 10px;*/
				background-color: #F7921E;
				text-align: center;
				color: white;	
		}
		
/*		li .colorChange {
				background-color: #EAEAEA;
				color: #F7921E;
		}*/

		li:hover {
				background-color: #EAEAEA;
		}

		li:hover a {
				color: #F7921E;
		}
		
		nav li {
				float: none;
				list-style-type: none;	
		}
		
		.navContainer {
				width: 262px;
				margin-left: 0;
		}
		
		.active li {
				background-color: #EAEAEA;
		}
		
		#mainContent {
				clear: both;
		}
		
		footer {
				margin-top: 30px;
				padding: 0 0 10px 0;
				padding-left: 0;
				background-color: #EAEAEA;
				font-size: 10px;
				text-align: center;
		}

		footer li {
				text-decoration: none;
				display: block;
				background-color: #EAEAEA;
		}

		footer p {
				float: none;
				margin-top: -10px;
				margin-right: 0;
				margin-left: -10px;
		}
        
}



/*                Wide Mobile Layout: 480px.
                Gutters: 24px.
                Outer margins: 22px.
                Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
        
        body {
                width: 436px;
                padding: 36px 22px 48px;
        }
		
		header {
				color: #999;
				height: 94px;
				text-align: center;
		}
		
		.subHeader {
				padding-top: 30px;
		}

		.paragraph {
				padding-top: 10px;
				padding-left: 0;
		}
		
		.photoHighlights {
				background-color: #FFF; 
				margin-top: 40px;
				padding-left: 0;
				border-top: 4px solid #F7921E;
				text-align: center;
		}
		
		/********* changes background color of buttons ********/
		li {
				/*display: inline;*/
				padding: 10px;
				margin-top: 5px;
				/*margin-right: 10px;*/
				background-color: #F7921E;
				text-align: center;
				color: white;
		}

		li:hover {
				/*background-color: white;*/
		}

		li:hover a {
				color: #F7921E;
		}
		
		nav li {
				float: none;
				list-style-type: none;	
		}
		
		.navContainer {
				width: 445px;
				margin-left: 0;
		}
		
		#mainContent {
				clear: both;
		}
		
		footer {
				margin-top: 30px;
				/*padding: 10px;*/
				padding-left: 0;
				background-color: #EAEAEA;
				font-size: 10px;
				text-align: center;
		}

		footer li {
				text-decoration: none;
				display: block;
				background-color: #EAEAEA;
		}

		footer p {
				float: none;
				margin-top: -10px;
				margin-right: 0;
		}

}


/*        Retina media query.
        Overrides styles for devices with a 
        device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
        only screen and (-webkit-min-device-pixel-ratio: 2),
        only screen and (min-device-pixel-ratio: 2) {
        
        body {
        
        }
        
}
