body{
	background-color: #FAFFFA;;
	font-family: Optima;
}

header{
	height: 8%;
	padding-top: 2%;
}

#uchicago{
	width: 100%;
}

@media screen and (max-width: 768px) {
  #uchicago {
    width: 200px;
  }
} 

#myname{
	text-align: right;
}

#pdf{
  padding: 5% 0;

}


.social-icons {
  text-align: right;
  margin-bottom: 0px;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:30px;
  height:30px;
  margin-top: 3px;
  margin-left: 20px;
  margin-right: 10px;
}


hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.navbar{
	padding-top: 0px;
}


.navbar-light{
	font-size: 22px;
}

.navbar-nav > li{
  margin-right:80px;
}


p{
	font-size: 23px;
}


#titleb{
  padding-top: 5%;
  padding-bottom: 0%;
  text-align: left;
}


img{
  width: 50%;
}

/* ------------- */




.book{
  margin:5% 0;
  /* height:600px; */
  max-width:1100px;

    /*flex-basis: 30%;*/
  display: flex;
  flex-flow: column;
    /* flex-wrap: nowrap; */
    /* flex-flow: column warp; */
    /* overflow: hidden; */
   /* margin-bottom: 5%;*/
  border-radius: 1%;
  background:rgb(246, 246, 246);
}
/* .bookpic{
    order: -1;
    align-self: center;
    max-width: 800px; 
    background-size: cover; 
    /* background-position: 50% 50%; 
}*/

.book img{
    width: 100%;
     order: -1;
    align-self: center;
}

.bookinfo{
    max-width: 1100px;
    padding: 2% 2%;

}

.bookinfo .title{
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 1%;
    margin-bottom: 1%;
    color: #5a5a5a;
    font-weight: 600;
}
.bookinfo .author{
    font-size: 1.2rem;
    text-align: left;
    font-style: italic;
}

.bookinfo #ds{
  width: 60%;
  margin-left: 20%;
}

.bookinfo #att{
  width: 100%;
  margin-left: 0%;
}


.book{
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
/* controls */
/*.bookinfo{
    position: relative;
}
*/

.comment{
  padding-top: 1%;
  font-size: 1.2rem;
}

