@charset "utf-8";
/* CSS Document */

body {
    background-color: #842b2b;
}

/* Nav bar */

nav{
  background-color: #4a1d1d;
}

.nav-link {
  color: white;
  border-radius: 2em;
  list-style: none;
  margin: 0 35px;
  padding: 2 ;
  display: flex;
  justify-content: space-around;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.active {
  background-color: #842b2b;
}

a:link{
  color: white;
}
footer{
    background-color: #4a1d1d;
    width:100%;
    height:100%;
    text-align: center;
}





/* Grid */
h1 {
  color: white;
  background-color: #4a1d1d;
  border-radius: 1em;
  border-width: 50%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
  
}

.img-fluid {
  width: 200px;
  height: 200px
}

p2{
  color: white;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}




h4{
  font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: black;
    border-radius: 1em;
}



/* Header */
.search-container {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.material-symbols-outlined,.material-symbols-sharp {
  display: flex;
  align-items: center;
}
.search-input {
  padding: 8px;
  border: 3px solid #4a1d1d;
  border-radius: 4px;
}
.search-button {
  padding: 8px 12px;
  background-color: #4a1d1d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.pull-left {
  width: 300px;
  height: 100px;
}
  
  .navimg{
  height: 100px;
  width: 100px;
  margin-top: 30px;
}
.navbar-brand{
  height: 110px;
  width: 110px;
}
@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }

.label-text {
  color: white;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.submit-button{
  background-color: #4a1d1d;
  color: white;
  border: solid 2px #4a1d1d;
  border-radius: 2em;
}

h6 {
  color: white;
  background-color: #4a1d1d;
  border-radius: 1em;
  border-width: 50%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-right: 50px;
  
}


.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.card-header {
  background-color: #4a1d1d;
  border-color: #4a1d1d;
}

.card-body{
  background-color: #4a1d1d;
  border-color: #4a1d1d;
  color: white;
} 

.navbar-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.search-input {
    padding: 8px;
    width: 60%;
}
}