
.bg-area{
    background:url("photos/landing-page-photo.png");
    background-size: cover;
  }

  .book-mockup-text {
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.229);
}
.social-icons img{
    width: 50px;
    padding: 5px;
}
a{
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.nav-link{
    font-weight: bold;
    color: #964B00;
}
a.nav-link.active{
    color: #FF0000 !important;
}
a.nav-link:hover{
    color: #FF0000 !important;
}
.name{
    font-size: 40px;
    text-transform: uppercase;
}
footer{
    background-color: black;
}
footer p{
    text-align: center;
}
.mv{
    display:none ;
}
img{
    width: 100%;
}


/*General Styles START*/

p, h1, h2, h3, li {
      font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    
}

  ul, ol {
        list-style: none;
    }

p {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.5;
}

.book-breakdown-1 {
 
}
.paragrah-text {
    color: black;
}

/***The ImAGE START*/



/***The ImAGE END*/
    
    
    /*General Styles END*/

@media screen and (max-width:425px) {
    .bg-area{
        background: #000;
        position: relative;
        overflow: hidden;
    }
    .mv {
        display: block;
        scale: 2;
      /*  left: 0;*/
        position: absolute;
        left: 50%;
        top: 7%;
    }
    .container.content-area {
        position: relative;
        margin-top: 128px;
    }
    
}