@font-face {
  font-display: swap; 
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v30-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Montserrat Black';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v30-latin-900.woff2') format('woff2'); 
}

body {
  font-family: 'Montserrat Regular';
  background-color: #E8231A;
  text-transform: lowercase;
  color: #ffffff;
  padding-bottom: 75px;
  }
  
header {
  background-color: #ffffff; 
  position: relative;
}
  

.navbar-brand {
  margin-right: 0; 
  margin-bottom: 30px;
}

.navbar-brand img {
  height: 250px; 
  margin-left: -5px;
}

.navbar-dark {
  padding-top: 85px;
  padding-bottom: 0; 
  margin-bottom: 1em;
}

.navbar-dark .navbar-text {
    color: #302757;
    opacity: 1;
    padding: 0 50px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; 
}

.navbar-dark .navbar-text:last-child {
      border-right: 0; }

.page-title {
  font-family: 'Montserrat Black';
  font-variant: small-caps;
  color: #FECE19;
  font-size: 90px;
  padding-top: 20px;
  line-height: 60px;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
  
@media (max-width: 767px) {
	
   .page-title {
      font-size: 65px;
	  line-height: 57px;
	  line-height: 40px;
	  max-width: 350px;
      margin-bottom: 14px; 
	} 
	
	.navbar-brand img {
		height: 150px; 
	}
	
}
	  
	@media (max-width: 450px) {  
	
	  .page-title {
		font-size: 45px;
		line-height: 30px;
		padding-top: 20px;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 14px;
	  }
	  
	  .container {
		  text-align: center;
	  }
	  
	   .navbar-brand {
			text-align: center;
			margin: auto;
			padding-bottom: 30px;
		}
	 	  
	  .navbar-brand img {
		height: 200px; 
		width: 100%; 
		padding-left: 5px;
		margin-right: 0;
	  }
	  
	  .staycon {
		margin-left: -30px;
	  }  
	  
	}

.page-description {
  font-family: 'Montserrat Light';
  max-width: 460px;
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 40px; 
  padding-left: 20px;
  padding-right: 20px;
  }
  
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px;
	  margin-bottom: 20px; 
	}
  }

p {
  font-weight: 300; 
  font-size: 14px;
  margin-bottom: 21px; 
  padding-left: 20px;
  color: #ffffff; 
  }
  
.staycon {
	font-family: 'Montserrat Black';
	text-transform: uppercase;
	font-size: 16px;
}  
 

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  background-color: #E8231A;
  color: #ffffff;
  margin-left: 0;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; 

	}
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #E8231A;
    color: #FECE19;
	}	

/*# sourceMappingURL=bd-coming-soon.css.map */
