/* ==== narrowest/column mode ==== */

/* ------ general text ------ */

body {
  margin: 0;
  padding: 0;
}

* {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  /*margin: 0;
  padding: 0;*/
}

p,
p a,
p sup,
p sub {
  font-weight: 400;
  /*margin: 1em 0px;*/
  /*padding: 0px;*/
  color: rgb(0, 0, 0);
}

p sub,
p sup {
  font-size: 16px;
}

p b {
  font-weight: 800;
}

p i {
  font-weight: 400;
  font-style: italic;
}

p b i {
  font-weight: 800;
  font-style: italic;
}

p.justify,
p.justify a {
  text-align: justify;
}

p.justify_intro,
p.justify_intro a {
  /*margin: 0px;*/
  text-align: justify;
}

p.justify_intro_red,
p.justify_intro_red a {
  /*margin: 0px;*/
  text-align: justify;
  color: #FF4040;
}


p.small,
p.small a {
  font-size: 16px;
}

p.small_close_top,
p.small_close_top a {
  font-size: 16px;
  margin-top: 0px;
}

p.smalli,
p.smalli a, 
p.smalli a b {
  font-size: 16px;
  font-style: italic;
}

p.ccaption {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

p.heavy {
  font-weight: 600;
}

p.heavy_close_bottom {
  font-weight: 600;
  margin-bottom: 0px;
}

p.large_heavy {
  font-size: 25px;
  font-weight: 600;
}

p.nara,
p.nara a,
p.nara i,
p.nara sup,
p.nara sub,
ul.nara li,
ul.nara li i,
#prices td {
  font-weight: 300;
  /*padding: 0px;*/
  /*margin-bottom: 20px;*/
}

p.nara b {
  font-weight: 600;
}

p.nara i,
ul.nara li i {
  font-style: italic;
}

p.nara b i,
ul.nara li b i {
  font-weight: 600;
  font-style: italic;
}

p.nara_top {
  margin-top: 20px;
}



span.highlight {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(130, 255, 173,0) 0.9%, rgba(130, 255, 173,1.25) 2.4%, rgba(130, 255, 173,0.5) 5.8%, rgba(130, 255, 173,0.1) 93%, rgba(130, 255, 173,0.7) 96%, rgba(130, 255, 1732,0) 98%), linear-gradient(183deg, rgba(130, 255, 173,0) 0%, rgba(130, 255, 173,0.3) 7.9%, rgba(130, 255, 173,0) 15%);
  padding: 0.6em 13.7px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(130, 255, 173,0.7), 21px -18.1px 7.3px rgba(255, 255, 255,1), -18.1px -27.3px 30px rgba(255, 255, 255,1);
}

/* ------ Secure Checkout button ------ */
.seccheckout a,
.seccheckout a:link,
.seccheckout a:visited,
.seccheckout button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  /*line-height: 80px;*/
  min-width: 165px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  padding: 16px 40px 16px 40px;
  margin: 18px 0px 18px 0px;
  background-color: #E02020;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 4px 4px 3px #888888;
  border: none;
  cursor: pointer;
}

.seccheckout a:hover,
.seccheckout a:active,
.seccheckout button:hover {
  text-decoration: underline;
  background-color: #FF4040;
}


/* ------ headings ------ */
h1 {
  /*font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', 'Calibri', sans-serif;*/
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  letter-spacing: 0.04em;
  line-height: 28px;
  margin: 6px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #F03030;
  /*text-shadow: 1.5px 1.5px 1.5px #CCCCCC;*/
  clear: both;
}

h1.disp_inline {
  display: inline;
}


h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  text-rendering: optimizeLegibility;
  line-height: 25px;
  color: #F03030;
  margin: 26px 0 26px 0px;
  padding: 0px;
}

h2.disp_inline {
  display: inline;
}

.page_width_limiter {
    max-width: 1024px;
    margin: 0 auto;
}

.two_book_width_limiter {
    max-width: 900px;
    margin: 0 auto;
}

/* ------ video container ------ */

img.videoimagelink {
  width: 90%;
  height: auto;
  max-width: 640px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  border-style: none;
}

.youtubevideowrap {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------ flex auto-wrapping container ------ */

.flex-wrap-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: start
}

.flex-wrap-item {
  flex: 0 0 auto;
  margin: 6px;
  background-color: red;
  /*width: 125px;*/
  /*height: 125px;*/
  font-size: 2rem;

}

/* ------ flex container ------ */

/* body { background-color: lightgreen; } */

.full_width_cream {
    /*width: 100%;*/
    margin: 0px;
    background-color: LemonChiffon;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*background-color: DodgerBlue;*/
  /*background: url("../images/map-faint.jpg");*/
  background-size: cover;
  border-top: 2px none;
  margin-bottom: 60px;
}

.flex-container > div {
  /*background-color: #f1f1f1;*/
  padding: 0px 10px 10px 10px;
  font-size: 30px;
}

.flex-vert-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*background-color: DodgerBlue;*/
  /*background: url("../images/map-faint.jpg");*/
  background-size: cover;
  border-top: 2px;
}


img.flex_img,
video.flex_img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

img.flex_img,
video.flex_img {
  margin-top: 20px;
}

video.flex_img {
  box-shadow: rgb(136, 136, 136) 4px 4px 4px;
}

img.shadow,
video.shadow {
  box-shadow: rgb(136, 136, 136) 4px 4px 4px;
}

.side_text_centre {
  flex: 1 1 auto;
  min-width: 35%;
  text-align: center;
}

.side_text_left {
  flex: 1 1 auto;
  min-width: 35%;
  text-align: left;
  order: 2;
}

.image {
  flex: 0 1 auto;
  margin: auto; /* center hor in column */
  order: 1;
}

/* ------ floating images ------ */

.intro_container {
  padding: 20px 10px 0px 10px;
  /*clear: both;*/
  overflow: hidden;
}

.sect_container {
  padding: 20px 10px 20px 10px;
  /*clear: both;*/
  overflow: hidden;
}

img.vert_stack,
video.vert_stack {
  width: auto;
  max-width: 40%;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 0;
  border-style: none;
  vertical-align: bottom;
  float: right;
  clear: both;
  display: none;
}

img.vert_stack_left,
video.vert_stack_left {
  width: auto;
  max-width: 40%;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 0;
  border-style: none;
  vertical-align: bottom;
  float: left;
  /*clear: both;*/
  display: none;
}

img.vert_stack_btm,
video.vert_stack_btm {
  /*height: auto;*/
  margin: 0px auto 10px auto;
  padding: 0;
  border-style: none;
  vertical-align: bottom;
  clear: both;
  display: block;
}

img.vert_stack_btm_perm {
  width: auto;
  height: auto;
  max-width: 94%;
  margin: 0px auto 10px auto;
  padding: 0;
  border-style: none;
  vertical-align: bottom;
  clear: both;
  display: block;
}

img.centered {
  width: 90%;
  height: auto;
  clear: both;
  border-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.vs {
  display: none;
}

.vsb {
  display: inline-block;
}

hr.flexcol {
  display: block;
}

/* ==== wider/row modes ==== */

@media only screen and (min-width: 545px) {
  /*body { background-color: yellow; }*/

  h1 {
    font-size: 21px;
    letter-spacing: 0.04em;
    line-height: 24px;
  }

  h1.top_line {
    margin-top: 30px;
  }

  .full_width_cream {
    border-radius: 20px;
    margin: 0px 8px;
  }

  .flex-container {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .flex-container > div {
    padding: 10px;
  }

  .image {
    margin: initial;
    order: initial;
  }

  img.vert_stack,
  video.vert_stack {
      display: block;
  }
  img.vert_stack_left,
  video.vert_stack_left {
      display: block;
  }
  img.vert_stack_btm,
  video.vert_stack_btm {
      display: none;
  }

  .vs {
    display: inline-block;
  }

  .vsb {
    display: none;
  }

  hr.flexcol {
    display: none;
  }

  .side_text_left {
    order: initial;
  }

  .side_text_centre {
    order: initial;
  }
}

@media only screen and (min-width: 580px) {
  /*body { background-color: purple; }*/

  h1 {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 27px;
  }
}

@media only screen and (min-width: 663px) {
  /* body { background-color: blue; }*/

  h1 {
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 31px;
  }
}

@media only screen and (min-width: 756px) {
  /* body { background-color: white; } */

  * {
    font-size: 18px;
  }

  h1 {
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
  }

  p,
  p a {
    font-size: 18px;
  }

  p sub,
  p sup {
    font-size: 16px;
  }

  p.small,
  p.small a {
    font-size: 16px;
  }

  p.small_close_top,
  p.small_close_top a {
    font-size: 16px;
  }

  p.smalli,
  p.smalli a,
  p.smalli a b {
    font-size: 16px;
    font-style: italic;
  }

  p.ccaption {
    font-size: 16px;
    font-style: italic;
    text-align: center;
  }

  p.heavy {
    font-size: 18px;
  }

  p.heavy_close_bottom {
    font-size: 18px;
  }

  p.large_heavy {
    font-size: 32px;
    font-weight: 600;
  }
}


/****** NAV BAR *******/

/* https://www.makeuseof.com/responsive-navigation-bar-using-html-and-css/ */

/* UTILITIES */
/** {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body {
 font-family: cursive;
}
a {
 text-decoration: none;
}
li {
 list-style: none;
}
*/


/* NAVBAR STYLING STARTS */
.navcontainer * {
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility;
}

.navbar {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0px 6px;
 background-color: #E02020;
 color: #fff;

}
.nav-links a {
 color: #fff;
}
/* LOGO */
.logo a {
 font-size: 26px;
 color: #fff;
 text-decoration: none;
}
/* NAVBAR MENU */
.menu {
 display: flex;
 gap: 1em;
 font-size: 16px;
}
.menu li:hover {
 background-color: #f06060;
 border-radius: 5px;
 transition: 0.3s ease;
}
.menu li {
 padding: 5px 14px;
 list-style: none;
}

.menu li a {
 text-decoration: none;
}

.menu li.current a {
  color: #f0f040;
}

/* DROPDOWN MENU */
.books {
  position: relative; 
}
.dropdown {
  background-color: #E63636;
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 30px;
}
.dropdown li + li {
  margin-top: 10px;
}
.dropdown li {
  padding: 0.4em 0.4em;
  width: 15em;
  text-align: center;
}
.dropdown li:hover {
  background-color: #F46666;
}
.books:hover .dropdown {
  display: block;
}


/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
 display: none;
} 
/*HAMBURGER MENU*/
.hamburger {
 display: none;
 font-size: 24px;
 user-select: none;
 cursor: pointer;
}
/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
.menu { 
 display:none;
 position: absolute;
 background-color:#E02020;
 right: 0;
 left: 0;
 text-align: center;
 padding: 16px 0;
}
.menu li:hover {
 display: inline-block;
 background-color:#f06060;
 transition: 0.3s ease;
}
.menu li + li {
 margin-top: 12px;
}
input[type=checkbox]:checked ~ .menu{
 display: block;
}
.hamburger {
 display: block;
}
.dropdown {
 /*left: 50%;*/
 left: 0;
 top: 28px;
 /*transform: translateX(11%);*/
 /*transform: translateX(1%);*/
}
.dropdown li:hover {
 background-color: #F26464;
}

}


/* NEW DVMP STUFF!! */
.dvmp-links {
  margin-bottom: 8px;
  /*display: flex;*/
  justify-content: center;
}

.dvmp-desktop-btn {
  height: 48px;
  line-height: 48px;
  background: linear-gradient(90.29deg,#ff6a45 18.05%,#fb3747 102.89%);
  border-radius: 30px;
  padding: 0 47px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0 !important;
  position: relative;
  display: none;
  transition: .3s;
  box-sizing: border-box;
  text-align: center;
    text-decoration: none;
    outline: none;
}

.dvmp-desktop-btn.active {
  display: inline-block;
}

.dvmp-desktop-btn:hover {
  background: linear-gradient(90deg,#FD896C 0.01%,#FF5963 99.99%);
}

.more-info-link-centre {
  color: rgb(30, 118, 227);
  position: relative;
  display: flex;
  margin: 20px 0px 0px;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}

.more-info-link-centre::after {
  width: 23px;
  height: 14px;
  content: "";
  display: block;
  margin-left: 8px;
  background: url("https://dvmp.co.uk/images/link-arrow.svg") left center / cover no-repeat;
}

.more-info-link {
  color: rgb(30, 118, 227);
  position: relative;
  display: flex;
  margin: 20px 0px 0px;
  align-items: center;
  text-decoration: none;
}

.more-info-link::after {
  width: 23px;
  height: 14px;
  content: "";
  display: block;
  margin-left: 8px;
  background: url("https://dvmp.co.uk/images/link-arrow.svg") left center / cover no-repeat;
}

.btm-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: rgb(224, 32, 32);
  color: rgb(255, 255, 255);
}

.btm-container > div {
  margin: 10px;
  padding: 0px 10px;
  text-align: center;
}

.btm-container > div a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 17px;
}

.btm-container > div p {
  color: rgb(255, 255, 255);
  font-size: 16px;
}


.button {
  background-color: rgb(255, 64, 64);
  border: medium none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 24px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1:hover {
  background-color: white;
  color: #ff4040;
  border: 2px solid #ff4040;
}

.button1 {
  background-color: white;
  color: #E02020;
  border: 2px solid #E02020;
}

.button2:hover {
  background-color: #ff4040;
  color: white;
  border-color: #ff4040;
}

.button2 {
  background-color: #E02020;
  color: white;
  border: 2px solid #E02020;
}

#prices {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

#prices td, #prices th {
  border: 1px solid #ddd;
  padding: 8px;
}

#prices th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}



