hr{
    border: 3px solid #0d6efd;
}
#mainnav{
    z-index: 999;
}
#carouselExampleInterval{
    margin-top: 40px;
    padding-top:40px;
}
.content {
    padding: 16px;
  }
  .sticky {
        position: fixed;
        top: 0;
        width: 100%
  }
/* .home-caption{
    position:relative;
    z-index: 99;
    bottom:0;
    height:200px;
} */
.sticky + .content {
    padding-top: 100px;
}
label, .col-4{
    font-weight: bold;
}
#container-fluid {
    height: 100%; 
    width: 100%; 
    object-fit: contain
}
.whatsapp{
    position:fixed;
    bottom: 10px;
    right:10px;
    z-index: 999;
}
.card{
    border:0;
    padding-left:1px;
    padding-right:1px;
}
.footer {
    position: fixed;
    bottom:0px;
    width:100%;
    padding: 0 0 0 0;
}
.row{
    padding-bottom: 20px;
    padding-top: 5px;
}
.identity{
    padding-top:30px;
    color:yellow;
    padding-bottom: 70px;
    background-color: #032739;
}
a.links:link, a.links:visited, a.links:hover, a.links:active{
    text-decoration: none;
}
ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    text-indent: 5px;
}
.book-link {
    display: flex;  
    flex-wrap: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.row-meta{
    vertical-align: bottom;
}
.cover-img{
    /* width:60vw; */
    /* height:80vw; */
    object-fit: fill;
    width:100%;
    /* margin:0 0 0 0; */
}
.btn{
    margin: 2px 2px 2px 2px;
}
.square{
    max-width:800px;
    margin:auto;
    background-color:#cff4fc;
    padding:10px 10px 10px 10px;
}
.square img{
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  max-width:30%;
}

.square p, .square div {
    font-size: 22px;
    text-align: justify;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .row{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .square p, .square div {
        font-size: 14px;
    }
    .square img{
        max-width:50%;
    }
    .card-title{
        font-size: 18px;
    }
      
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    #profile{
        position:absolute;
        width: 300px;
        margin-left: -250px;
    }
    
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}