/* ==========================
GLOBALS
=========================== */

* {
    margin:0;
    padding:0;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  padding-bottom: 20px;
  color: #809dcb;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  padding: 18px 0px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  padding: 15px 0px;
}

a {
  color: #809dcb;
}

.hidden-photo img {
  max-width: 100%;
}

button.audible {
	display: inline-block;
	background-color: #28282b!important;
	color: white;
	border: none;
	padding: 20px 30px;
	border-radius: 50px;
	text-align: center;
}

button.audible img {
	margin-top: -10px!important;
}

button.audible a {
	color: white;
}

span.paypal-button-text {
	display: none!important;
}

.paypal-button-tagline {
	display: none;
}

p.buy {
  font-weight: bold; 
  text-transform:uppercase; 
  font-size: 24px;
}

p.buy a {
  text-decoration: none;
  padding: 10px 15px;
  background: #809dcb;
  border: 1px solid #809dcb;
  color: white;
}

p.buy a:hover {
  border: 3px solid #809dcb;
  color: #809dcb;
  background: none;
}


/* ==========================
NAVIGATION
=========================== */


/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 80%);
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color: #809dcb;
  color: white;
}

/* ==========================
HOME
=========================== */

#home h1.rne {
    font-size: 4rem;
    font-weight: 700;
    /*background: linear-gradient(-45deg, #fefb01, #00ed01); bright green*/
    background: linear-gradient(-45deg, #e6d1f2, #ccb7e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    filter: drop-shadow(2px 2px rgba(65,74,76,.1));
}

#home h2.introtext {
  background: linear-gradient(-45deg, #ffd3de, #ff7da7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  filter: drop-shadow(2px 2px rgba(65,74,76,.1));
  font-size: 20px!important;
}

#home p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-top: 30px;
}

#home {
  background: url("images/water_web.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0px 50px;
}

.left-home {
  width: 50%;
  margin: 40px 0px;
}

.right-home {
  width: 50%;
  margin: 40px 0px;
}

.right-home img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 50%);
}

/* ==========================
BOOK
=========================== */

#book {
  background: url("images/demon_face_in_water.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  margin: 0 auto;
  padding: 0px 50px;
}

div.left-book {
  width: 30%;
  margin-right: 20px;
}

div.right-book {
  width: 70%;
  background-color: rgba(255,255,255,.7);
  padding: 20px 25px;
  margin: 40px 0px;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 20%);
}


/* ==========================
SAMPLE
=========================== */
#sample {
  background: url("images/hand_out_of_water.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
}

.black-overlay {
  background: rgba(0,0,0,0);
  width: 100%!important;
  margin: 0 auto;
  padding: 0px 50px;
}

.left-sample {
  width: 45%;
  margin: 40px 0px;
  padding: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 50%);
}

.right-sample {
  width: 55%;
}

/* ==========================
ABOUT
=========================== */

#about {
  background: url("images/michele_in_flowers.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  padding: 0px 50px;
}

.left-about {
  width: 45%;
}

.right-about {
  width: 55%;
  margin: 80px 0px;
  background: rgba(255,255,255,.95);
  padding: 20px 25px;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 50%);
}

/* ==========================
WRITING
=========================== */

#writing {
  background: url("images/michele_faceshot_with_left_purple.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  padding: 0px 50px;
}

.left-writing {
  width: 35%;
  margin: 80px 0px;
  background: rgba(255,255,255,.8);
  padding: 20px 25px;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 50%);
}

.right-writing {
  width: 65%;
}

ul li {
  margin-left: 20px;
  line-height: .5;
}

/* ==========================
SCHEDULE
=========================== */

#schedule {
  background: url("images/runner.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
}

#schedule h1 {
  text-align: center;
  margin-top: 10%;
}

.blue-overlay {
  background: rgba(128,157,203,.5);
  width: 100%!important;
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
  margin: auto;

}

table.appearances {
  margin-left: auto;
  margin-right: auto;
}

table {
  background: rgba(255,255,255,0.7);
  font-family: 'Open Sans', sans-serif;
  width: 80%;
  padding: 10px;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 60%);
}

td {
  padding: 7px;
}

#schedule h1 {
  color: #ffffff;
}


/* ==========================
NEWS
=========================== */

#news {
  background: #ededed no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 25px;
}

#news h1 {
  text-align: center;
}

#news h2 {
  font-size: 20px;
  color: #0074a2;
  padding: 10px 0 0 0;
}

#news p {
  font-size: 15px;
  line-height: 1.5;
}

.news-block {
  background-color: rgba(255,255,255,.8);
  border: 1px solid #dedede;
  display: flex;
  margin: 12px 10%;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 20%);
}

.news-block-left {
  width: 20%;
  align-items: center;
  padding: 20px 20px;
}

.news-block-right {
  width: 70%;
  clear: left;
  float: right;
  padding: 10px;
}

button {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #809dcb;
  color: white;
  background: #809dcb;
  padding: 10px 25px;
  margin-bottom: 20px;
}

button:a {
  color: white;
}

button:hover {
  color: white;
  border: 1px solid #0074a2;
  background: #0074a2;
  cursor: pointer;
}

/* ==========================
BLESSING SECTION
=========================== */
#blessing {
  background-color: #809dcb;
}

#blessing h1 {
  font-weight: 400;
  font-size: 35px;
  color: white;
  padding: 50px 50px;
}


/* ==========================
FOOTER
=========================== */

footer {
  padding: 15px 15px 50px 15px;
  background-color: #4a4949;
}

footer h2 {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

footer h2 a {
  color: #809dcb;
}

/* ==========================
MOBILE
=========================== */

@media only screen and (max-width: 800px) {
  nav.desktop {display: none;}

  #home {flex-direction: column-reverse;}



  .right-home {padding-top: 30px;}

  .left-home {
    margin: 0;
    padding: 0 0 30px 0;
    align-items: center;
    justify-content: center;
  }

  .left-home h1 {display: none;}

  #sample, #about, #book, #writing {flex-direction: column; margin: 0 auto; padding: 0; min-width: none;}

  .left-home, .right-home {width: 100%;}

  .black-overlay {margin: 0; padding: 0;}

  .right-sample, .left-about, .left-book, .right-writing {display: none;}

  .left-sample, .right-about, div.right-book, .left-writing {width: 83%; margin-left: 5%; margin-right: 5%; padding: 20px;}

  .left-sample p, .right-about p, div.right-book p, .left-writing p {font-size: 16px;}

  .left-sample h1, .right-about h1, div.right-book h1, .left-writing h1 {font-size: 35px;}

  #schedule {display: none;}

  #news h1 {font-size: 35px; margin-top: 30px;}

  .news-block {margin: 12px 2%; flex-direction: column;}

  .news-block-left, .news-block-right {width: 90%;}

  .news-block-left {padding: 20px 20px 0px 20px;}

  .news-block-right {padding: 20px 40px 20px 20px;}

  footer {padding: 15px;}
}

@media only screen and (min-width: 801px) {
  nav.mobile {display:none;}
  .hidden-photo {display:none;}
}


/* ------- Nav ---------- */
nav.mobile {
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 30px -5px rgb(0,0,0,30%);
  z-index: 999;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #809dcb;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

/* -------- Home ----------*/
/*{
  background: url("images/water_web.jpg") no-repeat center center;
}*/

.mobile-title h1 {
  color: white;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}

.mobile-title h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: white;
  font-style: italic;
  padding: 0 0 50px 0;
}

.mobile-navbar ul {list-style-type: none;}

.mobile-navbar ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  align-content: center;
}

.mobile-navbar ul li a {
  text-decoration: none;
  color: white;
}
