/*        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
        ------------------        */
		
@font-face {
	font-family: Montserrat;
	src: url(../fonts/montserrat-regular-webfont.eot), url(../fonts/montserrat-regular-webfont.ttf);
}

@font-face {
	font-family: MontserratBOLD;
	src: url(../fonts/montserrat-bold-webfont.eot), url(../fonts/montserrat-bold-webfont.ttf);
}

@font-face {
	font-family: Pontano;
	src: url(../fonts/PontanoSans-Regular.eot), url(../fonts/PontanoSans-Regular.ttf);	
}

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

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

.large, h2 {
        font-size: 42px;
        line-height: 48px;
}

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

.big, h4 {
        font-size: 22px;
        line-height: 30px;
		font-family: Montserrat;
		text-transform: uppercase;
		letter-spacing: 2px;
}

body {
        font-family: Montserrat;
}

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

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



/*                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(255,255,255);
        color: rgb(60,60,60);
		overflow-x: hidden;
		margin: 0px auto;
        -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
		
		transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

::selection {
	background: #e1e1e1; /* Safari */
	}
::-moz-selection {
	background: #e1e1e1; /* Firefox */
}

#logo {
	width: 	40px;
	height: 40px;
	display: inline;
	float: left;
	margin-right: 15px;
}

nav {
	width: 896px;
	height: 40px;	
	text-transform: uppercase;
	margin: 48px 48px 0 48px;
}

ul {
	margin: 5px;
	padding: 10px;
}

li {
	display: inline;
	}
	
li a {
	text-decoration: none;
	color: #333;	
}

li a:hover {
	text-decoration: none;
	color: #fc3158;	
}

/*header {
	background: url(../images/header.jpg) no-repeat top center;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;

   height: 666px;
   min-width: 892px;
   width: 100%;
   overflow: hidden;
   color: white;
}
*/

#title {
	width: 	730px;
	height: 80px;
	margin: 40px auto 30px auto;
	text-align: center;
	text-transform: uppercase;
}

#arrow {
	display: none;
}

#work h3 {
	text-align: center;
	color: white;
	background-color: #e1e1e1;
	
}

#work {
	margin: 40px auto 0 auto;	
	width: 100%;
}


.projectImage{
	width: 	645px;
	height: auto;
	margin: 35px 15px 0 30px;
	display: inline;
	float: left;
}


.projectDescription {
	width: 250px;
	height: 350px;
	font-family: Pontano;
	display: inline;
	margin: 75px 0 0 15px;
	float: left;
	overflow: hidden; 
	border-bottom: 3px solid #e1e1e1;
}

.projectDescription a {
	text-decoration: none;
	color: #F06;
}

.projectDescription a:hover {
	text-decoration: none;
	color: #F06;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.projectDescription h4 {
	line-height: 24px;	
	margin-bottom: 18px;
	border-bottom: 3px solid #e1e1e1;
	padding-bottom: 10px;
	color: #F06;
}

footer {
	width: 100%;
	height: 85px;
	background-color: #e1e1e1;
	float: left;
	display: inline;
	text-transform: uppercase;
	color: white;
	margin-top: 70px;
}

#icons {
	width: 950px;
	margin: 20px;	
}

footer p {
	text-align: right;	
	margin: -10px 20px 0 550px;
	display: inline;
	width: 100%;
}

/*                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;*/
	background: rgb(255,255,255);
	color: rgb(60,60,60);
	overflow-x: hidden;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
		
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
        }
		
#logo {
	width: 	40px;
	height: 40px;
	display: inline;
	float: left;
	margin-right: 15px;
	text-align: center;
}

nav {
	width: 896px;
	height: 40px;	
	text-transform: uppercase;
	margin: 48px 48px 0 48px;
}

ul {
	margin: 5px;
	padding: 10px;
}

li {
	display: inline;
	}
	
	li a {
	text-decoration: none;
	color: #333;	
}

li a:hover {
	text-decoration: none;
	color: #fc3158;	
}

/*header {
	background: url(../images/header.jpg) no-repeat top center;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;

	height: 500px;
   	min-width: 712px;
   	width: 100%;
   	overflow: hidden;
   	color: white;
}*/

#title {
	width: 	450px;
	height: 160px;
	margin: 40px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
}

#arrow {
	display: none;	
}

.projectImage{
	width: 	645px;
	height: auto;
	margin: 35px 15px 0 30px;
	display: inline;
	float: left;
}


.projectDescription {
	width: 450px;
	height: 300px;
	font-family: Pontano;
	display: inline;
	margin: 60px 0 30px 150px;
	float: left;
	overflow: hidden; 
	border-bottom: 3px solid #e1e1e1;
}

footer {
	width: 100%;
	height: 85px;
	background-color: #e1e1e1;
	float: left;
	display: inline;
	text-transform: uppercase;
	color: white;
	margin-top: 70px;
}

#icons {
	width: 712px;
	margin: 20px;	
}

footer p {
	text-align: right;	
	margin: -10px 20px 0 300px;
	display: inline;
}
		
}



/*                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;*/
	background: rgb(255,255,255);
	color: rgb(60,60,60);
	overflow-x: hidden;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
        }
		
#logo {
	width: 	40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 15px;
}

nav {
	width: 896px;
	height: 40px;	
	text-transform: uppercase;
	margin: 48px 48px 0 48px;
	display: block;
}

ul {
	margin: 5px;
	padding: 10px;
}

li {
	display: block;
	text-decoration: none;
	}
	
	li a {
	text-decoration: none;
	color: #333333;	
}

li a:hover {
	text-decoration: none;
	color: #fc3158;	
}

/*header {
	background: url(../images/header.jpg) no-repeat top center;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;

	height: 170px;
   	min-width: 252px;
   	width: 100%;
   	overflow: hidden;
   	color: white;
	
}*/

#title {
display: none;

}

#arrow {
	display: none;	
}

.projectImage{
	width: 	200px;
	height: auto;
	margin-top: 35px;
	display: inline;
	float: left;
}

.projectImage img {
	width: 200px;	
}


.projectDescription {
	width: 230px;
	height: 380px;
	font-family: Pontano;
	display: inline;
	margin-top: 30px;
	float: left;
	overflow: hidden; 
	border-bottom: 3px solid #e1e1e1;
}

.projectDescription h3 {
	text-align: center;	
}

footer {
	width: 100%;
	height: 120px;
	background-color: #e1e1e1;
	display: block;
	text-transform: uppercase;
	color: #333333;
	margin-top: 70px;
}

#icons {
	width: 138px;
	margin: 40px 0px 0 60px;
	height: 50px;
}

footer p {
	display: block;
}

#copyright {
	margin: 20px 0 0 20px;	
	width: 100%;
	
}

}



/*                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;
*/        	background: rgb(255,255,255);
	color: rgb(60,60,60);
	overflow-x: hidden;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
		
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
        }
		
#logo {
	width: 	40px;
	height: 40px;
	display: inline;
	float: left;
	margin-right: 15px;
}

nav {
	width: 486px;
	height: 40px;	
	text-transform: uppercase;
	margin: 40px auto 0 auto;
}

ul {
	margin: 5px;
	padding: 10px;
}

li {
	display: inline;
	}
	
	li a {
	text-decoration: none;
	color: #333;	
}

li a:hover {
	text-decoration: none;
	color: #fc3158;	
}

/*header {
	background: url(../images/header.jpg) no-repeat top center;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;

	height: 300px;
   	min-width: 436px;
   	width: 100%;
   	overflow: hidden;
   	color: white;
}*/

#title {
	width: 	436px;
	height: 160px;
	margin: 20px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
}

#arrow {
	display: none;	
}

.projectImage{
	width: 	436px;
	height: auto;
	margin-top: 35px;
	display: inline;
	float: left;
}

.projectImage img {
	width: 375px;	
}


.projectDescription {
	width: 345px;
	height: 320px;
	font-family: Pontano;
	display: inline;
	margin: 30px 0 0 45px;
	float: left;
	overflow: hidden; 
	border-bottom: 3px solid #e1e1e1;
}


footer {
	width: 100%;
	height: 85px;
	background-color: #e1e1e1;
	float: left;
	display: inline;
	text-transform: uppercase;
	color: white;
	margin-top: 70px;
}

#icons {
	width: 436px;
	margin: 20px;	
}

footer p {
	text-align: right;	
	margin: -10px 20px 0 15px;
	display: inline;
}

}


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