h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	color:#c0986d;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main{
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
	color:white;
}

@media (max-width : 767px) {
	.bg-position{
		background-position: center;
	}
	
   .logo{
		margin-top:20vh;
		margin-bottom:20vh;
		width:182px;
	}
	
	.main .title{
		font-family: 'Montserrat', sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 84px;
		border-bottom: 1px solid white;
		
		font-size: 40px;
		padding-bottom: 23px;
		width : 321px;
	}
	
	.main .subtitle{
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		line-height: 27px;
		text-align: center;
		margin-top:3vh;
		font-weight: 273px;
}
}

@media (min-width : 768px) {

.bg-position{
	background-position: center center ;
}

.logo{
	margin-top:14vh;
	margin-bottom:25vh;
	width:264px;
}

.main .title{
    font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 108px;
	border-bottom: 1px solid white;
	
	font-size: 82px;
	padding-bottom: 20px;
	width : 658px;
}

.main .subtitle{
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	line-height: 36px;
	text-align: center;
	margin-top:2vh;
	font-weight: 300;
}
}

