/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

/* Change font of ONLY title and adjust for aesthetics. */
.site-title {
	font-family: "Tangerine", cursive !important;
	font-size: 95px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
  letter-spacing: -1px !important;
}

.site-header-content {
    background-color: #fff1ec;
}

#menu-primary {
    background-color: #fff9f7;
}

#menu-primary a {
	font-family: "Libre Baskerville",serif;
}

p.site-description {
    padding-bottom: 20px !important;
}

#desktop-navigation {
    border-top: 1px solid #ddd;
}

.page-id-29 #desktop-navigation {
    border-bottom: 1px solid #ddd;
}

.menu-item-4173 a::before {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400;
  content: "\f3a8" !important;
}

.home .wp-block-group.has-background.alignfull {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.smaller-top-margin {
	margin-top: -15px
}

.smaller-top-margin-2 {
	margin-top: -25px
}

.odyssey-book {
	background-color: #fafafa;
background:url("https://lindajamsen.com/wp-content/uploads/2021/04/music-notes-3.jpg");
	background-position:0% 40px;
	background-repeat:no-repeat;
	background-size:100%;
}

.odyssey-book .wp-block-media-text__content {
	align-self: start;
}

.separator-reviews {
	margin-top: 0px;
}

.kindle {
	margin-bottom:15px;
}

.other-retailers-p {
	margin-bottom:10px;
	margin-top: 5px;
}

.tbr-p {
  margin-bottom:15px;
}

.other-retailers-buttons .wp-block-button {
	padding: 5px 5px;
}

.slb_details {
	display: none;
}

.music-notes-book-page {
	margin-top: 5px;
	margin-bottom: 0px;
}

.page-id-2 .entry-thumbnail {
	border-bottom: 1px solid #ddd;
}

.page-id-4056 .entry-content {
background:url("https://lindajamsen.com/wp-content/uploads/2021/04/music-notes-3.jpg");
	background-position:0% 39px;
	background-repeat:space;
	background-size:100%;
}

.odyssey-book h1 {
  font-family: WildSpirit !important;
	font-size: 65px !important;
}

.wp-block-jetpack-rating-star.stars-home-page {
	margin-bottom: 0.5em !important;
}

.learn-more-boxes {
	margin-bottom: 0px;
}

.wp-block-column:nth-child(2n+1).learn-more-boxes {
    margin-right: 0px;
}

.learn-more-boxes .wp-block-column:nth-child(2n+1), .newsletter-signup.wp-block-column:nth-child(2n+1),
.lj-full-width .wp-block-column {
		margin-right: 0px !important;
}

.home .blog-wrap {
    padding-bottom: 0px;
}

.odyssey-review {
	max-width: 800px;
	margin: 0 auto;
}

.forms-side-by-side {
	max-width: 900px;
	margin: 0 auto;
}

.frontp-banner-width {
	max-width: 950px;
	margin: 0 auto;
}

.glow {
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
  }
  
  to {
    text-shadow: 0 0 5px #fff, 0 0 3px #ffb848, 0 0 5px #ffb848, 0 0 10px #ffb848, 0 0 20px #ffb848, 0 0 30px #ffb848, 0 0 40px #ffb848;
  }
}

.reviews {
	display: inline-block;
}

.review-text {
	vertical-align: super;
	display: inline
}

.wp-block-jetpack-rating-star.reviews {
	margin-bottom: 0px;
}

.review-block {
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}

.budapest-banner img, .blog-tour-wrapped-up {
	border: 1px solid #ddd;
}

.blog-tour-wrapped-up .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Adjust site description for aesthetics. */
p.site-description {
	font-size: 18px !important;
	padding-top: 10px;
	padding-bottom: 0;
}

/* Ensure that header background is the correct size for the site title. */
div.sticky-header {
	height: 110px !important;
}

/* Condense footer. */
div#site-branding {
	padding-bottom: 0;
}

/* Ditto. */
footer#colophon {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Ditto. */
#colophon .jetpack-social-navigation, #site-info {
	padding-top: 10px;
}

/* Tweak drop-caps. */
.has-drop-cap:not(:focus):first-letter {
	font-size: 4em;
}

/* Supress avatar icons */
div.author-pic {
	display: none;
}

@media (max-width: 1200px) {
	.odyssey-book {
	padding-top:30px;
	padding-bottom:30px;
}

.site-header-content, #site-branding {
    background-color: #fff1ec;
}
	
.site-title {
  padding-bottom: 10px;
  padding-top: 10px;
	font-size: 75px !important;
}
	
}

@media (max-width: 900px) {
.page-id-4056 .entry-content {
background:url("https://lindajamsen.com/wp-content/uploads/2021/08/music-notes-3-2.jpg");
	background-size:100%;
	background-repeat:space;
}
}

@media (max-width: 500px) {
.site-title {
	font-size: 65px !important;
}
}