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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	font-family: "Instrument Sans", sans-serif;
	font-size:17px;
	color:#2F3031;
	overflow-x: hidden;
	background:#F2EBE3;
}
/*------------------------------------*\
	FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#C39350;
	transition: all 0.5s;
}
a:hover{
	text-decoration:none;
}
 
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	font-size:73px;
	line-height:76px;
	color:#fff;
	font-weight:500;
	margin-bottom: 15px;
	letter-spacing: -0.73px;
}

h2{
	font-size:40px;
	line-height:48px;
	letter-spacing: -0.8px;
	color: #2F3031;
	margin-bottom: 20px;
	font-weight:500;
}
h3{
	
}
h4{
	
}
h5{
	
}
p{
	font-size:17px;
	line-height:24px;
	font-weight:500;
	color:#2F3031;
	margin-bottom:30px;
}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	font-size:20px;
	line-height:25px;
	font-weight:600;
    border: 1px solid #fff;
    background-color: #fff;
	padding: 13px 15px 13px 15px;
    display: inline-block;
    letter-spacing: -0.3px;
	color: #2F3031;
	text-transform: capitalize;
	border-radius: 100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-left:24px;
	padding-right: 60px;;
	height:60px;
	position: relative;
	align-items: center;
	display: inline-flex;
	min-width: 188px;;
	line-height: 60px;
}
.common-button:after{
	content:url('../images/button-icon.png');
	position: absolute;
	right:8px;
	top: 8px;
	width:44px;
	height: 44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button:hover:after{
	transform: rotate(45deg);
}
.common-button:hover{
	color: #2F3031;
}
.common-tag-line{
	font-size:16px;
	line-height:19px;
	font-weight:600;
	color: #2F3031;
	background-color: #fff;
	box-shadow: 0px 1px 16px #FFFFFF30;
	border: 1px solid #FFFFFF0A;
	border-radius: 130px;
	display:inline-block;
	padding:6px 20px;
	padding-left: 12px;
	margin-bottom: 15px;
}
.common-tag-line span{
	margin-right:10px;
}
a.common-link{
	font-family: 'Optima Bold';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover{
	color: #d9a883;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
