:root{
	--white:  #fff;
	--black:  #000;
	--gold: #9e703e;
}

html{
	font-size: 100.01%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
/*  */
body{
	background-color: var(--white);
	font-family: 'SF UI  Text';
	letter-spacing: -0.5px;
	color: var(--black);
  	line-height: 1.4;
	font-weight: 400;
	font-size: 15px;
}

*{
	outline: none !important;
}

.container{
	max-width: 1280px;
	width: 100%;
}

.container-fluid{
	z-index: 2;
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
}

:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a, .btn, button, .nav-link:after, .nav-link img{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a{
	color: var(--primary);
	text-decoration: none !important;
}

p{
	font-weight: 300;
	margin: 0 0 1.2em;
	font-family: 'SF UI  Text';
}
p:last-child{
	margin-bottom: 0;
}

strong{
	font-family: 'SF UI  Text';
	font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1;
}

.btn{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
	border-radius: 0px;
	position: relative;
	padding: 20px 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	z-index: 1;
}

.btn-outline-white{
	color: var(--white);
	border-color: currentColor !important;
}

.btn-outline-white:hover{
	background-color: var(--white);
	color: var(--primary);
}

.bg-grad .btn-outline-white{
	color: var(--black);
}

.bg-grad .btn-outline-white:hover{
	background-color: var(--black);
	color: var(--white);
}

.navbar{
	padding-bottom: 30px;
	padding-top: 30px;
}

.navbar-nav li + li{
	margin-left: 5px;
}

.navbar-nav > li{
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-link{
	color: var(--primary);
	font-weight: 700;
	font-size: 14px;
}

.navbar-controls > * + *{
	margin-left: 5px;
}

.navbar-controls .btn{
	width: 40px;
	height: 40px;
}
.navbar-controls .btn:hover{
	background-color: #D6B0EF;
}

.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-175{
	padding-top: 175px;
}

.mb-75{
	margin-bottom: 75px;
}

.mb-60{
	margin-bottom: 60px;
}

h1, h2{
	font-family: 'Druk Text Wide';
	text-transform: uppercase;
	font-weight: bold;
}

h1{
	letter-spacing: -3px;
	margin-bottom: 15px;
	font-size: 42px;
}

h2{
	letter-spacing: -2.1px;
	font-size: 30px;
}

h4{
	font-family: 'Druk Text Wide';
	font-weight: 500;
	font-size: 19px;
}

section{
	width: 100%;
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.hero{
	background-image: url('../images/hero-bg.png');
}

.contact{
	background-image: url('../images/man-standing.png'), url('../images/contact-bg.png');
	background-position: bottom right 6%, center center;
	background-size: 25%, cover;
	position: relative;
}
.contact:before{
	background: transparent url('../images/symbol-big.png') no-repeat center center / contain;
	padding-bottom: 56%;
	position: absolute;
	content: "";
	width: 45%;
	top: -8%;
	left: 0;
}

h2{
	color: var(--gold);
}

.big-title{
	letter-spacing: -11px;
	font-size: 110px;
}
.big-title.mb-0{
	margin-bottom: -15px !important;
}

.form-control{
	font-family: 'Druk Text Wide';
	color: var(--gold) !important;
	text-transform: uppercase;
	padding: 10px 12px;
	font-weight: bold;
	font-size: 12px;
}

.form-control::-webkit-input-placeholder {
	color: var(--gold);
}
.form-control:-ms-input-placeholder {
	color: var(--gold);
}
.form-control::placeholder {
	color: var(--gold);
}

.btn{
	min-height: 36px;
	width: 130px;
	padding: 0;
}
.btn-gold{
	background-color: var(--gold);
	color: var(--white);
}

.btn-outline-white{
	border: 1px solid var(--white);
	color: var(--white);
	line-height: 40px;
}

.btn-outline-gold{
	border: 1px solid var(--gold);
	color: var(--gold);
	line-height: 40px;
}

.btn-outline-gold:hover{
	background-color: var(--gold);
	border-color: var(--gold);
	color: var(--white);
}

.footer{
	padding: 40px 0;
}

.navbar{
	transition: all 0.35s linear;
}

.navbar-brand img{
	height: 56px;
	transition: all 0.35s linear;
}

.navbar-nav{
	margin-right: 250px;
}
.navbar-nav li + li{
	margin-left: 65px;
}
.navbar-nav a{
	font-family: 'Druk Text Wide';
	text-transform: uppercase;
	color: var(--black);
	font-weight: bold;
	font-size: 12px;
}
.navbar-nav a:hover, .navbar-nav a.active{
	color: var(--gold) !important; 
}

.bg-grad{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.7);
}

.bg-grad .navbar-brand img{
	height: 32px;
}

.mountain-img{
	position: absolute;
	width: 51.8%;
	right: 0;
	top: 0;
}

.outlined-text{
	color: var(--white);
  	text-shadow: -1px -1px 0 var(--black), 1px -1px 0 var(--black), -1px 1px 0 var(--black), 1px 1px 0 var(--black);
}