body {
  font-family: Century Gothic, sans-serif;
}

.social {
  margin-top: 1%;
  margin-left: 1%;
}

.twitter-follow-button {
  display: inline-block;
  position: absolute;
}

.fb-button {
  display: inline-block;
  position: absolute;
  margin-left: 2%;
  margin-top: 0.2%;
}

.signup {
  display: inline-block;
  margin-top: 0%;
  width: 40%;
  float: right;
  margin-right: 5%;
}

.signup p {
  display: inline-block;
  font-size: 90%;
  margin-right: 2%;
}

.signup input[name="_replyto"] {
  display: inline-block;
  padding: 1% 2%;
  width: 35%;
  margin-right: 1%;
}

.signup input[name="submit"] {
  display: inline-block;
}

.heading {
  margin-bottom: 8%;
  text-align: center;
}

h1 {
  margin-top: 10%;
  margin-bottom: -0.5%;
  color: #2D3333;
  font-size: 230%;
}

h2 {
  font-size: 130%;
  color: #666A6A;
  font-weight: normal;
  letter-spacing: 1px;
}

.searchbar {
  width: 70%;
  margin: auto;
  text-align: center;
}

.searchbar input {
  width: 60%;
  font-size: 140%;
  padding: 1% 2%;
  border: none;
  border-bottom: 3px solid #D88352;
  color: #666A6A;
  letter-spacing: 1px;
}

.searchbar input:focus {
  outline: none;
}

.buttonsbar {
  text-align: center;
  margin-top: 4%;
  margin-bottom: 6%;
}

#topicsbutton {
  display: inline-block;
  border: 1px solid #00C6C6;
  font-weight: bold;
  border-radius: 3px;
  padding: 0.6% 1.5%;
  color: #fff;
  background-color: #00C6C6;
  margin-right: 3%;
}

#topicsbutton:hover {
  background-color: #004242;
  border: 1px solid #004242;
  transition: 0.2s;
  cursor: pointer;
  cursor: hand;
}

#leadersbutton {
  display: inline-block;
  border: 1px solid #00C6C6;
  font-weight: bold;
  border-radius: 3px;
  padding: 0.6% 1.5%;
  color: #fff;
  background-color: #00C6C6;
  margin-left: 3%;
}

#leadersbutton:hover {
  background-color: #004242;
  border: 1px solid #004242;
  transition: 0.2s;
  cursor: pointer;
  cursor: hand;
}

.topics {
  top: 12%;
  width: 30%;
  left: -33.2%;
  border: 4px solid #333333;
  padding: 1% 1% 1.5% 1.5%;
  position: fixed;
  z-index: 2;
  background-color: #333333;
  border-radius: 5px;
  display: inline-block;
  z-index: 4;
}

.stashtop {
  z-index: 1;
}

#topictog {
  z-index: -1;
  border-radius: 4px;
  left: 93.5%;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #262626;
  border: 2px solid #fff;
  padding: 1.5% 3% 5% 3%;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  cursor: hand;
  transition: 0.3s;
  /* Safari */
-webkit-transform: rotate(-270deg);

/* Firefox */
-moz-transform: rotate(-270deg);

/* IE */
-ms-transform: rotate(-270deg);

/* Opera */
-o-transform: rotate(-270deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#topictog:hover {
  background-color: #69BFC6;
  border: 2px solid #fff;
  transition: 0.3s;
}

.ttleft {
  left: -1%;
}

.ttright {
  right: -1%;
}

.selected {
  
}

.topics h3 {
  font-size: 170%;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 4%;
  margin-bottom: 3%;
  text-align: center;
}

.stash {
  margin: 3% auto;
  width: 80%;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.btext {
  margin-top: 3%;
  margin-left: 3%;
  font-size: 90%;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  padding: 2% 2%;
  width: 40%;
  text-align: center;
  color: #474747;
  display: inline-block;
  transition: 0.3s;
}

.btext:hover {
  background-color: #C1FFF9;
  border: 1px solid #C1FFF9;
  transition: 0.4s;
  cursor: pointer;
  cursor: hand;
}

#stashtitle {
  margin-bottom: -1%;
}

#stashtitle h3 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 230%;
  font-weight: normal;
  color: #2D3333;
}

.book {
  border-radius: 4px;
  width: 160px;
  height: 250px;
  display: inline-block;
  margin: 1% 2%;
  background-color: #8C866B;
  color: #fff;
  transition: 0.3s;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.book:hover {
  background-color: #E5DFC3;
  transition: 0.4s;
  cursor: pointer;
  cursor: hand;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
}

.book .imgbook {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: inline-block;
}

.book:hover .imgbook {
  border-radius: 4px;
  width: 97%;
  height: 100%;
  transition: 0.4s;
}

.book .imgrec {
  position: absolute;
  top: 80%;
  left: -5%;
  width: 40%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.book .imgrec:nth-child(2) {
  position: absolute;
  top: 80%;
  left: 30%;
  width: 40%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.book .imgrec:nth-child(3) {
  position: absolute;
  top: 80%;
  left: 65%;
  width: 40%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  z-index: 3;
}

.book:hover .imgrec {
  opacity: 1;
  transition: 0.3s;
}

.leaders {
  top: 6%;
  width: 30%;
  border: 4px solid #333333;
  padding: 1% 1.5% 1% 1%;
  right: -33.2%;
  position: fixed;
  z-index: 1;
  background-color: #333333;
  border-radius: 4px;
  display: inline-block;
  float: right;
  z-index: 4;
}

#leadertog {
  z-index: -1;
  border-radius: 4px;
  right: 89.5%;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #262626;
  border: 2px solid #fff;
  padding: 1.5% 3% 5% 3%;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  cursor: hand;
  /* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transition: 0.3s;
}

#leadertog:hover {
  background-color: #69BFC6;
  transition: 0.3s
}

.names {
  width: 90%;
  margin: auto;
}

.names h3 {
  font-size: 170%;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 4%;
  margin-bottom: 6%;
  text-align: center;
}

.circleimg {
  display: inline-block;
  width: 20%;
  margin: 2%;
}

.circleimg p {
  position: absolute;
  width: 16.5%;
  text-align: center;
  margin: auto;
  font-weight: bold;
  color: #fff;
  margin-top: -10%;
  font-size: 120%;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}

.names img {
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  opacity: 0.98;
  transition: 0.6s;
}

.names .circleimg:hover img {
  cursor: pointer;
  cursor: hand;
  filter: brightness(50%);
  transition: 0.6s;
}

.circleimg:hover p {
  opacity: 1;
  transition: 0.6s;
}

.bottombar {
  margin-top: 4%;
}

#sources {
  float: left;
  margin-left: 8%;
  border: 2px solid #00C6C6;
  border-radius: 3px;
  padding: 0.5% 1%;
}

#bottomp {
  font-size: 90%;
  float: right;
  margin-right: 5%; 
}

#copyright {
  float: right;
  font-size: 90%;
  margin-right: 6%;
}

#sources:hover {
  cursor: pointer;
  cursor: hand; 
  color: #00C6C6;
}

.sourcing {
  clear: both;
  width: 70%;
  margin: auto;
  padding-top: 5%;
}

.entity {
  display: block;
  margin-bottom: 3%;
}

.nameleader {
  font-weight: bold;
}


@media screen and (max-width: 1020px) {
  
.social {
  width: 95%;
}
  
.signup {
  display: none;
}

.heading {
  margin-top: 10%;
  width: 100%;
  text-align: center;
  margin-bottom: 15%;
}

.heading h1 {
  font-size: 470%;
  width: 90%;
  margin: auto;
  margin-bottom: 4%;
}

.heading h2 {
  font-size: 240%;
  width: 90%;
  margin: auto;
}

.searchbar {
  width: 100%;
  font-size: 350%;
}

.searchbar input {
  width: 90%;
  text-align: center;
}

.buttonsbar {
  margin-top: 20%;
}

#topicsbutton {
  font-size: 350%;
  padding: 3% 5%;
}

#leadersbutton {
  font-size: 350%;
  padding: 3% 5%;
}

.block {
  width: 45%;
  height: 200px;
}

.btext {
  font-size: 250%;
}

.stash {
  width: 100%;
}

.names {
  width: 100%
}

.books {
  margin-top: 5%;
}

.book {
  width: 243px;
  height: 380px;
}

.book .imgrec {
  opacity: 1;
}

.leaders h3 {
  font-size: 300%;
}

.names .circleimg {
  width: 30%:
}

.names img {
  width: 100%;
}

.webpages {
  width: 90%;
}

.webpages li {
  width: 70%;
}
  
}


@media screen and (min-width: 1600px) {

.circleimg p {
  font-size: 150%;
}

}