 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
 @import url('https://fonts.googleapis.com/css?family=Roboto');
 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab' !important;
}

p{
    font-family: 'Roboto' !important;
}

#csf_UncleCecil_page{
    float: right;
    width: 200px;
}

.allbooks{
    background: blue;
    color: white;
}

.iFont p{
    font-family: inherit !important;
}

.thanks{
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.backTop{
    position: fixed;
}

.wrapFix{
    flex: 1 1 0 !important;
}

.layout-row.layout-wrap > * { flex: 1 1 0; }

.found {
    color: red;
    text-decoration: underline;
    background-color: yellow;
}

.flexSafari{
    flex: 1 0 auto !important;
}

.buyButtonWidth{
    width: 126px !important;
    font-size: 13px !important;
}

nav {
    background: #a90329;
    background: -moz-linear-gradient(left, #a90329 0%, #edc604 50%, #6d0019 100%);
    background: -webkit-linear-gradient(left, #a90329 0%,#edc604 50%,#6d0019 100%);
    background: linear-gradient(to right, #a90329 0%,#edc604 50%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
    height: 40px;
    border-bottom: 6px solid #a90329;
}

ul.topnav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 1em;
    height: 44px;
    padding: 0px;
    margin: 0px;
}

ul.drop {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-direction: column;
    align-items: flex-end;
}

.drop div li:hover {
    background: white;
}

.drop div li:hover a {
    color: black;
}

.topnav li {
    margin: 0px;
    padding: 0 12px 0 12px;
}

.topnav li a {
    font-family: 'Roboto Slab';
    font-size: 16px;
}

.topnav li:hover a{
    color: white;
}

nav ul li a{
    text-decoration: none;
    color: white;
}

.right { 
    display: flex;
    flex-direction: column;
}

.right p {
    margin-right: 10px;
}

.up {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.down {
    display: flex;
    justify-content: left;
}

.down li {
    list-style-type: none;
}

.footercenter { 
    display: flex;
    justify-content: center;
}

.footercenter p {
    padding-right: 16px;
}
.social {
    list-style-type: none;
    display: flex;
}

.social li {
    margin: 4px;
}

.searchBookHome{
    font-family: 'Roboto Slab' !important;
    font-size: 26px;
    text-align: center;
    position: relative !important;
    top: 40px;
    font-weight: 400 !important;

}

.socialMedia {
    height: 30px;
    width: 32px;
    text-align: center;
    padding-top: 2px;
    border-radius: 4px;
    border-bottom: 4px solid #151b22;
}

.fb:hover {
    border-bottom: 4px solid  #3b5998;
}

.tw:hover {
    border-bottom: 4px solid #55acee;
}

.pn:hover {
    border-bottom: 4px solid #cb2027;
}


.in:hover {
    border-bottom: 4px solid #125688;
}
.social li img {
    width: 28px;
}

.remember{
    background: rgb(230,230,230);
    padding: 20px;
    text-align: center;
    font-size: 12px;
}

.linksAuthor div a{
    color: #555;
    text-decoration: none;
    font-size: 15px;
}

.linksAuthor div{
    margin-bottom: 16px;
}

.colorRem{
    color: #555 !important;
    font-size: 18px;
}

#logo { 
    height: 100px;
    width: 100px;
}

#logoSmall {
    width: 64px;
    position: relative;
    float: left;
    top: 12px;
    left: -15px;
    z-index: 99;
}

.height{
    max-height: 300px !important;
}

.larger{
    font-size: 16px !important;
}

.emailSignup{
    width: 360px !important;
    border-radius: 0px !important;
    height: 28px !important; 
    border: 1px solid #a90329 !important;
    margin-bottom: 0px !important;
    align-self: center !important;
}

.emailSignupForm{
    height: 32px !important;
}

.signupButton{
    width: 230px !important;
    align-self: center !important;
    border: 1px solid white !important;
    border-radius: 0px !important;
}

.bookButton{
    width: 140px;
    align-self: center;
}

.close:before{
    content: '\f00d';
    font-family: FontAwesome;
}

.close {
    color: white;
    font-size : 1.2em;
    width: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    left: 20px;
    z-index: 100;
}

.icon:before{
    content: '\f0c9';
    font-family: FontAwesome;
}

.icon {
    color: white;
    font-size : 1.2em;
    width: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    left: 20px;
    z-index: 100;
}

.list{ 
    background: #a90329;
    width: 100%;
    height: 100%;
    margin: white;
    /* align-items: initial; */
    text-align: center;
    border-left: 6px solid #edc604;
    z-index: 99;
    margin: 0 auto;
    position: fixed;
    left: 0%;
    display: flex;
    flex-direction: row;
}

.list.ng-hide-remove {
  transition: all linear 0.66s;
  -webkit-animation: mymove 0.66s ; /* Safari 4.0 - 8.0 */
    animation: mymove 0.66s ;
}

.list.ng-hide-add {
  transition: all linear 0.66s;
  -webkit-animation: mymove2 0.66s ; /* Safari 4.0 - 8.0 */
    animation: mymove2 0.66s ;
}

@keyframes mymove {
    0%   {height: 0%; font-size: 0em;}
    100% {height: 100%; font-size: 1em;}
}

@keyframes mymove2 {
    0%   {height: 100%; font-size: 1em;}
    100% {height: 0%; font-size: 0em;}
}

.listHolder{
    align-self: center;
    /* height: 100%; */
    width: 100%;
}

.listHolder li a{
    padding: 20px;
    font-size: 2em;
}

.tight{
    line-height: 1.5 !important;
}

.tight div h4{
    margin-bottom: 1rem !important;
}

.footer{
  background: #151b22;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.links li a {
    color: white !important;
    text-decoration: none;
}

.links li {
    margin-bottom: -20px;    
}

.featureImage{
    position: relative;
    bottom: 10px;
}

.authorBookWidth {
    width: 150px !important;
}

.buyButton{
    border: 1px solid;
    color: #a90329 !important;
}

.buyButton:hover{
    background: #a90329 !important;
    color: white !important;
}

.featureTitle{
    position: relative;
    bottom: 24px;
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
    /*flex: 1;*/
    /*min-height: 400px;*/
}

.searchText{
    background-image: url("../../images/Button/searchicon.svg") !important;
    background-repeat: no-repeat !important;
    text-indent: 32px !important; 
    background-size: 24px !important;
    margin-top: 20px !important;
}

.top{      
    padding: 20px;
}

.aboutPics{
    max-width: 64% !important;
    max-height: 70% !important;
    min-width: 150px !important;
}

.emailForm{
  width: 300px;
  text-align: center;
  color: #222;
}

.emailForm input {
    width: 300px;
}

.bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.leftMargin {
    margin-left: 30px;
}

.left{
  align-self: center;
}

.padLeft{
    padding-left: 60px;
}

.padLeftExtra{
    padding-left: 80px;
}

.normalBullet {
    list-style: circle;
}

.holder{
  display: flex;
  flex-wrap: wrap;
}

.bookAuthor{
    font-family: roboto;
}

.bookAuthor :hover{
    color: grey;
}

.flex-item {
  background: tomato;
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 10px;
  
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

.widthHalf > .md-card{
  width: 48%;
  margin-right: 23px;
}

.learn{
    border: 1px solid !important;
}

.learnHold{
    margin-left: 38px !important;
    margin-bottom: 22px !important;   
}

.authImg{
    align-self: center !important;
    text-align: center !important;
}

.authMedia{
    display: flex !important;
    align-self: flex-end !important;
}

.authBiography{
    text-align: justify !important;
}

.authText{
    padding-left: 22px !important;
    padding-right: 22px !important;
    text-align: justify !important;
}

.smallimg{
    width: 60% !important;
    float: right;
    padding: 12px; 
}

.centerImg{
    padding-left: 42px;
}

.OFive{
    font-size: 1.5em !important;
}

.QSup{
    font-size: 1.3em !important;
}

.CTe{
    font-size: 1.1em !important;
}

#homeCard{
    align-self: center;
    /*max-height: 50px;*/
    width: 100%;
    margin: 0px;
}

.md-subhead-custom {
    line-height: 24px;
    padding: 10px;
}

.storeLinkB a{
    color: #555;
    text-decoration: none;
}

.bookHome {
    width: 60% !important;
}

.webCenter{
    text-align: -webkit-center;
}

.bookImg{
    width: 90% !important;
    align-self: center !important;
    padding-top: 16px !important;
    padding-left: 16px !important;
}

.bookCard{
    min-width: 178px !important;
    margin: 12px !important;
    /*max-height: 332px !important;*/
}

.bookHolder{
    text-align: center;
}

.homeButton{
    color: #222 !important;
    text-decoration: none !important;
}

.bannerCard{
    margin: 10px;
}

.inputHome{
    position: relative;
    top: 10px;
}

.end{
    align-self: flex-end;
}

.subscribe{
    color: #a90329;
    /* align-self: flex-end; */
    font-weight: 500;
    margin: 0px;
    /*padding-top: 52px;*/
    letter-spacing: 1.4px;
}

.subscribeText{
    font-family: 'Roboto Condensed' !important;
    font-weight: bold;
    letter-spacing: 1px;
} 

/*.subDiv{
    width: 13%;
    padding-left: 1%;
    background-color: white;
    height: 51px;
    /* margin-right: 13px; */
/*}*/

.subDiv h5{
    padding-top: 7px;
}

.enjoy{
    margin: 0px;
    text-align: left;
    padding-left: 0px;
    letter-spacing: 2px;
    color: white;
    font-size: 14px;
    line-height: 50px;
    min-width: 338px;
    margin-left: 82px;
}

.submitEnjoy{
    margin: 0px;
    /* margin-left: 10%; */
    letter-spacing: 2px;
    color: white;
    /*font-size: 12px !important;*/
    line-height: 50px;
    /* min-width: 188px; */
    background-color: white !important;
    color: #66ccff !important;
    /* align-content: baseline; */
    line-height: normal;
    align-self: center;
}

.largeSub{
    font-size: 18px !important;
}

.submitEnjoy p { 
    font-size: 1.5em;
    position: relative;
    top: 7px;
}

.subscribeBox{
    background: #66ccff;   
}

.enjoyDiv{
    width: 100%;
    background: #a90329;
    background: -moz-linear-gradient(left, #a90329 0%, #edc604 50%, #6d0019 100%);
    background: -webkit-linear-gradient(left, #a90329 0%,#edc604 50%,#6d0019 100%);
    background: linear-gradient(to right, #a90329 0%,#edc604 50%,#6d0019 100%);
    height: 184px;
    display: flex;
    right: 0px;
    padding-bottom: 12px;
    /* flex: 1 1 auto; */
    position: relative;
}

/*.enjoyDiv{
    width: 100%;
    background: #66ccff;
    height: 184px;
    display: flex;
    right: 0px;
    padding-bottom: 12px;
    /* flex: 1 1 auto; */
    /*position: relative;*/
/*}*/

.enjoyDiv p input{
    color: black;
}

/*#arrow{
    width: 0px;
    height: 0px;
    align-self: center;
    position: relative;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 31px solid white;*/
    /*left: 30px;*/
    /*z-index: 2;*/
/*}*/

.noHeight{
    margin: 0px;
    padding: 0px;
}

.hidden{
    display: none;
}

.selfC{
    align-self: center;
}

.selfT{
    align-self: flex-start;
}

.small{
    width: 72%;
}

.bookTitle{
    font-size: 16px;
    position: relative;
    top: 2px;
    margin: 0px;
    height: 60px !important;
}

.bookPrice{
    font-size: 14px;
    position: relative;
    top: -24px;
}
.center{
    text-align: center;
}

.end {
    align-self: flex-end !important;
}

.innerBook{
    padding: 38px;
}

.authorCard{
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
    padding-top: 2em;
}

.searchBook{
    border-color: #a90329 !important; 
    color: #a90329 !important;
}

.searchText{
	border-color: #a90329 !important;
    font-size: 20px;
    letter-spacing: 2px;
}

.authorImage{
    padding: 16px;
}

.authTitle{
    margin-bottom: 10px;
}

.authTitle2{
    margin-bottom: 24px;
}

.signUpText{
    font-size: 18px;
    color: white;
    letter-spacing: 1px;    
    font-weight: 600;}

#emailForm{
    padding-top: 6px;
    margin-left: 6px;
    text-align: center; 
    margin-bottom: 0px;
}

/*#emailForm input{
    width: 60%;
}*/

.imageContain{
    height: 120px;
    width: 120px;
}

.fill{
    height: 100%;
    width: 100%;
}

.halfW{
    width: 52%;
}

.threeq{
    margin: 10px;
}

.imgHold{
    width: 44%
}

.padd{
    padding: 10px;
}

.paddT{
    padding-top: 20px;
}

.marginT{
    margin-top: 20px;
}

.off{
    position: relative;
    left:36px;
}

.auto{
    margin: 0 auto;
}

/*.md-button:not([disabled]):hover {
  background-color: white !important;
}*/

.siteMessage{
   /*width: 500px;*/
    position: fixed;
    top: 10px;
    text-align: center;
    /*left: 12%;*/
    /*padding: 20px;*/
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4%;
    min-width: 80%;
    z-index: 99;
}

.siteMessage md-card{
    background: white;
    padding: 20px;
}

.smallM{
    width: 44px;
    margin: 12px;
    align-self: center;
}

.quote{
    text-align: center;
    font-weight: 300;
    color: rgb(40,40,40);
    border-left: 2px solid rgb(202, 202, 202);
    padding-left: 12px;
    margin-bottom: 22px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.smallText{
    font-size: 13px;
}

.smallMarginB{
    margin-bottom: 1.5rem !important;
}

.noMargin{
    margin: 0px !important;
}

.slick-dots li button:before {
    font-family: 'roboto';
    font-size: 62px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    content: '.';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }


.cd-top {
  display: inline-block;
  z-index: 99;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   /*image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(63,81,181) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
   /*the button becomes visible */
  visibility: visible;

	opacity: 1;
}

.cd-top.cd-fade-out {
   /*if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

#bisselImage{
    display: flex;
    flex-direction: row;
}

#bisselImage img {
    border: 0;
    width: 232px;
    height: 300px;
    margin-right: 40px;
    margin-bottom: 24px;
}

.csfImage{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
}

.csfImage img{
    max-width: 220px;
    max-height: 220px;
    margin: 5px;
}

.SmithImage{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.SmithImage img{
    margin: 2px;
}

.imageMosaic{
    display: flex;
    flex-direction: row;
}

.imageMosaic img{
    margin: 2px;
}

#ts_portrait{
    width: 40%;
    height: 40%;
}

#nb_05{
    width: 250px;
}

#ts_youth{
    height: 40%;
    width: 40%;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
    .aboutPics{
        max-width: 33% !important;
        max-height: 100% !important;
    }
    
    .leftMargin {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
    clearfix 
    content: '';
    display: table;
    clear: both;
}

#caldwellImage {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#caldwellImage img{
    padding: 20px;
}

#sloanImage{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#sloanImage img{
    padding: 20px;
}

#stongImage{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#stongImage img{
    padding: 20px;
    height: 250px;
    width: 200px;
}

#streetImage{
    display: flex;
}

#streetImage img{
    border: 0;
    height: 300px;
    width: 190px;
    padding: 20px;
}

#at_atandlucy{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#at_atandlucy img{
    height: 300px;
    width: 200px;
    padding: 20px;
}

.maassenImage{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.maassenImage img{
    width: 80%;
    height: 80%;
}

#buschImage{
    text-align: center;
}

#buschImage img {
    width: 70%;
    height: 70%;
}

.subDiv{
    width: 100%;
    background-color: white;
    height: 51px;
    align-self: center;
    text-align: center;
}

#arrow{
    display: none;
    width: 0px;
    height: 0px;
    align-self: center;
    position: relative;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 31px solid white;
    /*left: 30px;*/
    z-index: 2;
}

.enjoyDiv{
    width: 100%;
    background: #a90329;
    background: -moz-linear-gradient(left, #a90329 0%, #edc604 50%, #6d0019 100%);
    background: -webkit-linear-gradient(left, #a90329 0%,#edc604 50%,#6d0019 100%);
    background: linear-gradient(to right, #a90329 0%,#edc604 50%,#6d0019 100%);
    height: 212px;
    display: flex;
    right: 0px;
    padding-bottom: 12px;
    /* flex: 1 1 auto; */
    position: relative;
}

.enjoy{
    min-width: 0px;
    text-align: center;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}


@media only screen and (max-width: 960px), screen and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2), screen and (min-device-width : 414px) and (-webkit-device-pixel-ratio: 3){

    .bookCard{
        min-width: 154px !important;
        margin: 0px !important; 
    }
    .searchBookHome{
        font-family: 'Roboto Slab' !important;
        font-size: 18px;
        text-align: center;
        position: relative !important;
        top: 40px;
        font-weight: 400 !important;
    }

    #bisselImage{
        flex-direction: column;
        align-items: center;
    }

    #bisselImage img {
        border: 0;
        width: 232px;
        height: 300px;
        /*margin-right: 40px;*/
        margin-bottom: 24px;
    }

    #streetImage{
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        align-items: center;
    }

    .smallHeight{
        height: 260px !important;
    }

    .down {
       display: flex;
       text-align: center;
    }

    .links{
        width: 100%;
        align-self: center;
    }

    #homeCard{
        align-self: center;
        /*max-height: 50px;*/
        width: 100%;
        margin: 0px;
    }

    #emailForm{
        /*padding-top: 6px;*/
        margin-left: 6px;
        text-align: center;
        align-self: center;
        margin: 0px;
        position: relative;
        padding: 0px;
        top: -6px;
    }

    .emailForm input {
        width: 300px;
    }

    .contain{
        position: relative;
        top: 100px;
        height: 1000px;
    }
}
