/*
Bootstrap 4 breakpoints
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
* {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
body {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	color: rgba(25,25,25,1);
}
.bodyimg {
	background-image:url(../img/header_image_bg.jpg);
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1000;
}
h2 {
	font-size: 28px;
	margin-bottom: 1em;
	font-weight: 700;
}
h3 {
	font-size: 20px;
	margin-bottom: 1em;
}
h4 {
	font-size: 18px;
	margin-bottom: 1em;
}
a {
	color: rgba(25,25,25,1);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:hover {
	color: rgba(68,192,190,1);
}
#privacy ul, #cookies ul {
	padding-left: 20px;
}
#privacy ul li, #cookies ul li {
	padding-left: 15px;
}
.btn {
	padding:1rem 3rem;
	border-radius: 0;
	margin-top: 1rem; 
	background-color: rgba(68,192,190,1);
	border: 1px solid rgba(68,192,190,1); 
	color: rgba(243,249,241,1);
}
.btn:hover {
	background-color: rgba(243,249,241,1);
	color: rgba(25,25,25,1);
}
.amazon a {
	display: inline-block;
	padding:0.75rem 1rem;
	background-color: rgba(255,255,255,0);
}
.amazon a:hover {
	background-color: rgba(68,192,190,0.1);
}
.py-8 {
	padding-top:4rem;
	padding-bottom:4rem; 
}
.px-8 {
	padding-top:4rem;
	padding-bottom:4rem; 
}
.divide {
	height:50px;
}
.border-right {border-right: none!important;}
section {
	outline: 0 !important;
}
#header {
	position: relative;
	margin-top: 50px;
}
#header .scroll {
	display: none;
	border: 1px solid rgba(255,255,255,1);
}
.white {
	background-color: rgba(255,255,255,1);
}
.lt-teal {
	background-color: rgba(243,249,241,1);
}
.teal {
	background-color: rgba(68,192,190,1);
	color: rgba(255,255,255,1); 
}
.teal .btn {
	background-color: rgba(243,249,241,1);
	border: 2px solid rgba(243,249,241,1);
	color: rgba(25,25,25,1);
}
.teal .btn:hover {
	background-color: rgba(68,192,190,1);
	color: rgba(243,249,241,1);
}
.tinybee {
	width: 50px;
	margin-top: 2rem;
}
.photo {
	margin-bottom: 3rem;
}
.navbar {
	background-color: rgba(243,249,241,0.95);
	font-size: 14px;
	padding:0;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.navbar-nav {
	background-color: rgba(243,249,241,0.9);
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.navbar-toggler {
	border-radius: 0;
	border: none;
	padding: .25rem .75rem;
	width: 100%;
	height: 50px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1.5em;
}
.navbar-light .navbar-toggler {
 }
.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 0.5rem 1.5rem;
	color: rgba(0,0,0,0.8);
}
.navbar-light .navbar-nav .nav-item:nth-last-child(1) .nav-link {
	border-right: none;
}
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0,0,0,1);
	text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link.buy-book {
	color: rgba(0,0,0,1);
	font-weight: 700;
}
.buy-button {
	display: block;
    position: fixed;
    top: 60px;
    right: 10px;
    z-index: 9999;
    width:80px;
    height:80px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(68,192,190,0.95);
    color: rgba(255,255,255,1);
    cursor: pointer;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 1em;
    font-size: 14px;
}
.buy-button:hover {
    background-color: rgba(243,249,241,0.95);
    color: rgba(68,192,190,1);
    text-decoration: none;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(243,249,241,0.95);
    color: rgba(25,25,25,1);
    cursor: pointer;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background-color: rgba(243,249,241,1);
    color: rgba(68,192,190,1);
}
#back-to-top.show {
    opacity: 1;
}
#footer {
	border-top: 1px solid rgba(255,255,255,1);
}
#contact a {
	color: rgba(255,255,255,1);
}
#contact h3 {
	margin-bottom: 0.5em;
}
.mobile {display: block;}
.desktop {display: none;}


/* ==========================================================================
   ACCORDION
   ========================================================================== */
.accordion_container {
  width: 100%;
  padding-bottom: 1rem;
}
.accordion_head {
  background-color: transparent;
  color: rgba(68,192,190,1);
  margin:0;
  padding: 0.75rem 0.5rem;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: left;
  background-color: rgba(0,0,0,0);
  border-bottom: 2px solid rgba(68,192,190,1);
  cursor: pointer;
  font-size: 1rem;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.accord_head_txt {
	display: inline-block;
	max-width: 90%;
}
.accordion_head:first-of-type {
  background-color: transparent;
  margin:0;
  padding: 0.5rem 0.5rem 0.75rem 0.5rem;
}
.accordion_head:hover {
  color: rgba(68,192,190,1);
}
.accordion_body {
  padding: 2rem 0.5rem;
  background-color: transparent;
  border-bottom: 2px solid rgba(68,192,190,1);
}
.plusminus {
  color: rgba(68,192,190,1);
  float: right;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {...}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {...}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
body {
	font-size: 16px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
.navbar {
	background-color: rgba(243,249,241,0.95);
	font-size: 14px;
	padding:1rem;
}
.navbar-nav {
	background-color: transparent;
	padding: 0;
}
.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 0 1.5rem;
	border-right: 1px solid rgba(0,0,0,0.8);
	color: rgba(0,0,0,0.8);
}
#header {
	position: relative;
	margin-top: 	0px;
}
#header .scroll {
	display: block;
	position: absolute;
	bottom: 5rem;
	left: 50%;
	font-size: 40px;
	margin-left: -0.5em;
	background-color: rgba(243,249,241,0.95);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	padding:0.05em 0;
}
.accordion_head {
  font-size: 1.1rem;
}
.py-8 {
	padding-top:6rem;
	padding-bottom:6rem; 
}
.px-8 { 
	padding-left:6rem;
	padding-right:6rem;
}
.wrap {
	position: relative;
}
.valign-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.photo {
	margin-bottom: 0;
}
.border-right {border-right: 1px solid #f2f2f2!important;}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.buy-button {
	display: block;
    position: fixed;
    top: 70px;
    right: 30px;
    z-index: 9999;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(68,192,190,0.95);
    color: rgba(255,255,255,1);
    cursor: pointer;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 1em;
    font-size: 19px;
}
.mobile {display: none;}
.desktop {display: block;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {...}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {...}