.cd-main-content { padding-top:0px; }
#dashboardbanner { background-color: #804B73;padding: 20px; }
#dashboardbanner h1 { text-align:center;color:#ffffff; }
.content-wrapper { margin-left: 0; }
#dashboardleft { text-align:center;margin-top:30px; }
#dashboardright { margin-left:2%;text-align:left;margin-top:30px; }
#dashboardprofile { width:300px;padding:0 0 10px 0;margin:0 auto;background-color:#11585B; }
#dashboardprofile img { width:100%; }
#dashboardprofile h4, #dashboardprofile a {color:#ffffff;}
#dashboardlinks { width:300px;padding:10px 0;margin:0 auto;background-color:#efefef; }
#dashboardguides { width:300px;margin:20px auto; }
#dashboardvideos { margin:0 auto; }
#dashboardguides .shadow, #dashboardvideos .shadow, #community .shadow {border: 1px solid #ddd;box-shadow: rgb(0 0 0 / 20%) 0px 4px 12px; }
#dashboardguides .section-header, #dashboardvideos .section-header, #community .section-header { background-color: #272D50;border: 1px solid #ddd;padding: 15px; }
#dashboardguides .section-header h3, #dashboardvideos .section-header h3, #community .section-header h3 { color: #ffffff; text-align: center;margin-bottom: 0;font-family: 'Eczar', sans-serif;font-size: 2.2rem; font-weight: normal; }
#dashboardguides .section-body, #dashboardvideos .section-body, #community .section-body { padding: 20px;text-align: left;background-color: #ffffff;border: none; }
#gettingstarted, #dashboardannouncements, #dashboardbrowse, #dashboardsearch, #dashboardsearchcontent { margin:30px 15px; }
#gettingstarted .shadow,#dashboardannouncements .shadow, #dashboardbrowse .shadow, #dashboardsearch .shadow, #dashboardsearchcontent .shadow { margin-top: 10px;border: 1px solid #ddd;box-shadow: rgb(0 0 0 / 20%) 0px 4px 12px; }
#gettingstarted .section-header,#dashboardannouncements .section-header, #dashboardbrowse .section-header, #dashboardsearch .section-header, #dashboardsearchcontent .section-header { background-color: #11585B;border: 1px solid #ddd;padding: 15px; }
#gettingstarted .section-header h3,#dashboardannouncements .section-header h3, #dashboardbrowse .section-header h3,#dashboardsearch .section-header h3, #dashboardsearchcontent .section-header h3 { color: #ffffff; text-align: center;margin-bottom: 0;font-family: 'Eczar', sans-serif;font-size: 2.2rem; font-weight: normal; }
#gettingstarted .section-body, #dashboardannouncements .section-body, #dashboardbrowse .section-body, #dashboardsearch .section-body, #dashboardsearchcontent .section-body { padding: 20px;text-align: left;background-color: #ffffff;border: none; }
.tag {
    color: #804B73;
    border-color: #804B73;
    position: relative;
    display: inline-block;
    padding: 0.6em 0.8em;
    margin: 2px 2px 2px 0;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    transition: all .15s ease-in-out;
    font-size:1.6rem;
}
a.tag:hover {
    color:#ffffff;
    background-color:#804B73;
}
#newbooks h2, #updatedbooks h2, #series h2 { text-align:center;padding:15px 0; margin:0 auto; }
.carousel__slide img {height: 110px;margin-right:10px;}
.carousel__button.is-next { right: -15px; }
.carousel__button.is-prev { left: -15px; }
.carousel__slide { width: var(--carousel-slide-width, 28%);margin-left:15px; }
.carousel__button.is-next { right: -15px; }
.carousel__button.is-prev { left: -15px; }
#guideintro, #videosintro, #intro { clear:both;background-color:#efefef;text-align:center;color:#000;padding:30px;box-shadow: 0 3px 7px 1px rgb(0 0 0 / 50%); }
#chooseguides { clear:both;background-color:#fff;text-align:left;color:#000;padding:20px; 0 30px 0;margin-top:10px; }
#choose {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  margin: 0 auto;
  width: min(1000px, calc(70% + 100px));
}
#chooseguides .guidetoggle {
  align-self: center;
  justify-self: center;
  display:inline-block;
  box-sizing:border-box;
  text-align:center;
}
#chooseguides .logo {
  text-align:center;
  padding:0 10px;
  display:inline-block;
  box-sizing:border-box;
  align-self: center;
  justify-self: center;
}
#chooseguides .intro{
  display:inline-block;
  box-sizing:border-box;
  align-self: center;
  justify-self: center;
  font-size:95%;
}
#chooseguides .intro h3 {
  margin-top:15px;
}
#reviews, #community { 
  margin-top:20px;
}
#videos {
  margin: 20px;
}
#videos h2 {
  text-align:center;
  padding:15px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
  max-width: 960px;
  margin: 0 auto 30px;
}
article {
  position: relative;
}
.article-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1100px) {
	.carousel__slide img {height: 200px;}
  	.carousel__button.is-next { right: 10px; }
  	.carousel__button.is-prev { left: 10px; }
  	.carousel__slide { width: var(--carousel-slide-width, 28%); }
	#chooseguides .intro {
		text-align:center;
	}
}
