body{
/*	background-size: 780px;
	background-repeat: repeat;
	background-image: url(img/be-here-now-background2.jpg);*/
	background: url(img/be-here-now-hands2.jpg) no-repeat fixed center center;
}

h5{
  display: none;
}
.gif{
  display: none;
}

table{
/*	background-color: white;*/
/*	opacity: 95%;*/
/*  width: 700px !important;*/
	height: auto;

}

table .psychic{
  width: 220px !important;
}

.menu h3{
background: rgb(20,39,180); /* Old browsers */
background: -moz-linear-gradient(top, rgba(20,39,180,1) 0%, rgba(38,77,232,1) 50%, rgba(21,59,227,1) 51%, rgba(125,150,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(20,39,180,1) 0%,rgba(38,77,232,1) 50%,rgba(21,59,227,1) 51%,rgba(125,150,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(20,39,180,1) 0%,rgba(38,77,232,1) 50%,rgba(21,59,227,1) 51%,rgba(125,150,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.menu p{
  background: #ebf1f6; /* Old browsers */
background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*
table .smalltable{
	height: 0px;
}*/

.title img{
	margin-bottom: 0;
}

a .title{
	margin-bottom: 0;
}

h1{
	margin: 20px;
	font-size: 30px;
}

.reading{
  text-align: left;
/*  border-style: solid;
  border-width: 2px;
  border-color: blue;*/
  display: flex;
/*  justify-content: center;*/
  align-items: top;
/*  width: 50%;*/
}

/*.readingvideo{
  width: 50%;
  height: 100%;
}

.readingtext{
  width: 50%;
  height: 100%;
}*/

h4{
	font-weight: lighter;
	margin: 10px;
}

hr{
	height: 3px;
  width: 600px;
	border: none;
	border-radius: 6px;
  	background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
}

/*.menu{
  border: none;
  border-radius: 7px;
  background-image: radial-gradient(rgba(0,255,0,0), rgba(0,255,0,0.2), rgba(0,255,0,1)); 
}
*/
a{
	color: blue;
}

.button{
	margin-top: 20px;
	width: 400px;
	height: 100px;
	position: relative;
    display: inline-block;
}

.button .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
}

.button:hover .img-top {
        display: inline;
}

.arrived img{
	width: 600px;
}

audio {
	background-color: none;
}

iframe{
	display: none;
}



@media only screen and (max-width: 600px) {
  table{
    display: none;
  }
/*  body{
    overflow-y: hidden;
  }*/

  .footer{
    display: none;
  }

  h5{
    padding: 10px;
    display: block;
    font-size: 2.6em;
    color: blue;
    text-align: center;
  }
  .gif{
    display: block;
    text-align: center;
  }
  .gif img{
    width: 300px;
  }

/*
  table{
    width: 100% !important;
    height: auto;
    padding-bottom: 0;
  }
  hr{
    width: 100%;
  }
  a img{
    width: 100%;
  }

  h1{
  	text-align: center;
  	font-size: 40px;
  }
  h4{
  	text-align: center;
  }
  
  .arrived img{
  width: 100% !important;
  }

  .button{
    text-align: center;
  	width: 100%;
  	height: auto;
  	margin-left: 0;
  	padding: 0;
  	margin-top: 20px;
  }
  #button1{
  	margin-top: 60px;
  }
  .button img{
  	width: 100%;
  }*/

}