body{
  margin: 0;
  padding: 0;
  color: gray;
}

.topnav a img{
  position: absolute;
  margin-left: 130px;
  margin-top: -31px;
}
#toggle-ham-icon{
  margin-top: 120;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(250, 238, 215);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #686868;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidehoverbar .openbtn{
  position: absolute;
  top: 0px;
}
.topnav #myLinks {

  list-style-type: none;
  float: right;   
padding: 10px;
text-align: left;
text-decoration: none;
height: 20px;
font-size: 15px;

}
.topnav #myLinks a{
  text-decoration: none;
  background: white;
  font-size: 14px;
  height: 50px;
  color: gray;
  padding-left: 20px;
  padding: 10px;
}




.topnav a.icon {
background: black;
display: none;
position: absolute;
right: 0;
top: 0;
}
.topnav a .icon{
  width: 10px;
}


.topnav #myLinks a:hover {
  color:black; 
  font-size: 20px;
}

nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;

     
}


nav ul {
   
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
 margin-left: 55%;

}

nav li {
  margin: 0 1rem;
  float: right;
 
}

nav a {
  text-decoration: none;
  color: rgb(214, 214, 214);
  font-size: .8rem;
  
}

nav a:hover {
  color: rgb(103, 103, 103);
}


nav .topnav #myLinks {
  margin-right: 20px;
margin-top: -35px;
  list-style-type: none;
 float: right; 
  padding: 10px;
 text-align: left;
text-decoration: none;
height: 20px;
font-size: 15px;


}
nav{
  display: block;
}
.sidehoverbar  {
  position: fixed;
  font-size: 12px;
  Color: white;
  padding: 0px;
  border-radius: 0px 25px 25px 0px;
  left: 120px;
  list-style-type: none;
  
  top: 150px;
  
  
  }
.nueUi{
    position: absolute;
    overflow-x: hidden;
    overflow-x: auto;
    left: 50%;
    top: 50%;
    width: 85%;
    height: 80%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 4px solid;
   background: white;

    transform: translate(-50%, -50%);
    box-sizing: border-box;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;  
}

nav ul li{
    list-style-type: none;
    float: right;   
  padding: 10px;
  text-align: left;
 text-decoration: none;
  height: 20px;
  font-size: 15px;
 
  
 
}
nav ul li a{
    text-decoration: none;
    background: white;
    padding: 10px;
  padding-left: 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: inset 6px 6px 6px #f0f1f3, inset 6px 6px 6px white;
    color: gray;
}
#intro{
  word-wrap: break-word;
  font-size: 20px;
  margin-left: 20px;
  padding: 20px;
  font-family: 'Times New Roman', Times, serif;
 
}
hr{
width: 60%;
margin-top: 100px;
margin-bottom: 100px;
}
#top-10{
  color: rgb(24, 24, 24);
  text-align: center;
  margin-bottom: 40px;
}
.info-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 50px;
    font-size: 15px;
    width: 83%;
    height: 70%;
    padding: 80px;   
}
.info-container .heading{
   margin-top: 80px;
   width: 40%;
    float: left;
    text-align: left;
}
.info-container .heading p{
    float: right;
}
.heading h1 p{
   font-size: 20px;
   
}
.heading h1{
  font-size: 3vw;
}

.book-cover{ 
  width: 50%;
  height: 90%;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;  
}
.book-cover button{
    width: 100px;
    height: 30px;
    margin-top: 350px;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icons{
  position: absolute;
  bottom: -20px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icons a{
  background: #ecf0f3;
  position: relative;
  height: 60px;
  width: 60px;
  margin: 0 10px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: -3px -3px 7px #ffffff,
              3px 3px 5px #ceced1;
}
.icons a:hover:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #ecf0f3;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #ceced1;
}
.icons a i{
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 60px;
}
.icons a:hover i{
  transform: scale(0.9);
}
.icons a.fb i{
  color: #4267B2;
}
.icons a.twitter i{
  color: #1DA1F2;
}
.icons a.insta i{
  color: #E1306C;
}
.icons a.git i{
  color: #333;
}
.icons a.yt i{
  color: #ff0000;
}

span {
content: "\00A9";
}
.design{
  position: absolute;
bottom: 0;
left: 0;
font-size: 10px;
margin: 15px;
}

/* Media Quires*/
@media all and (max-width:767px)
/* smartphones, Android phones, landscape iPhone */ 
{ 
  
  .topnav #myLinks {
    display: none;
    width: 100%;
   height: 320px;
    float: left;
    
  }
  .topnav #myLinks a{
     display: none;
    background-color: #333;
 
  }

  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;  
  } 
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
   
  }
  
.topnav a img{
  margin-top: -90px;
  
}
  
  .active {
    background-color: #4f676f;
    color: white;
  }
  .nueUi .info-container{
    width: 70%;
  }

  .info-container{
   
   margin: 0 auto;
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   text-align: center;
   
 
  }
.info-container .book-cover{
  width: 100%;
  height: auto;
}
.info-container h1{
  font-size: 3vw;
}
.info-container .heading{
  width: 100%;
}


.icons a {width: 30px;height: 30px; margin-bottom: 10px;}
.icons a i{font-size: 20px; ;line-height: 30px; margin-bottom: 5px;}

}