/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap'); 
body {
  padding-top: 56px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffe6ff;
}
 

.topnav {
background-color: #9b87b8;
}

 
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: dimgray;
}

.img-fluid{ align-items: center; }
 

.a{
    color:  grey;
    text-decoration: none;
    background-color: transparent;
}


 
.h4, h4 {
    font-size: 1.4rem;
    text-align: center;
}


.carousel-item {
    opacity: 0.9;
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  position: relative;
  text-align: center;
   color: dimgray;}

.bottom-left {
  position: absolute;
  bottom:50px;
    left: 50px;
color: white;
font-size: 28pt;
font-weight: 500}

.portfolio-item {
  margin-bottom: 30px;
}


 .btn-primary:hover {
    background-color: #9b87b8;
     border-color: #83BDC0;
}

.breadcrumb { background-color: #f495b3;}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color:#b691bc;

}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #9b87b8;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.cardtext {
 color: whitesmoke;
    
}

.cardtext:hover{
    color: dimgray;
}

.btn-primary {
    color: #f495b3 !important;
    background-color: dimgray;
    border-color: dimgray;
}
.bookmania { max-height: 310px;}

.modal-title {text-align: center!important;
 }

.modal-content {align-items: center !important; background-color: whitesmoke; }

.img-thumbnail { height: 193.75px !important; width: 255px !important;}