/* CSS Document */
/*1142 by 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: white;
  padding: 0px;
  font-size: 20px;
}

/* 2nd gradient #cad8e6    */	
body 
{
background-color: #ffffff;
background: linear-gradient(to top, #ffffff 100%, #ffffff 100%);
background-image: Xurl('https://www.vuefineart.net/images/backgrounds/Nature.jpg');
background-position:top center;
background-repeat:no-repeat;
background-attachment:fixed; 
background-size: cover;
width: 100%;
height: 100%;
}
/* Global values 
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; 
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px #000000; 
  border-radius: 0px;
}




.mySlides {
	margin: auto;
}	


/* 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: 30px;  /*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;
}

/* 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*/

.container {
background-color:transparent;
position: relative;
width: 100%;
height: auto;
		}

.container2 {
position: relative;
width: 100%;
height: auto;
		}

.container3 {
background-color:#ffffff;
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;
}

.table1 {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid orange;
		}

.th, .td{
text-align: center;
padding: 10px;
vertical-align: bottom;"
		}

.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;
}

.heading {
	text-align: center;
}
/* EndBox Shadow CSS Settings */
/* Default CSS Settings text-shadow: 1px 1px 4px #000000;  font-size: 2em;*/ 
/* 
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%;
  }

/* 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;
  }
}

/* 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;
  }
}


/* responsive 2text, headers and responsive containers */
@media (min-width: 575px) {
  article {
    width: 550px;
	height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
   .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;
  }
}
div.example {
    background-color: white;
    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;
	}
}

/* #ffcc33; */
div.h1
{ font-family: helvetica, arial, sans-serif;
font-size:7vw;
padding: 0px 0px 10px 0px;
color:#222222;
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.00) 0px 1px 1px;
	}

div.h2
{ font-family: helvetica, arial, sans-serif;
font-size:5.0vw;
color:#336699;
text-transform:capitalise;
vertical-align:middle;
text-align:center;
line-height:5.5vw;
font-weight: bold;
text-shadow: rgba(0, 0, 0, 0.00) 0px 5px 15px;
  /*-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;*/
}

div.h3 /*003333*/
{ font-family: helvetica, arial, sans-serif;
font-size:2.5em;
color:#6699cc;
text-transform:none;
vertical-align:middle;
text-align:center;
font-weight: bold;
}

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:#010101;
  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;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: regular;
  color:black;
  text-align: none;
}

h6 {
  display: block;
  font-size: .83em;
  color:#111111;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
/* -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;*/
}

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;
}
 
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:link {text-decoration: none; color: white; font-size:18px;}
A.class5:visited {text-decoration: none; color:#ff6c00; font-size:18px;}
A.class5:hover {text-decoration: none; color: #ffcc33; font-size:18px;}
A.class5:active {text-decoration: none; color: #ffffff; font-size:18px;}

A.class6 {color:#336699;}
A.class6:link {color: #336699; font-size:25px;}
A.class6:visited {color:#002447; font-size:25px;}
A.class6:hover {color: #ffffff; font-size:25px;}
A.class6:active {color: #ffffff; font-size:25px;}

/* Brittanica.com */
A.class7 {color:#003366;}
/* A.class7 {font-family: times new roman, serif;} */
A.class7:link {color: #003366; font-size:25px;}
A.class7:visited {color:#003333; font-size:25px;}
A.class7:hover {color: #245e8b; font-size:25px;}
A.class7:active {color: #ffffff; font-size:25px;}

/* Wikipedia.org */
A.class8 {color:#003399;}
/* A.class8 {font-family: times new roman, serif;} */
A.class8:link {color: #003399; font-size:25px;}
A.class8:visited {color:#003399; font-size:25px;}
A.class8:hover {color: #003399; font-size:25px;}
A.class8:active {color: #003399; font-size:25px;}

/* Google.com */
A.class9 {color:#4285f4;}
/* A.class9 {font-family: times new roman, serif;} */
A.class9:link {color: #4285f4; font-size:26px;}
A.class9:visited {color:#4285f4; font-size:26px;}
A.class9:hover {color: #4285f4; font-size:26px;}
A.class9:active {color: #4285f4; font-size:26px;}

/* Dark Scheme */
A.class10 {color:#444444;}
/* A.class10 {font-family: times new roman, serif;} */
A.class10:link {color: #444444; font-size:26px;}
A.class10:visited {color:#111111; font-size:26px;}
A.class10:hover {color: #cccccc; font-size:26px;}
A.class10:active {color: #ffffff; font-size:26px;}

/* Former Rainbow Scheme * background: linear-gradient(90deg, red, orange, yellow, green, blue, purple); background-clip: text; -webkit-background-clip: */
A.class11 {color:#b47015;}
A.class11:link {color: #b47015; text; font-size:2em;}
A.class11:visited {color: #8b5610; font-size:2em;}
A.class11:hover {color: #ffcc33; transition: 500ms ease; font-size:2em;}
A.class11:active {color: #ffffcc; font-size:2em;}

/* Turquiose Scheme */
A.class12 {color:#444444;}
/* A.class10 {font-family: times new roman, serif;} */
A.class12:link {color: #D8E6FA; font-size:26px;}
A.class12:visited {color:#D8E6FA; font-size:26px;}
A.class12:hover {color: #b3a8a9; font-size:26px;}
A.class12:active {color: #ffffff; font-size:26px;}

#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;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: none;
   text-align: center;
}