@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
@font-face { font-family: 'Avenir LT Std'; src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff'); font-display: swap; }

/*
font-family: 'Open Sans', sans-serif;
 */

html { width: 100%; height: 100%; margin:0; }
body {
	width: 100%;
	height: 100%;
	margin:0;
	background: url('../imgs/BGs/BG_2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Avenir LT Std';
	font-weight: 600;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6666;
}

small { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; }

a {
	font-family: 'Open Sans', sans-serif;
	color: #c9992b;
	text-decoration: none;
	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		  -o-transition: all 0.2s;
		 -ms-transition: all 0.2s;
			  transition: all 0.2s;
}
a:hover, a:focus { text-decoration: underline; color: #FFF; }
a:focus { outline: none !important; }

li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.66667;
	font-weight: 300;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
}



/* NAVBAR
============================================================================================================================== */

.nav-main { background: transparent; }

.nav-main .navbar-brand {
	font-family: 'Avenir LT Std';
	font-size: 18px;
	font-weight: 300;
	color: #c9992b;
}
.nav-main .navbar-brand:hover { color: #c9992b; }

.nav-main .navbar-nav .nav-link {
	font-family: 'Avenir LT Std';
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.nav-main .navbar-nav .nav-link:hover { color: #c9992b; text-decoration: none; }

@media screen and (max-width: 991.50px) and (min-width: 767.50px) {
	.nav-main .navbar-brand { font-size: 16px; padding-bottom: 12px; }
	.nav-main .navbar-nav .nav-link { font-size: 14px; padding-right: 8px; padding-left: 8px; }
}



/* FOOTER
============================================================================================================================== */

.footer { padding-bottom: 10px; }
.footer p { font-size: 10px; color: #FFF; }



/* GENERIC
============================================================================================================================== */

.text-gold { color: #c9992b; }

.index-title { font-size: 50px; }
@media screen and (max-width: 1128px){ .index-title { font-size: 40px; } }

.btn-main {
	padding: 10px 20px 10px 20px;
	border-radius: 30px 10px 20px 10px;
}
