@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Crimson+Pro:wght@200&display=swap');
@font-face {
  font-family: 'Segoe Print';
  src: url("./segoeprb.ttf");
}

body{
  font-family:'Crimson Pro';
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;          /* Firefox */
  image-rendering: -o-crisp-edges;            /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
  transition:all 1s;

}
header a, header a:hover, header a:focus{
  color:white;
  text-decoration: none; /* no underline */


}
h1,h2,h3,h4, header, nav, .navbar{
  font-family: 'Cinzel';

}
p{
  font-size: 1.2rem;
}
.home-img{
  object-fit:cover;
  max-height:75vh;
  width:100%;
}
body{
  background-color:rgb(242, 237, 230);
}
/* Header */
header {
  background-color:#B68A51;
  background-size: contain;
  color: #fff;
}

header h1, header h3, header h2 {
  margin-bottom: 0;
  
}
header h2{
  font-size:1.75rem;
}
header p{
  text-align:center;
  font-size:1.5rem;
  margin-bottom: 0;
}
header h1 {
  text-align: center;
  font-size: 2.5rem;
}
header h2{
  font-size:2rem;
}
header h3 {
  color: #fff;
  font-size: 2rem;
}

header h1, header h3 {
  color: white;
}

@media only screen and (max-width: 600px) {
  header h1 {
    text-align: center;
    font-size: 2rem;
  }
  header h2{
    font-size:1.5rem;
    text-align: center;

  }
  header p {
    color: #fff;
    text-align: center;

    font-size: 1.25rem;
  }
  
  header img {
    width: 120px !important;
  }
}

@media (min-width: 992px) { 
  .title{
   border:none;
   border-right:1px solid gray;
  }
  .title_img{
    border:none;
  }
 }
 @media (max-width: 992px) { 

  .title{
   border:none;
  }
  .title_img{
    border:none;
  }
  .title_img:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 34%; /* Change this to whatever width you want. */
    border-bottom: 1px solid gray; /* This creates the border. Replace black with whatever color you want. */
    margin-bottom:10px;
  }
 }

/* /Header */

/* Nav */
nav{
  font-style:'Cinzel';
  background-color:#444444;
  color:white;
}
nav .nav-active {
  color: rgb(232, 193, 146) !important;
}

nav ul li {
  font-size: 1.25rem;
}

.card-nav{
  background-color:#CFBCA3;
}
.card-nav a {
  flex-basis: 0;
  flex-grow: 1;
}
.card-nav a:hover{
  text-decoration-thickness: 1px;
  text-decoration-color: black !important;

}

.card-body .card-text, .card-body .card-title {
  color: rgba(0,0,0,.7);
}

/* /Nav */

/* Slideshow */

.carousel-inner img {
  margin: 0 auto;
}

/* /Slideshow */

/* Footer */

footer {
  min-height: 200px;
  background-color:#444444 ;
  background-size: contain;
  color: white;
  font-size: 1.2rem;
}

footer a, footer div {
  color: white;
  font-size: 1.5rem;
}
footer a:hover{
  text-decoration-thickness: 1px;
  color:rgb(232, 193, 146) !important;
}

@media only screen and (max-width: 600px) {
  footer a {
    font-size: 1rem;
  }
}

/* /Footer */

/* Rates */

.rate-button {
  background-color: inherit;
  border: 0;
  padding: 0;
  text-decoration: underline;
}

.rate-button:hover {
  color: #007bff;
}

/* /Rates */

/* Pill */

.pill {
  /* width: 15rem; */
  color: #333;
  padding: 1rem;
  border: 0.5px solid #333;
  text-align: center;
  border-radius: 500px;
}

.pill:hover {
  color:#007bff;
}

/* /Pill */

/* Gallery */

.smaller-item {
  height: 40vh !important;
}

.gallery-item {
  height: 50vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-item {
  max-height: 90vmin;
  min-height: 65vmin;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 40px;
  width: 40px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Apartments */

.apartment > div {
  flex-basis: 50%;
  flex-grow: 0;
}

/* /Apartments */

a.black {
  color: #212529;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
nav a {
  transition: 0.3s ease;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
nav a:hover {
  border-bottom: 2px solid rgb(232, 193, 146);
  padding: 6px 0; 
  color:rgb(232, 193, 146) !important;
}

.poi a{
  color:black !important;
}
