body, html{
    height: 100%;
}
/* Sections */
section {
    padding: 4em 0;
    padding-top: 9em;
}

/* Carousel */
section#preview {
    background-color: #d0d0d0!important;
}

div.carousel {
    border-radius: 6px;
    overflow:hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1em;
    height: 1em;
    filter: brightness(0.4);
}

/* Page footer */
.footer {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #303040;
}

.footer h5{
    color: white;
}

.footer a, 
.footer address {
    color: rgba(255, 255, 255, 0.5);
    line-height: 2em;
}

.footer a:hover{
    color: rgba(255, 255, 255, 0.8);
}

/* Feature card */
.feature-card {
    text-align: center;
}

.feature-card i.fa {
    color: #c0c0c0;
    margin: 0.5em;
    font-size: 2.5em;
}

.feature-card h4 {
    width: 100%;
    text-align: center;
}


/* Custom colours */
.navbar {
    background-color: white;
}
.navbar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #1e7fb8;
}

.btn-custom,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #1f598c!important;
}

.btn-primary {
    background-color: #1f598c;
    border-color: #407da4;
}

.btn-primary:hover {
    background-color: #407da4;
    border-color: #709bb9;
}

/* Background image */
.bg-custom-img {
    background-image: url(19975.jpg); 
    background-repeat: repeat;
}

/* Logo */
.logo {
    width: 80%;
}

.bottom{
    margin-bottom: 1em;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}
/* Custom font */
body {
    font-family: 'Noto Sans', sans-serif;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3%;
}

.carousel-caption {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.special{
    margin-bottom: 0px;
    padding: 10px;
    font-size: 0.8em;
    color: white;
    background-color: rgba(31, 89, 140, 0.8);
}

.flexcont{
    display: flex;
    flex-direction: wrap;
    justify-content: space-between;
}

.icon{
    width: 40px; 
    margin-right: 10px;
}

.marginbottom5px{
    margin-bottom: 5px;
}

.whitebtn{
    color: white; 
    background-color: rgb(31, 89, 140); 
    padding: 8px;
    border-radius: 5px; 
    margin-top: 10px;
    border: #1e7fb8 solid 1px;
}

.whiteh4{
    color: white; 
    margin-bottom: 20px;
}

.btnarrow{
    margin-left: 10px;
    width:20px;
    color: white;
}

.details{
    color: white;
    font-size: 0.8em;
    text-decoration:underline;
    margin-left: 20px;
}

.edition{
    padding-left: 20px;
}

.bluebtn{
    background-color: white;
    color: #1f598c;
    margin-left: 20px;
    margin-top: 20px;
}

.buttons{
    text-align: right;
    margin-top: 40px;
    margin-bottom: 60px;
}

.offset2 {
    margin-left: 10%;
}

.space-between{
    justify-content: space-between;
}



#pricing{
    padding-top: 100px;
    padding-bottom: 200px;
}

.block{
    display:block;
}

body{
    height: 100%;
}

.navbar{
    overflow: hidden;
    position:fixed;
    top: 0;
    width: 100%;
    background-color: ghostwhite;
    z-index: 100;
}

.parallax{
    background-image: url('17562.jpg');
    height: 25%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1{
    background-image: url('17167.jpg');
    height: 25%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2{
    background-image: url('20002.jpg');
    height: 25%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background-image: url('_21828.jpg');
    height: 25%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background-image: url('20002.jpg');
    height: 25%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-custom{
    background-color: rgba(31, 89, 140, 1);
}

.bbonlinelogo{
    width: 90%;
}

.vintecinco{
    width:20%;
}
.setentacinco{
    width: 70%;
    text-align: right;
}
.dez{
    width:0%;
}

.new{
    width: 30px;
    margin-right: 5px;
}

a:hover{
    color: white;
}

.modal{
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: white;
    margin: 25% auto;
    padding: 20px;
    width: 40%;
    color:#1f598c;
}

.row {
    flex-direction: row;
    justify-content: space-between;
}

.h4news {
    font-size:medium;
    color: #1f598c;
    text-align: center;
}

#news {
    display: none;
}

#displaynone2 {
    display: none;
}

.icons{
    height: 40px;
    margin: 20px;
}

.homeicon{
    width: 18px;
    vertical-align: inherit;
}

th{
    text-align:left;
    font-size: larger;
}

.notprintedbook{
    height: 22px;
    margin-left: 20px;
}

.white{
    color: white;
    font-weight: bold;
}
/*     FAQ    */
input {
    display: none;
}

label {
    display: block;    
    padding: 8px 22px;
    margin: 0 0 2px 0;
    cursor: pointer;
    background: #1f598c;
    border-radius: 3px;
    color: white;
    transition: ease .5s;
}

label:hover {
    background: #F8F8FF;
    color: #1f598c;
}

.content {
    background: white;
    padding: 10px 25px;
    margin: 0 0 1px 0;
    border-radius: 3px;
    color: #1f598c;
}

input + label + .content {
    display: none;
}

input:checked + label + .content {
    display: block;
}

.faqtitle {
    color: #1f598c;
    margin-bottom: 30px;
    font-size: 1.7rem;
}

.bold {
    font-weight: bold;
}

.marginbottom150px {
    margin-bottom: 150px;
}

.hoverblue {
    color:#1f598c;
    font-weight: bold;
}

.hoverblue:hover {
    color:#1f598c;
    font-size: bold;
}



@media (max-width: 576px) {
    .parallax {
        display: none;
      }
    .parallax1{
          display: none;
      }
      .parallax2 {
        display: none;
      }
    .parallax3{
          display: none;
      }
      .parallax4{
        display: none;
    }
    .text-white{
          margin-bottom: 70px;
      }
    .pricing{
        margin-bottom: 100px;
    }
    .flexcont{
        flex-direction: column;
        justify-content: flex-end;
    }
    .bbonlinelogo{
        width:90%;
    }
    .modal-content {
        margin: 50% auto;
        width: 80%;
    }
    .container {
        margin-left:0px;
        margin-top:0px;
        width:100%;
    }
    .margin{
        margin-right: 30px;
    }
    .navbackdiv{
        background-color: ghostwhite;
        width: 100%;
    }
    .navbar-collapse{
        width:50%;
    }
    #navid{
        width:100%;
        padding: 0px;
    }
    .marginleft{
        margin-left: 10px;
    }
    .vintecinco{
        padding-left: 10px;
    }
    .setentacinco{
        text-align: left;
    }
    .alert768{
        width: 100%;
        padding-right: 20px;
    }

  }
  
@media (max-width: 768px) {
    
    .text-white{
        margin-bottom: 70px;
    }
    .pricing{
        margin-bottom: 100px;
    }
    .container {
        margin-left:0px;
        margin-top:0px;
        width:100%;
    }
    
    .navbackdiv{
        background-color: ghostwhite;
        width: 100%;
    }

    #navid{
        width:100%;
        padding: 0px;
    }
    .marginleft{
        margin-left: 10px;
    }

    .vintecinco{
        padding-left: 10px;
    }
    .setentacinco{
        text-align: right;
    }
    .alert768{
        width: 100%;
        padding-right: 20px;
    }

  }


@media (max-width: 992px) {
    .text-white{
        margin-bottom: 70px;
    }
  }