/*---------------------------------------------- 
0. RESET & CLEARFIX
------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
.overlaycaption,figure,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }

ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=submit], textarea, select { -moz-appearance: none; -webkit-appearance: none; }

.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }

/* HTML5 display definitions */
article, aside, details, .overlaycaption, figure, footer, header, hgroup, menu, nav, section, dialog { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }




/*---------------------------------------------- 
1. BASICS
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	position: relative;
	}

body {
	font-family: "proxima-nova", sans-serif; 
	font-weight: 300;
	font-style: normal;	
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.2px;
	color:#242425; 
	text-align: left; 
	background: #ebf4ff;
	height: 100%;
	}

	
::selection { background:#242425; color:#ffffff; }
::-moz-selection { background:#242425; color:#ffffff; }
::-webkit-selection { background:#242425; color:#ffffff; }


/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", sans-serif; 
	font-style: normal;
	font-weight: 800;
	color: #cd8f99;
	margin-bottom: 0.8em;
	vertical-align:baseline;
	}
	.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }



h1 { font-size: 2.8em;}
h2 { font-size: 1.8em; font-weight: 600; line-height: 1.4em; color: #e09e19;}
h3 { font-size: 1.25em; color: #cd8f99;}
h4 { font-size: 1.2em; color:#cd8f99}
h5 { font-size: 1.1em; color: #242425; font-weight: 700; }
h6 { font-size: 0.8em; text-transform: uppercase;}
	


h4 span{color:#D9a6ac;}

h1 span {color:#D6E2F2}

/* Links
---------------------------------------- */
a {
	cursor: pointer;
}
p a {
    color: #242425;
    background-image: linear-gradient(to bottom, transparent 0, #D6E2F2 0);
    background-position: 0 0.6em;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.08s ease-out;
    -ms-transition: background-position 0.08s ease-out;
    -moz-transition: background-position 0.08s ease-out;
    -o-transition: background-position 0.08s ease-out;
    transition: background-position 0.08s ease-out;
    text-decoration: none;
}
p a:hover {
    color: #242425;
    background-image: linear-gradient(to bottom, transparent 0, #D6E2F2 0);
    background-position: 0 1em;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.08s ease-out;
    -ms-transition: background-position 0.08s ease-out;
    -moz-transition: background-position 0.08s ease-out;
    -o-transition: background-position 0.08s ease-out;
    transition: background-position 0.08s ease-out;
    text-decoration: none;
}

a {
    color: #e09e19;
    background-image: linear-gradient(to bottom, transparent 0, #fff 0);
    background-position: 0 0.7em;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.08s ease-out;
    -ms-transition: background-position 0.08s ease-out;
    -moz-transition: background-position 0.08s ease-out;
    -o-transition: background-position 0.08s ease-out;
    transition: background-position 0.08s ease-out;
    text-decoration: none;
}
a:hover {
    color: #e09e19;
    background-image: linear-gradient(to bottom, transparent 0, #fff 0);
    background-position: 0 1em;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.08s ease-out;
    -ms-transition: background-position 0.08s ease-out;
    -moz-transition: background-position 0.08s ease-out;
    -o-transition: background-position 0.08s ease-out;
    transition: background-position 0.08s ease-out;
    text-decoration: none;
}

	
.text-light p { color: #ffffff; }
.text-light p a:before { background: #ffffff; }


/* Others
---------------------------------------- */
p { 
	margin-bottom: 1.6em; 
	}
	div p:last-child {  margin-top: 0px;  }	
	
strong, b, dt {
	font-weight: 700;
}

i, dfn, em {
	font-style: italic;
	}
	
strong i, b i, dt i, strong em, b em, dt em {
	font-style: italic;
	font-weight: 500;
	}


/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
	overflow: hidden;
	margin: 0;
	}

.page-body {
	background-color:#fff;
}

.wrapper {
	max-width: 90%;
	margin: 0 auto;
	}
	
.left-float { 
	float: left; 
	}
	
.right-float { 
	float: right; 
	}
	
.align-center {
	text-align: center;
	}
	
.align-right {
	text-align: right;
	}
	
.text-light {
	color: #ffffff;
	}
	
.full-height {
	min-height: 100vh;
	position:fixed;
	}	

.no-padding {
	padding: 0;
}

.spacer {
	width: 100%;
	display: block;
	}	

.spacer.spacer-mini { height: 15px; }
.spacer.spacer-small { height: 40px; }
.spacer.spacer-medium { height: 80px; }
.spacer.spacer-big { height: 120px; }

.blue {
	background: #ebf4ff;
	}

.blush {
	background:#cd8f99;
	}
.white {
	background:#ffffff;
	}

.black {
	background:#242425;
	}
.mustard{
	background:#e09e19;
	}

.intro {
	position: relative;
    width: 100%;
    min-height: 100vh;
    text-align: left;
    padding-bottom: 2em;
	}

.intro-content {
	position: absolute;
    bottom: 10%;
    left: 0;
    text-align: left;
    max-width:  1200px;
	}


@media (max-width: 1900px) {
	
	body {
	font-size: 22px;
	}
	.intro-content {
    max-width:  1100px;
	bottom: 10%;
	}
}
@media (max-width: 1600px) {
	
	body {
	font-size: 20px;
	}
	.intro-content {
    max-width:  1000px;
	bottom: 8%;
	}
}
@media (max-width: 1400px) {
	
	body {
	font-size: 18px;
	}
	.intro-content {
    max-width:  900px;
	bottom: 8%;
	}
}
@media (max-width: 1200px) {
	
	body {
	font-size: 16px;
	}
	.intro-content {
    max-width:  800px;
	bottom: 5%;
	}
}
@media (max-width: 1024px) {
	
	body {
	font-size: 14px;
	}
	.intro-content {
    max-width:  700px;
	bottom: 5%;
	}
}

@media (max-width: 900px) {
	
	body {
	font-size: 14px;
	}
}
@media (max-width: 768px) {
	
	body {
	font-size: 12px;
	}
	.intro-content {
    max-width:  450px;
	bottom: 5%;
	}
}
@media (max-width: 600px) {
	
	.wrapper {
	max-width: 80%;
	}
}
@media (max-width: 550px) {
	
	.intro-content h2 {
	line-height:1.2;
	}
	.intro-content h2 span {
	visibility: hidden;
	}
	.intro-content {
    max-width:  400px;
	bottom: 5%;
	}

}
