* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: auto;
}

.italic {
  font-style: italic;
}

.font-underline {
  color: #bd0404;
  text-decoration: underline;
}

.font-underline:hover {
  color: black;
}

.clear {
  clear: both;
}

.list-nav a {
  text-decoration: none;
  color: inherit;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: darkred;
}

.btn:hover {
  background-color: red;
}
.btn a:hover {
  /* background-color: red; */
  color: #fff;
}

/* Colors */
.icons .facebook {
  color: #4267B2;
}
.icons .facebook:hover {
  color: white;
  background-color: #4267B2;
}

.twitter {
  color: #1DA1F2;
}
.icons .twitter:hover {
  color: white;
  background-color: #1DA1F2;
}

.reddit {
  color: #FF4500;
}
.icons .reddit:hover {
  color: white;
  background-color: #FF4500;
}

.comments {
  color: #6bb315;
}
.icons .comments:hover {
  color: white;
  background-color: #6bb315;
}

.print {
  color: #7a7a7a;
}
.icons .print:hover {
  color: white;
  background-color: #7a7a7a;
}

/* Navbar Area */

.wrapper {
  height: 130px;
  width: 100%;
}

.fixed-nav {
  width: 100%;
  height: 130px;
  background-color: rgba(243, 243, 243);
  position: fixed;
  z-index: 10;
} 

.main-nav {
  width: 100%;
  height: 173px;
  background-color: black;
  position: relative;
  overflow: hidden;
}
.main-nav .monroe{
  position: absolute;
  top: 30%;
  width: 75px;
  height: 75px;
  margin: 10px 30px;
}

.main-nav i {
  font-size: 16px;
}
.main-nav li {
  float: left;
  margin-top: 8px;
  color: #fff;
}
.main-nav li:hover, .main-nav p:hover {
  color: #b4b4b4;
}
.main-nav ul{
  margin-left: 14px;
}

.main-nav p {
  float: right;
  margin-top: 15px;
  margin-right: 20px;
  color: #fff;
}

.content {
  float: left;
  height: 150px;
}

.content p {
  font-size: 13px;
  width: 40%;
  padding-left: 5px;
  padding-top: 15px;
}

.logo img{
  width: 460px;
  position: absolute;
  left: 41.3%;
  top: 24%;
} 
.list-nav {
  background-color: #000;
  width: 100%;
  color: white;
  padding-left: 34%;
  font-family: 'Russo One', sans-serif;
}

.large-icon {
  float: right;
  padding-top: 20px;
  padding-right: 35px;
}

.large-icon i {
  font-size: 50px;
  padding: 15px 25px;
  color: #fff;
  background-color: #4267B2;
  border-radius: 50%;
}

.large-icon p {
  font-size: 12px;
  width: 70%;
  text-align: right;
}

nav li {
  float: left;
  padding-left: 13px;
  padding-bottom: 20px;
  font-size: 14.5px;
}

/* Whole page */
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 2rem;
  font-size: 20px;
}
/* Aside */
aside.sidebar {
 float: left;
 margin-right: 20px;
 height: 200vh;
 overflow: hidden;
 font-family: sans-serif;
}

.picture img{
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
/* side ad 1 */
.ad img{
  width: 300px;
  height: 550px;
  margin-bottom: 25px;
  margin-top: 5px;
}

/* facts */
.facts {
  width: 300px;
  height: 530px;
  border: 2px solid #d3d3d3;
  margin-bottom: 25px;
  line-height: 1.2rem;
}

dl h4 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  text-align:center;
}

dl dt {
  color: #b4b4b4;
  font-size: 12px;
  text-align:center;
  padding-top: 12px;
  font-weight: bold;
}

dl dd {
  font-size: 17px;
  text-align:center;
  color: rgb(94, 94, 94);
  
}

.info {
  border-bottom: 2px solid #d3d3d3;
  height: 125px;
  width: 300px;
}

.info li {
  font-size: 11px;
  color: #bd0404;
  padding: 3px;
  font-weight: bold;
  line-height: 12px;
}

.info li:hover {
  color: darkred;
}

.info li a:visited {
  color: inherit;
}

.quotes {
  height: 200px;
  width: 300px;
  margin-bottom: 20px;
}

.quotes h5 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: lighter;
}

.quotes blockquote {
  font-size: 17px;
  font-weight: lighter;
  color: rgb(73, 72, 72);
  line-height: 1.2em;
  letter-spacing: -.02em;
}

.quotes p{ 
  font-size: 1.10rem;
  padding-top: 3px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d3d3d3;
}
/* side ad 2 */
.ad2 img{
  width: 300px;
  height: 550px;
  margin-bottom: 25px;
}
/* Aside End */
/* Main Section */
.title h1 {
  font-size: 35px;
  font-weight: lighter;
  height: 40px;
}

.title .gray {
  color: #d3d3d3;
}

.title p {
  border-bottom: 2px solid #b4b4b4;
  padding-bottom: 10px;
  font-size: 18px;
}

.updated {
  font-size: 13.5px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #888585;
}

.icons li {
  float: left;
  margin-left: 5px;
  margin-bottom: 20px;
}

.icons .facebook, .icons .twitter, .icons .reddit, .icons .comments, .icons .print{
  background-color: #fff;
  width: 45px;
  height: 45px;
}

i {
  vertical-align: bottom;
  padding-left: 15px;
  font-size: 19px;
}

.mini-info {
  font-size: 20px;
  line-height: 1.7rem;
  /* width: 61%; */
  margin-bottom: 40px;
}

.who h4, .early-life h4, .co-creating h4, .marvel-lineup h4, .rise h4, .health h4 {
  font-size: 18px;
  margin-bottom: 15px;
  word-spacing: .08rem;
}

.co-creating{
  margin-bottom: 40%;
}

.rise {
  margin-bottom: 30%;
}

.who p, .early-life p, .co-creating p, .marvel-lineup p, .rise p, .health p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.9rem;
}

.read-next h3 {
  margin-bottom: 40px;
  font-size: 20px;
}
.read-next li {
float: left;
margin: 0 10px;
}
.read-next ul {
  margin-left: 40px;
  
}
.read-next {
  margin-bottom: 20px;
}

.block1 {
  background: url('../images/barack-obama-12782369-1-402.jpg');
  background-size:100%;
  background-repeat: no-repeat;
  width: 220px;
  height: 240px;
  display: inline-block;
  position: relative;
}
.block1 h3, .block2 h3, .block3 h3{
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 10%;
  font-size: 17px;
}
.block1 p, .block2 p, .block3 p {
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: 13px;
  font-weight: bold;
}
.block2 {
  background: url('../images/michael-jordan.jpg');
  background-size:100%;
  background-repeat: no-repeat;
  width:220px;
  height:240px;
  display: inline-block;
  position: relative;
}
.block3 {
  background: url('../images/martin-luther-king-jr-9365086-2-402.jpg');
  background-size:100%;
  background-repeat: no-repeat;
  width:220px;
  height:240px;
  display: inline-block;
  position: relative;
}

.btn {
  border: none;
  font-size: 14px;
  padding: 4px 4px;
  font-weight: bold;
  color: #fff;
  background-color: #a00000;
  margin: 19px;
  line-height: 1em;
  text-transform: capitalize;
}
