a {
cursor:pointer;
}

strong {
  font-weight: 700;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: whitesmoke;
}


.container {
  margin: 80px auto 0 auto;
  padding-bottom: 70px;
  display: flexbox;

}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


a#regressions:target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-120px 0 0; /* negative fixed header height */
} 

a.navbar-brand{
  color: #333;
}

.home-blog {
padding: 3px
}
.home-blog:first-child {
margin-top: 40px;
}


.home-blog-link a {
font-weight: 900;
line-height: .6rem;
border-bottom:none;
color: #d65959;
}
.home-blog-link a:hover {
border-bottom: 1px solid #bbb;
padding-bottom: 1px;
text-decoration: none;
}

.home-blog-thumb:hover {
  outline: 1px solid #bbb;
  background: #fff;
}

.home-blog-row:hover {
  background: #fafafa;
  border-radius: 1rem;
  transition: 0.5s ease-in;
}



.footer {
  height: 100px;
}

#backup {
margin-top: 2rem;
margin-bottom: -4px;
}

#backup a {
color: #fff;
border-bottom:none;
background: #d65959;
font-variant: small-caps;
display:inline;
padding: 0px;
border-radius: 2px;
}


#backup a:hover {
background: #222;
transition: .4s ease-in;
border-bottom:none;
text-decoration:none;
}

h1,h2,h3,h4,h5,h6
{
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  margin-top:1.5rem;
   
}
h1 {
font-size: 2.6rem;
font-family: 'Crimson Text', Georgia, serif;
}
h2 {
font-size:2rem;
}
h3 {
font-size:1.5rem;
}
h4
{
font-size:1.2rem;
font-weight:600;
text-variant: small-caps;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: .8rem;
}

.dropdown-item {
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
}

.dropdown-item:last-child {
border-bottom:none;
}

.date {
  color: #aaa;
 
}



.logo {
  width: 750px;
  height: auto;
  text-align: center;
  padding-bottom: 2rem;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.blog-list {
  margin-top: 60px;
}

.catlinks a {
  border-bottom: none;
}

.full {
  padding-bottom: 1.4rem;
  width: 100%;
}

.review:nth-child(odd) {
background-color:#dae6ea;
padding:1rem;
border-bottom: 1px solid #6e8a94;
}
.review:nth-child(even){
background-color:white;
padding:1rem;
}



#resources h6 {
color: #d65959;
margin-top: 1.5rem;
}

#resources h4 {
margin-top: 2rem;
}


.blog {
  padding-top: 20px;
  line-height: 2.5rem;
  
}

p {
  font-family: "Open Sans", helvetica, sans-serif;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8rem;
}

a {
  font-weight: 500;
  
}
p a {
border-bottom: 1px dotted #222;
text-decoration:none;
color: #222;
}
p a:hover {
  color: #d65959;
  text-decoration:none;
  border-bottom: 1px solid #222;
}

blockquote {
  margin-left: 2.8rem;
  font-size: 2.8rem;
  font-family: "Open Sans";
  font-style: italic;
  border-left: 3px solid #d65959;
  padding-left: 1rem;
}

figcaption { 
color: #a5a5a5; 
margin-top: -15px;
font-size: .85rem;
}

.story-title {
  font-size: 2rem;
  color: #d65959;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height:2.8rem;
}

.nav-link-next {
  color: #333;
  float: right;
  text-decoration: none;
  border-bottom: none;
}

.nav-link-next:hover {
  color: #d65959;
  text-decoration: none;
  border-bottom: 1px  solid #222;
}

.nav-link-prev {
  color: #333;
  text-decoration: none;
  border-bottom: none;
}
.nav-link-prev:hover {
  text-decoration: none;
  color: #d65959;
  border-bottom: 1px solid #222;
}

.book {
  margin-top: 40px;
  margin-bottom:  30px;
  width: 80%;
}



.bg-ae {
  background: #d65959;
}

.bg-ae-2 {
  background: #d5ab58;
}

.bg-ae:hover,
.bg-ae-2:hover {
  background: #222;
}

/* Breaks at  sm 576  md  768  lg   992   xl  1200  */ 

@media (min-width: 1200px){

  .ae-logo {
    width: 40vw;
    margin: auto;
    margin-top:  1rem;
    margin-bottom: 1.5rem;
  }
  

}

 @media (min-width: 993px) and (max-width: 1199px) {
 
 .book {
  width: 80%;
 } 

 .ae-logo {
  width: 50vw;
  margin-top:  1rem;
  margin-bottom: 2rem;
 }

}


 @media (min-width: 576px) and (max-width: 992px) {
 
 .container {
 width: 90vw;
 }
 .book {
  width: 50vw;
 } 
 .date {
 font-size: .8rem !important;
 }

.ae-logo {
  width: 50vw;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.nav-item {
height:2rem;
}
.dropdown-item {

height: 1.5rem;
padding: .15rem;

}
}

@media (min-width:0px) and (max-width:575px) {

#toc a, #toc a:hover, #toc:visited{
 text-decoration:none;
}
 #toc ul, #toc li {
 border-bottom: none;
 }
 .container {
  margin: 0 5px;
  padding-bottom: 70px;
}

figcaption {
font-size: .4rem;
color: #222;
}


    .book {
      width: 50%;
    }
    
    .story-title {
  padding-top: .5rem;
  padding-bottom: .6rem;
}

    li {
    border-bottom: 1px solid #444;
    }
    
    
    #resources li {
    border-bottom:  none;
    }
 
    
    .blog-image {
    margin-top: 2rem;
    width: 80vw;
    }
    .ae-logo {
    margin-top:40px;
    margin-bottom: 15px;
    width: 80vw;
    }

  }




