* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Integral;
    
}
@font-face {
    font-family:'Questrial' ;
    src: url(../fonts/League_Gothic\,Montserrat\,Questrial/Questrial/Questrial-Regular.ttf) format(truetype);
}

@font-face {
    font-family:'Nexa';
    src: url(../fonts/nexa/Nexa-ExtraLight.ttf) format(truetype);
  }
  
  @font-face {
    font-family:'Nexa Bold';
    src: url(../fonts/nexa/Nexa-Heavy.ttf) format(truetype);
  }
  
  @font-face {
    font-family:'Akira';
    src: url(../fonts/akira_expanded/Akira\ Expanded\ Demo.otf) format(opentype);
  }
  
  @font-face {
    font-family:'Integral';
    src: url(../fonts/Integral-CF-Font-Family/Fontspring-DEMO-integralcf-medium.otf) format(truetype);
  }

  @font-face {
    font-family:'Satoshi';
    src: url(../fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Medium.otf) format(opentype);
  }

  @font-face {
    font-family:'Satoshi Bold';
    src: url(../fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Bold.otf) format(opentype);
  }

  body {
    background-color: #fffaf5;
    animation: floatIn 1.5s ease forwards;
  }
  
  @keyframes floatIn {
    0% {
      opacity: 0;
      transform: translateX(-500px); /* Adjust translation to the left */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* Ensure the body is in its final position */
    }
  }
  
  .header .top_nav {
    width: 100%;
    height: 70px;
    background-color: none;
    padding: 0 50px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    color: #032725;
  }

  .top_left {
    display: flex;
  }

  .top_left ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    
  }

  .top_left ul li {
    margin: 0 20px;
  }
  
  .top_left ul li a {
    text-decoration: none;
    color: #032725;
    
  }

  /* ATLAS MIDDLE */

  .top_middle h1 {
    letter-spacing: 0px;
    color: #8D9998 ;
    font-size: 50px;
    text-align: center;
  }

  .top_middle {
    display: flex;
    justify-content: center;
    flex-direction: column; /* Add this line if needed */
    position: relative;
    right: 30px;
    transition: transform 0.5s ease-in-out;
}

.top_middle:hover{
  transform: scale(1.1);
}


  /* TOP RIGHT NAV */

  .header .top_right ul {
    display: flex;
    align-items: center;
    
  }

  .header .top_right ul li {
    margin: 0 20px;
  }

  .top_right ul li a {
    color: #032725;
  }

 #sign_up {
    background-color:  #233837;
    margin-right: 0;
    border-radius: 10px;
    display: block;
    padding: 15px 20px;
    
  }

  #sign_up_link {
    color: #FEFAF5;
  }

  /* Bottom Navigation Bar */

.header .bottom_nav {
        width: 100%;
        height: 70px;
        background-color: none ;
        padding: 20px;
        position: relative;
        top: -15px;

        
    
}

.bottom_nav ul {
        display:flex;
        align-items: center;
        color: #032725;
        justify-content: center;
        
}

.bottom_nav ul li {
    margin: 0 20px;
}

.bottom_nav ul li a {
    color: #032725;
}

/*font-family*/

.top_middle h1 {
    font-family: Integral;
}

.top_left li {
    font-family: Integral;
}

.top_right li {
    font-family: Integral;
}

.bottom_nav li{
    font-family: Integral;
}

 /* img */
 

 .mountain_pic img {
    width: 100vw;
    height: 600px;
 }

/* HOVER FEATURES */
 
.top_left a:hover {
    color: #8D9998;
    transition: color 0.2s ease-in-out, text-decoration 0.3s ease-in-out;
}

.top_right a:hover {
    color: #8D9998;
    transition: color 0.2s ease-in-out, transform 0.5s ease-in-out, font-size 0.5s ease-in-out; 
    
}
.bottom_nav a:hover {
    color: #8D9998;
    transition: color 0.2s ease-in-out, transform 0.s ease-in-out, font-size 0.5s ease-in-out; 
}

.top_middle :hover{
    color: #8D9998;
    transform: scale(1.1); /* Scale the link to 110% on hover */
    font-size: 60px; /* Increase font size to 110% on hover */
    transition: color 0.2s ease-in-out, transform 0.5s ease-in-out;
}

/* BOOK INFORMATION CSS BEGINS */

.book_img {
        width: 25%;
        position: relative;
        margin-left: 15%;
        padding: 50px;
        background-color: #EAE1D6;
        border-radius: 5px;
        margin-top: 2%;
        transition: transform 0.3s ease-in-out; 
}

.book_img:hover {
    transform: scale(1.1); /* Enlarge the element by 10% on hover */
}

.book {
    width: 100%;
    background-color: none;
}
.book_info {
    position: relative;
    margin-left: 50%;
    margin-top: -30%;
    margin-right: 12%;
}
.book_info h2 {
    padding: 20px;
    font-size: 30px;
}
.book_info h3 {
    padding-left: 20px;
    padding-right: 20px;

}
.book_info p{
    font-family: Questrial;
    line-height: 20px;
    font-size: 15px;
    padding: 20px;
}
.book_buttons {
    padding: 20px;
    display: flex;
}
.save, .save a {
    background-color: #8D9998 ;
    padding: 20px;
    border-radius: 15px;
    color: white;
}
.buy, .buy a {
    background-color: #8D9998 ;
    padding: 20px;
    border-radius: 15px;
    color: white;
}

.buy:hover, .save:hover {
    background-color: #EAE1D6;
}

.buy {
    margin-left: 20px;
}



/* MEDIA QUERIES  checked sunday may 13 */

@media (max-width: 400px) {
  .book_img {
    width: 75%;
    position: relative;
    padding: 50px;
    background-color: #EAE1D6;
    border-radius: 5px;
    margin-top: 2%;
    margin-left: 12%;
    transition: transform 0.3s ease-in-out; 
}
.book_info {
  position: relative;
  margin-left: 7%;
  margin-top: 0%;
  margin-right: 5%;
}
.book_info h2 {
  padding: 20px;
  font-size: 20px;
}
.book_info h3 {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;

}
.book_info p{
  font-family: Questrial;
  line-height: 20px;
  font-size: 12px;
  padding: 20px;
}
.book_buttons {
  padding: 20px;
  display: flex;
}
.save, .save a {
  background-color: #8D9998 ;
  padding: 20px;
  border-radius: 15px;
  color: white;
}
.buy, .buy a {
  background-color: #8D9998 ;
  padding: 20px;
  border-radius: 15px;
  color: white;
}

.buy:hover, .save:hover {
  background-color: #EAE1D6;
}

.buy {
  margin-left: 20px;
}


}
  
