/* Google Font Imports */
@import url(https://fonts.googleapis.com/css?family=Miniver|Spectral);

/* ===== RESET & BASE STYLES ===== */
* {
  box-sizing: border-box;
}

:root {
  --light-green:#20783d;
  --main-color: darkred;
  --dark-green:#10483c;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input {
  border: none;
}

a {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

html {
  font-size: 1px;
}

/* ===== CONTENT PAGE STYLING ===== */
.contentPage_outerBorder__1TuRV {
  border: 4px solid var(--dark-green);
  margin: 32rem 6px 6px 6px;
  border-radius: 2px;
}

.contentPage_innerBorder__xPEEM {
  border: 3px solid var(--light-green);
  margin: 6px;
  border-radius: 2px;
  padding-bottom: 32rem;
}

.contentPage_whiteBox__W6Tso {
  position: absolute;
  top: 24rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contentPage_titleBox__2Wbi2 {
  position: absolute;
  top: 12.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .contentPage_titleBox__2Wbi2 {
    top: 11.2rem;
  }
}

.contentPage_whiteOut__1LNMV {
  background-image: url(images/mask.svg);
  height: 26px;
  width: 277px;
  background-size: 100% auto;
  background-size: contain;
}

@media (min-width: 768px) {
  .contentPage_whiteOut__1LNMV {
    height: 29.458px;
    width: 313.841px;
  }
}

.contentPage_title__1gQE9 {
  background-color: white;
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  align-self: center;
  margin-top: 2px;
  outline: none;
  font-size: 30px;
}

@media (min-width: 768px) {
  .contentPage_title__1gQE9 {
    font-size: 34px;
  }
}

.contentPage_content__1eHzn {
  height: 1000px;
}

/* ===== MENU ===== */
.menu_menu__1MaEz {
  margin: 32rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .menu_menu__1MaEz {
    margin: 16rem 0;
  }
}

.menu_menuItem__2aCra {
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  font-size: 22px;
}

@media (min-width: 768px) {
  .menu_menuItem__2aCra {
    font-size: 26px;
    display: inline-block;
    width: auto;
    padding: 0 32rem;
    text-align: left;
    border-radius: 2px;
  }
}

.menu_menuItem__2aCra:hover {
  color: white;
  background-color: var(--dark-green);
}

.menu_menuItem__2aCra.menu_activePage__2vvUN {
  background-color: var(--light-green);
  color: white;
}

.menu_menuItem__2aCra.menu_activePage__2vvUN:hover {
  background-color: var(--light-green);
  color: white;
  box-shadow: none;
}

@media (min-width: 768px) {
  .menu_menuItem__2aCra.menu_marginLeft__2kXe- {
    margin-left: 16rem;
  }
}

/* ===== FOOTER ===== */
.footerV_footer__2EaVr {
  background-color: var(--dark-green);
  padding: 16rem;
  font-family: "Spectral", serif;
  color: #fff;
  line-height: normal;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footerV_footer__2EaVr {
    font-size: 16px;
  }
}

/* ===== BANNERS ===== */
.banner_banner__29qRC {
  margin: 0 0 64rem 0;
  font-family: "Spectral", serif;
  color: #fff;
  line-height: normal;
  padding: 8rem 16rem;
  text-align: center;
  font-size: 22px;
  background-color: var(--main-color);
}

.irish {
  display: block !important;
}

.banner_banner__29qRC.irish {
  display: block;
  background-color: var(--light-green);
  margin-bottom: 32rem;
}

@media (min-width: 768px) {
  .banner_banner__29qRC {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner_banner__29qRC {
    margin-bottom: 32rem;
  }
}

.banner_banner__29qRC.banner_margin__2v31C {
  margin: 32rem 0;
}

/* ===== SECTIONS ===== */
.section_container__3xvvZ {
  padding: 0 32rem;
  font-family: "Spectral", serif;
  color: #000;
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
}

@media (min-width: 768px) {
  .section_container__3xvvZ {
    font-size: 20px;
    padding: 0 64rem;
  }
}

/* ===== ABOUT PAGE ===== */
.aboutPage_imageContainer__2P82e {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32rem;
}

.aboutPage_imgCaption__caption {
  font-family: "Spectral", serif;
  color: var(--main-color);
  font-size: 15px;
  font-style: italic;
}

@media (min-width: 768px) {
  .aboutPage_imgCaption__caption {
    font-size: 19px;
}
}

.aboutPage_image__2t7Ii {
  margin-bottom: 8rem;
  background-color: black;
  border-radius: 2px;
  height: 43vw;
  box-shadow: 2px 2px 10px #000;
}

@media (min-width: 768px) {
  .aboutPage_image__2t7Ii {
    max-height: 400px;
  }
}

.aboutPage_byIMG__2zo3C {
  margin-bottom: 44.8rem;
}

.aboutPage_par__3K6hH {
  margin-top: 16rem;
}

/* ===== BOOKS ===== */
.book_container__d-RKG {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16rem;
}

@media (min-width: 768px) {
  .book_container__d-RKG {
    width: auto;
  }
}

.book_container__d-RKG.book_featured__7Mfls {
  margin-bottom: 32rem;
}

.book_link__2VE7a {
  height: 50vw;
  position: relative;
}

@media (min-width: 768px) {
  .book_link__2VE7a {
    height: 20vw;
  }
}

.book_link__2VE7a:hover {
  transform: scale(1.02);
}

.book_link__2VE7a.book_featured__7Mfls {
  height: 60vw;
}

@media (min-width: 768px) {
  .book_link__2VE7a.book_featured__7Mfls {
    height: 28vw;
  }
}

.book_image__1yMZ5 {
  height: 100%;
  background-color: var(--main-color);
  box-shadow: 2px 2px 10px #000;
  border-radius: 2px;
}

.book_image__1yMZ5:hover {
  box-shadow: 3px 3px 10px black;
}

.book_image__1yMZ5.book_featured__7Mfls:hover {
  box-shadow: 2px 2px 10px var(--main-color);
}

.book_label__3U7x_ {
  font-family: "Spectral", serif;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  box-shadow: 3px 3px 10px black;
  background-color: var(--main-color);
  padding: 16rem;
  width: max-content;
  position: absolute;
  bottom: -10px;
  border-radius: 2px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .book_label__3U7x_ {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .book_label__3U7x_ {
    padding: 12.8rem;
  }
}

.book_label__3U7x_.book_onLeft__1lrmW {
  left: -10px;
  border-top-left-radius: 0;
}

.book_label__3U7x_.book_onRight__2483D {
  right: -10px;
  border-top-right-radius: 0;
  text-align: right;
}

.book_corner__3SDIk {
  position: absolute;
  height: 20px;
  width: 14px;
  background-size: 100% auto;
  background-size: contain;
  z-index: -1;
  top: -6.3px;
}

.book_corner__3SDIk.book_onLeft__1lrmW {
  left: 0;
  background-image: url(images/cornerLeft.svg);
}

.book_corner__3SDIk.book_onRight__2483D {
  right: 0;
  background-image: url(images/cornerRight.svg);
}

/* ===== REVIEWS ===== */
.review_container__2oBB2 {
  position: relative;
  background-color: white;
  width: 100%;
  margin-bottom: 32rem;
  border-radius: 2px;
  padding: 16rem;
}

.review_container__2oBB2.review_featured__aEt0J {
  background-color: var(--main-color);
  box-shadow: 1px 1px 5px black;
}

@media (min-width: 768px) {
  .review_container__2oBB2.review_featured__aEt0J {
    width: 90%;
  }
}

.review_container__2oBB2.review_last__2MeaS {
  margin-bottom: 0;
}

.review_content__1s9C2 {
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  text-align: justify;
  font-size: 16px;
}

@media (min-width: 768px) {
  .review_content__1s9C2 {
    font-size: 20px;
  }
}

.review_content__1s9C2.review_featured__aEt0J {
  color: white;
}

.review_source__2I5JT {
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  font-weight: bold;
  text-align: left;
  margin-top: 4rem;
  font-size: 22px;
}

@media (min-width: 768px) {
  .review_source__2I5JT {
    font-size: 26px;
  }
}

.review_source__2I5JT.review_featured__aEt0J {
  text-align: right;
  color: white;
}

/* ===== FEATURED REVIEWS ===== */
.featured_featuredReviews__3ZXYY {
  padding: 0 32rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 48rem;
}

@media (min-width: 768px) {
  .featured_featuredReviews__3ZXYY {
    justify-content: center;
    padding: 0 64rem;
  }
}

/* ===== BOOK AND REVIEW ===== */
.bookAndReview_container__bRCVl {
  width: 100%;
}

@media (min-width: 768px) {
  .bookAndReview_container__bRCVl {
    width: 350px;
  }
}

/* ===== BOOKS PAGE ===== */
.booksPage_featuredContainer__2w8fi > div {
  margin-bottom: 64rem;
}

@media (min-width: 768px) {
  .booksPage_featuredContainer__2w8fi > div {
    width: 50%;
  }
  
  .booksPage_featuredContainer__2w8fi {
    display: flex;
    width: 100%;
    padding: 0 5%;
  }
  
  .booksPage_featuredContainer__2w8fi .booksPage_bannerContainer__qzhjB {
    display: none;
  }
}

@media (max-width: 767px) {
  .booksPage_featuredContainer__2w8fi .booksPage_bannerContainer__qzhjB {
    display: block;
  }
}

@media (max-width: 767px) {
  .booksPage_bannerContainer__qzhjB {
    display: none;
  }
}

.booksPage_otherBooksContainer__rMQeU {
  width: 100%;
  padding: 0 32rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* ===== SINGLE BOOK ===== */
.singleBook_text__44CEK {
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  font-size: 16px;
}

@media (min-width: 768px) {
  .singleBook_text__44CEK {
    font-size: 20px;
    width: 36vw;
    margin-left: 70rem;
  }
}

.singleBook_header__2SCG9 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .singleBook_header__2SCG9 {
    margin-bottom: 16rem;
  }
}

.singleBook_header0__1cLDf {
  font-weight: bold;
  margin-bottom: 16rem;
}

.singleBook_desc__2mqcH {
  margin-bottom: 32rem;
}

@media (min-width: 768px) {
  .singleBook_desc__2mqcH {
    margin-top: 16rem;
    margin-bottom: 0;
  }
}

.singleBook_container__ngl91 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  margin-bottom: 64rem;
  margin-top: 64rem;
}

@media (min-width: 768px) {
  .singleBook_container__ngl91 {
    width: auto;
  }
}

@media (max-width: 767px) {
  .singleBook_container__ngl91 {
    display: none;
  }
}

@media (min-width: 768px) {
  .singleBook_mobileContainer__2hP_Y {
    display: none;
  }
}

.singleBook_link__2R3SH {
  height: 50vw;
  position: relative;
}

@media (min-width: 768px) {
  .singleBook_link__2R3SH {
    height: 37vw;
  }
}

.singleBook_link__2R3SH:hover {
  transform: scale(1.02);
}

.singleBook_imageContainer__2ROhi {
  width: 100%;
  display: flex;
  justify-content: center;
}

.singleBook_image__9trQ2 {
  margin-bottom: 32rem;
  margin-top: 16rem;
  background-color: var(--main-color);
  border-radius: 2px;
  height: 92vw;
  box-shadow: 2px 2px 10px #000;
}

@media (min-width: 768px) {
  .singleBook_image__9trQ2 {
    height: 100%;
    margin-top: 0;
  }
  
  .singleBook_image__9trQ2:hover {
    box-shadow: 3px 3px 10px black;
  }
}

.singleBook_label__sumca {
  font-family: "Spectral", serif;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  box-shadow: 3px 3px 10px black;
  background-color: grey;
  padding: 16rem;
  width: max-content;
  position: absolute;
  top: 30px;
  border-radius: 2px;
  left: -10px;
  border-top-left-radius: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .singleBook_label__sumca {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .singleBook_label__sumca {
    padding: 12.8rem;
    top: -350px;
    left: 10px;
  }
}

.singleBook_corner__1mj2W {
  position: absolute;
  height: 20px;
  width: 14px;
  background-size: 100% auto;
  background-size: contain;
  z-index: -1;
  top: -6.3px;
  left: 0;
  background-image: url(images/cornerLeft.svg);
}

/* ===== TEACHING PAGE ===== */
.teachingPage_container__MsGcr {
  padding: 0 32rem;
  font-family: "Spectral", serif;
  color: #000;
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .teachingPage_container__MsGcr {
    font-size: 20px;
    padding: 16rem 15vw;
  }
}

@media (max-width: 767px) {
  .teachingPage_container__MsGcr {
    margin-top: 32rem;
  }
}

.teachingPage_par__nx00N {
  margin-top: 16rem;
}

.teachingPage_link__3ROqP {
  color: var(--main-color);
  text-decoration: underline;
}

.teachingPage_testament__3tayf {
  width: 100%;
  margin-bottom: 48rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .teachingPage_testament__3tayf {
    margin-bottom: 32rem;
    flex-direction: row;
  }
  
  .teachingPage_testament__3tayf.teachingPage_odd__3-h4g {
    flex-direction: row-reverse;
  }
}

.teachingPage_image__366xi {
  background-color: var(--main-color);
  box-shadow: 2px 2px 10px #000;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .teachingPage_image__366xi {
    margin-right: 64rem;
  }
  
  .teachingPage_image__366xi.teachingPage_odd__3-h4g {
    margin-left: 64rem;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .teachingPage_image__366xi {
    margin-bottom: 24rem;
    width: 70%;
  }
}

.teachingPage_quote__3uRR3 {
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  font-size: 16px;
}

@media (min-width: 768px) {
  .teachingPage_quote__3uRR3 {
    font-size: 20px;
  }
}

.teachingPage_author__WwYwu {
  font-family: "Spectral", serif;
  color: #000;
  line-height: normal;
  font-weight: bold;
  text-align: left;
  margin-top: 4rem;
  font-size: 22px;
}

@media (min-width: 768px) {
  .teachingPage_author__WwYwu {
    font-size: 26px;
  }
}

.teachingPage_par0__28Yju {
  margin-top: -16rem;
}

/* ===== IRELAND SECTION ===== */
.ireland_textSection__44CEK {
  font-family: "Spectral", serif;
  color: #000;
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
  padding: 0 32rem;
  margin-bottom: 32rem;
}

@media (min-width: 768px) {
  .ireland_textSection__44CEK {
    font-size: 20px;
    padding: 0 64;
  }
}

@media (min-width: 1156px) {
  .ireland_textSection__44CEK {
    padding: 0 260rem;
  }
}

.ireland_textSection__44CEK p {
  margin-bottom: 16rem;
}

.ireland_out {
  color: var(--light-green);
}

.ireland_imageSection__2ROhi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48rem;
  justify-content: center;
  margin-bottom: 32rem;
}

.ireland_imageSection__2ROhi .book_label__3U7x_ {
  background-color: var(--dark-green);
}

@media (min-width: 768px) {
  .ireland_imageSection__2ROhi {
    flex-direction: row;
    gap: 64rem;
    align-items: flex-start;
    margin-bottom: 64rem;
  }
}

.ireland_bookImage__9trQ2 {
  width: auto;
  max-width: 280px;
  height: auto;
  display: block;
  background-color: #f0f0f0;
  border-radius: 2px;
  box-shadow: 2px 2px 10px #000;
  transition: transform 0.3s ease;
}

.ireland_bookImage__9trQ2:hover {
  transform: scale(1.02);
}

.ireland_bookLink__2R3SH {
  text-decoration: none;
  display: block;
  position: relative;
}

/* ===== CONTACT PAGE ===== */
.contactPage_email__35L-2 {
  margin-left: 32rem;
  color: var(--main-color);
  text-decoration: underline;
}

