
/* CSS Document */
/*Shelly L. Solberg* Fall 2018/ /* begin body type */  

viewport {
	content-width:device-width;
	initial-scale:1;
	}
html {scroll-behavior: smooth;}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: black;
  padding: 0px;
  font-size: 20px;
}
div.example {
  background-color: yellow;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  body.background-image:{
    display: none;
  }
}

}
body 
{
background: #010101; 
}	
body 
{
background-image: url('https://www.vuefineart.net/images/backgrounds/vfad2-background.jpg');
background-position:top center;
background-repeat:repeat-x;
background-attachment:fixed; 
background-size: cover;
width: 100%;
height: 100%;
}
/* Global values https://www.vuefineart.net/
background-image: inherit;
background-image: initial;
background-image: revert;
background-image: revert-layer;
background-image: unset; */
body
{
max-width:100%;
max-height:100%;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
} 
/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #996633; 
  border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #663300; 

/* Track */
::-webkit-scrollbar-track {
  background: #6a6a6a;
    box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

}
/* width */
::-webkit-scrollbar {
  width: 17px;
}

/* Button: The buttons on the scrollbar (arrows pointing upwards and downwards). 
::-webkit-scrollbar-button {
  width: 0px;
}*/

/* Scrollbar Corner: The bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet. */
/* ::-webkit-scrollbar-corner
{
  width: 0px;
}
 */
/* Resizer: The draggable resizing handle that appears at the bottom corner of some elements.
::-webkit-resizer
{
  width: 30px;
}*/

/* Track: (progress bar) NOT covered by the handle.
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px #black; 
  border-radius: 5px;*/
}
/*::-webkit-scrollbar-track-piece the track (progress bar) NOT covered by the handle. */
::-webkit-scrollbar-track-piece {
 width: 0px;
}

.mySlides {
	margin: auto;
}	
/*CSS user-select Property https://www.w3schools.com/cssref/css3_pr_user-select.php */
div {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* by Jamal Hassouni Rainbow Table of Contents Directory  https://codepen.io/devjamal/pen/WMEVBL  height: 100vh;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
body{
  margin: 0;
  padding: 0;
 font-family: 'Roboto', sans-serif !important;
}
section{
  width: 100%;
  height: ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 70px 0;  /*140*/ 
}
.card{
  position: relative;
  max-width: 300px;  /*300px*/ 
  height: auto;
  background: linear-gradient(-45deg,#fe0847,#feae3f);
  border-radius: 15px;
  margin: 0 auto;
  padding: 20px 20px; /*40px 20px*/ 
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
}
.card:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.col-sm-4:nth-child(1) .card,
.col-sm-4:nth-child(1) .card .title .fa{
  background: linear-gradient(-45deg,#f403d1,#64b5f6);
}
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa{
  background: linear-gradient(-45deg,#ffec61,#f321d7);
}
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa{
  background: linear-gradient(-45deg,#24ff72,#9a4eff);
}
.card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
z-index: 1;
-webkit-transform: skewY(-5deg) scale(1.5);
        transform: skewY(-5deg) scale(1.5);
}
.title .fa{
  color:#fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
}
.title h2 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
 z-index: 2;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #fff;
font-size: 60px;
}
.option ul {
  margin: 0;
  padding: 0;
}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #fff;
font-size: 16px;
}
.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color : black;
  width: 150px;
  height: 50px;  /*40px*/ 
  line-height: 50px;  /*40px*/ 
  border-radius: 0px;  /*40px*/ 
  display: block;
  text-align: ;
  margin: 20px auto 0 ;
  font-size: 18px;  /*16px*/ 
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.card a:hover{
    text-decoration: none;
}
/* End of Table of Contents Directory*/

/* Responsive Two Column Layout*/
{
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 15px;
  height: auto; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

{
  box-sizing: border-box;
}





/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* End of Responsive Two Column Layout*/
/* Create three equal columns that floats next to each other */
.column3 {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.container {
background-image: url('images/backgrounds/Prezibase-giphy.gif');
background-color:transparent;
position: relative;
width: 100%;
height: auto;
padding: 0px;
		}

.container2 {
background-image: url('ximages/backgrounds/goldivy425x236.png');
position: relative;
width: 100%;
height: auto;
		}

.container3 {
background-image: url('ximages/backgrounds/goldivy425x236.png');
background-color:#;
position: relative;
width: 100%;
height: auto;
		}

.responsive {
  width: 100%;
  height: auto;
}

.image1 {
display: block;
width: 100%;
height: auto;
		}

.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: 1.5s ease;
background-color: none;
		}

.container:hover .overlay {
opacity: 1;
		}

.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;

		}

.image2 {
display: block;
width: 100%;
height: auto;
		}

.overlay2 {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: 1.5s ease;
background-color: none;
		}

.container2:hover .overlay2 {
opacity: 1;
		}

.text2 {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
		}

.center {
  margin-left: auto;
  margin-right: auto;
}

.table-intro {
border-collapse: none;
border-spacing: 0;
width: 100%;
border: 1px solid blue;
		}

.table1 {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid orange;
		}

.th, .td{
text-align: center;
padding: 10px;
vertical-align: top;"
		}

.tr:nth-child(even){background-color: none}

.table2 {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 0px solid #;
		}

.th, .td {
text-align: left;
padding: 0px;
vertical-align: top;"
		}

.tr:nth-child(even){background-color: none}
/* Box Shadow CSS Settings See hidden text under Art Appreciation Title*/
box-shadow: {rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.image-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.heading {
	text-align: center;
}
/* EndBox Shadow CSS Settings */
/* Default CSS Settings text-shadow: 1px 1px 4px #000000;  font-size: 2em;*/ 
/* Standard Headings
h1 {
  display: block;
  font-size:10vw;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: blue;
  text-align: center;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:gray;
    text-align: center;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:black;
  text-align: center;
}
h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:black;
  text-align: center;
}
h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:black;
  text-align: center;
}
h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:black;
  text-align: center;
}*/ 
p {
    padding: 0px;
    font-size: 1.2em;
	line-height:1.75em;
	font-weight:regular;
  }


/* End of Default CSS Settings */
/* responsive text, headers and responsive containers */ /* 1 - sans-serif a */ 
.c1 {
  padding: 0px;
  width: 100%;
  height: 100%;
  font-weight: regular;
  color:#333333;
  }
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .c1 {
    font-size: 22px;
  }
   .li {
    font-size: 22px;
    font-weight: regular;
    line-height: 24px;
	color:#cccccc;
  } 
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .c1 {
    font-size: 18px;
  }
  .li {
    font-size: 18px;
    font-weight: regular;
    line-height: 20px;
    color:#cccccc;
  }
}
/* responsive 2text, headers and responsive containers */
@media (min-width: 575px) {
  article {
    width: 550px;
	height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------- .c2 -----------------------------*/
   .c2 {
  padding: 0px;
  width: 100%;
  height: 100%;
box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
}
@media (min-width: 500px) {
  .c2 {
    padding: 0px;
    font-size: 1.5em;
  }
}
@media (min-width: 800px) {
  .c2 {
    padding: 0px;
    font-size: 2em;
  }
}
/*--------------------- .c2-----------------------------*/
/*--------------------- .example------------------------*/
div.example {
    background-color: white;
border-radius: 0px;
    padding: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
	}
@media screen and (min-width: 601px) {
    div.example {
    padding: 35px;
    font-size: 20px; 
	font-family: helvetica, arial, sans-serif;
	line-height:22px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
	}
}
@media screen and (max-width: 600px) {
    div.example {
	padding: 20px;
    font-size: 22px; 
	font-family: helvetica, arial, sans-serif;
	line-height:30px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
	}
}
/*--------------------- .example------------------------*/

/*--------------------- .padding:------------------------*/
/*If the padding property has four values:

padding: 25px 50px 75px 100px;
/*top padding is 25px,  right padding is 50px, bottom padding is 75px, left padding is 100px  */
/*----------small-caps;----------- .padding:------------------------*/
/* #ffcc33; */
div.h1
{ font-family: helvetica, arial, sans-serif;
font-size:7vw;
padding: 0px 0px 10px 0px;
color:#ffcc33;
text-transform:none;
vertical-align:middle;
text-align:center;
letter-spacing: 1px;
font-weight: 550;
font-variant: none;
    text-shadow: rgba(0, 0, 0, 0.55) 0px 1px 1px;
	}

div.h2
{ font-family: helvetica, arial, sans-serif;
font-size:6.5vw;
padding: 10px 0px 10px 0px;
color:#b47015;
text-transform:none;
vertical-align:middle;
text-align:center;
letter-spacing: 1px;
font-weight: 550;
 	}

/* #ffcc33; */

div.h3
{ font-family: helvetica, arial, sans-serif;
font-size:5.0vw;
color:#003333;
text-transform:none;
vertical-align:middle;
font-weight: 550;
}

div.h4
{ font-family: helvetica, arial, sans-serif;
  display: block;
  font-size: 2em;
  color:#003333;
  margin-bottom: .35em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-align:;
}

div.h5
{ font-family: helvetica, arial, sans-serif;
  display: block;
  font-size: .90em;
  color:#111111;
  margin-top: 1.75em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  border-radius:  0%;
}

div.h6 {
  display: block;
  font-size: .67em;
  text-transform:none;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: regular;
  color:#010101;
  text-align: none;
}

h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:black;
  text-align: none;
/*  
 -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;*/
}


#more {display: none;}

/* Style the video: 100% width and height to cover the entire window */
#myVideo2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
top: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #000000;
  width: 100%;
  padding: 0px;
}

#myBtn1 
{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */

  color:  /*#ffcc33; Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 25px; /* Increase font size */
}

#myBtn1:hover {
  background-color: transparent; /* Add a dark-grey background on hover */
}
#myBtn2 
{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */

  color:  /*#ffcc33; Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 25px; /* Increase font size */
}

#myBtn2:hover {
  background-color: transparent; /* Add a dark-grey background on hover */
}

/* Box Shadow CSS Settings See hidden text under Art Appreciation Title*/
box-shadow: {rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.image-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}	
.heading {
	text-align: center;
}


a:link
{
font-family: helvetica, arial, sans-serif; 
text-decoration: none; 
font-size: 25px;
color: #b47015;  
font-weight: 550; 
background: none; 
letter-spacing:.25px;
}
 
a:visited
{
font-family: helvetica, arial, sans-serif; 
text-decoration: none;
font-size: 25px;
color: #8b5610;
font-weight: 550;
background: none;
letter-spacing:.25px;
} 

a:active
{
font-family: helvetica, arial, sans-serif;
text-decoration: none;
font-size: 25px;
color: #ffffcc;
font-weight: 550;
background: none;
letter-spacing: .25px;
} 

a:hover
{
font-family: helvetica, arial, sans-serif; 
text-decoration: none;
font-size: 25px;
color: #ffcc33;
font-weight: 550;
background: none;
letter-spacing: .25px;
}
/* Tri Icon Style */ 
A.class11 {color:#b47015;}
A.class11:link {color: #b47015; font-size:2em;}
A.class11:visited {color: #8b5610; font-size:2em;}
A.class11:hover {color: #ffcc33; font-size:2em;}
A.class11:active {color: #ffffcc; font-size:2em;}
/* End Tri Icon Style */ 
A.class1 {color:#b47015;}
A.class1:link {color: #b47015; font-size:25px;}
A.class1:visited {color: #8b5610; font-size:25px;}
A.class1:hover {color: #ffcc33; font-size:25px;}
A.class1:active {color: #ffffcc; font-size:25px;}

A.class2 {color:#b47015;}
A.class2:link {text-decoration: none; color: #b47015; font-size:25px;}
A.class2:visited {color: #8b5610; font-size:25px;}
A.class2:hover {color: #ffcc33; font-size:25px;}
A.class2:active {color: #ffffff; font-size:25px;}


A.class3 {color:#ffcc33;}
A.class3:link {text-decoration: none; color: orange; font-size:25px;}
A.class3:visited {color:#ff6c00; font-size:25px;}
A.class3:hover {color: #ffcc33; font-size:25px;}
A.class3:active {color: #ffffff; font-size:25px;}

A.class4 {color:#ffffff;}
A.class4:link {text-decoration: none; color: white; font-size:25px;}
A.class4:visited {color:#ff6c00; font-size:25px;}
A.class4:hover {color: #ffcc33; font-size:25px;}
A.class4:active {color: #ffffff; font-size:25px;}


A.class5 {color:#ffffff;}
	
A.class5		{
  background-color: #ffffff; opacity: 0.7;
  border-radius: 50px;
  font-size:50px; 
  color: #111111; 
  padding: 25px 25px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
  }
 A.class5:visited		{
  background-color: #ffffff; opacity: 0.7;
  border-radius: 100px;
  font-size:50px; 
  color: #000000; 
  padding: 25px 25px; 
  text-align: center; 
  text-decoration: underline; 
  display: inline-block;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
  }
 A.class5:hover		{
  background-color: #ffffff; opacity: 0.7;
  border-radius: 100px;
  font-size:75px; 
  color: #333333; 
  padding: 25px 25px; 
  text-align: center; 
  text-decoration: underline; 
  display: inline-block;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
  }
 A.class5:active		{
  background-color: #ffffff; opacity: 0.7;
  border-radius: 100px;
  font-size:30px; 
  color: blue; 
  padding: 25px 25px; 
  text-align: center; 
  text-decoration: underline; 
  display: inline-block;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.3) ;
  }

/* 2280 Internet Publishing Teals */
A.class6 {color:#003366;}
/* A.class7 {font-family: times new roman, serif;} */
A.class6:link {color: #66ccff; font-size:30px;}
A.class6:visited {color:#006699; font-size:30px;}
A.class6:hover {color: #66caFa; font-size:30px;}
A.class6:active {color: #ffffff; font-size:30px;}




/* Brittanica.com */
A.class7 {color:#003366;}
/* A.class7 {font-family: times new roman, serif;} */
A.class7:link {color: #003366; font-size:30px;}
A.class7:visited {color:#003333; font-size:30px;}
A.class7:hover {color: #245e8b; font-size:30px;}
A.class7:active {color: #ffffff; font-size:30px;}

A.class8 {color:#ffffff; line-height:1.75em;}
A.class8:link {color: #ffffff; font-size:1.2em; line-height:1.75em;}
A.class8:visited {color: #006699; font-size:1.2em; line-height:1.75em;}
A.class8:hover {color: #66ccff; font-size:1.2em; line-height:1.75em;}
A.class8:active {color: #ffffcc; font-size:1.2em; line-height:1.75em;}





/* Style the video: 100% width and height to cover the entire window */
#myVideo2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
top: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #000000;
  width: 100%;
  padding: 0px;
}

#myBtn1 
{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */

  color:  /*#ffcc33; Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 25px; /* Increase font size */
}

#myBtn1:hover {
  background-color: transparent; /* Add a dark-grey background on hover */
}
#myBtn2 
{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */

  color:  /*#ffcc33; Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 25px; /* Increase font size */
}

#myBtn2:hover {
  background-color: transparent; /* Add a dark-grey background on hover */
}
/* Box Shadow CSS Settings See hidden text under Art Appreciation Title*/
box-shadow: {rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.image-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}	
.heading {
	text-align: center;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: none;
   text-align: center;
}