
p {
    font-weight: 300;
}

.bg-primary {
    background-color: #ff3c00!important;
}

.bg-dark {
    color: #fff;
}


.btn-outline-primary {
    color: #ff3c00;
    border-color: #ff3c00;
}

a {
    color: #ff3c00;
    text-decoration: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff3c00;
    border-color: #ff3c00;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, #btn-back-to-top:hover {
    color: #fff;
    background-color: #ff3c00;
    border-color: #ff3c00;
    color: #fff;
}



.btn-primary:hover {
    background-color: #fff;
    border-color: #ff3c00;
    color: #ff3c00;
}



img.logo {
    max-width:200px;
}

.card-body h1 {
    font-size: 1.2em;
    text-transform: uppercase;;
}

.credit {
    font-size: 0.9rem;
}

p.lead {
    font-style: italic;
}

footer {
    font-size:0.9rem;
}

footer h1 {
    font-size: 1.4em;
    font-weight: 300;
}

div.card-body h3, div.call-to-action h3 {
    font-size: 1.0em;
    font-weight: 600;
}

footer ul {
    list-style-type: none; /* Remove bullets */
    padding-left: 0;
}

p.isbn {
    font-size:0.8rem;
    margin-top:1rem;
    margin-bottom: 0;
}

.zoomer {
    overflow: hidden;
}

.zoomer img {
    transition: 0.5s all ease-in-out;
}

.zoomer:hover img {
    transform: scale(1.1);
}

h2.rma {
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
}


blockquote{
    font-size: 1.3em;
    width: 80%;
    margin:20px auto;
    font-family:Open Sans;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    /*border-left:3px solid #ff3c00;*/
    line-height:1.6;
    position: relative;
  }
  
  blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#ff3c00;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
  }
  
  blockquote::after{
    content: '';
  }
  
  blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    /*font-weight: bold;*/
    text-transform: uppercase;
    margin-top:1em;
    font-size: 0.9em;
  }

  
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    width: 52px;
    height: 38px;
    border: none;
}

.navbar-toggler .lightLine {
    background-color: #fff;
}
.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    margin-bottom: 6px;
}

.navbar-toggler .lightLine2 {
    width: 80%;
}

.navbar-brand {
    font-size: 1.0rem;
}

h1.title {
    text-transform: uppercase;
}

h1.book {
    font-size: 1.8em;
}

h2.section-heading {
    font-size: 1.4em;
    font-weight: 300;
    margin-top:1.4em;
}

img.pages {
    border: 1px solid #777;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 2em;
    margin-top: 2em;
}

@media only screen and (min-width: 600px) {
    img.pages {
        width: 90%;
    }
}

.bg-primary {
    color: #fff;
}

span.testimonial p {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2em;
}

.hero {
    background-image: url('../../assets/img/header2Dark50.jpg');
    background-attachment: fixed;
    /*filter: brightness(70%);*/
    height: 70vh;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}



.hero2 {
    background-image: url('../../assets/img/langskailLong.jpg');
    background-attachment: fixed;
    /*filter: brightness(70%);*/
    height: 70vh;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

@media only screen and (max-width: 1200px) {
    .hero, .hero2 {
        background-attachment: scroll;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


  .btn-primary:active:focus, .btn-primary:focus {
    box-shadow: none;
  }