/* CSS Document */
/*Shelly L. Solberg*/ /* begin body type */ /* 1 - humanist sans a */ 
/* Add a black background color to the top navigation */

body 
{
background-image: xurl('xhttps://www.vuefineart.net/images/backgrounds/vfad2-background.jpg');
background-position:top center;
background-repeat:repeat-x;
background-attachment:fixed; 
background-size: inherit;
width: 100%;
height: 100%;
}

/* Global values 
background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 0, 0.5),
    rgba(0, 0, 255, 0.5)
  ), url("xhttps://www.vuefineart.net/images/backgrounds/vfad2-background.jpg");*/

/* Global values 

background-image: cover;*/

/* Style the video: 100% width and height to cover the entire window   
min-width: 750px;
  min-height: 422px;*/
#myVideo {
  position: top-center;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
}

.topnav {

  width: 100%;
  background-color: #222222;
  overflow: hidden;
  float: center
}

/* Style the links inside the navigation bar */
.topnav a {
  float: top-center;
  display: block;
  color: #ffcc00;
  text-align: center;
  padding: 14px 10%;
  text-decoration: none;
  font-size: 17px;
  position: top-center;
  left: 100%;
  right: 100%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

}

/* Add an active class to highlight the current page */
.active {
  background-color: #ffffff;
  color: #red;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: 222222;
  padding: 0px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */

.dropdown-content {

  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: none;
  color: 2222222;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 200px;
    text-align: left;
  }
}


body {
    display: block;
    margin: 8px;
}
html {
  scroll-behavior: smooth;
}
.a-fade {
    transition: .3s;
}

html.is-animating .a-fade {
    opacity: 50;
}

.a-slide {
    transition: 1s;
}

html.is-animating .a-slide {
    transform: translate3d(0, 120%, 0);
}
                
/* https://www.vuefineart.net/ */
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-color: #010101;
background-size: auto|length|cover|contain|initial|inherit;
 width: 100%;
  height: 100%;
}
body
{
max-width:100%;
max-height:100%;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;

} 




body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,3,0.0);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #333333;
  outline: 1px solid slategrey;
}

body::-webkit-scrollbar-arrow {
  background-color: #daa520;
  outline: 1px solid slategrey;
}




/* responsive text, headers and responsive containers */ /* 1 - sans-serif a */ 

div.fullWidth {
  width: 100%;
}

@media (min-width: 575px) {
  article {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}


.c1 {
  padding: 0px;
  width: 100%;
}

@media (min-width: 500px) {
  .c1 {
    padding: 0px;
    font-size: 1.5em;
  }
}

@media (min-width: 250px) {
  .c1 {
    padding: 0px;
    font-size: 2em;
  }
}

div.example {
  padding: 50px;
}

@media screen and (min-width: 601px) {
  div.example {
    font-size: 30px; 
	font-family: helvetica, arial, sans-serif;
	line-height:50px;
    color:#dad7c6
	}
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px; 
	font-family: helvetica, arial, sans-serif;
	line-height:50px;
	}
}




div.h1
{ font-family: helvetica, arial, sans-serif;
font-size:24px;
color:#111111;
text-align:center;
text-transform:uppercase;
vertical-align:middle;
}

h1
{ font-family: helvetica, arial, sans-serif;
font-size:18px;
color:#dad7c6;
text-align:center;
text-transform:uppercase;
line-height:18px;
letter-spacing:2px;
vertical-align:middle;
}

h2
{ font-family: helvetica, arial, sans-serif;
font-size:18px;
color:#dad7c6;
text-transform:uppercase;
line-height:17px;
letter-spacing:2px;
vertical-align:middle;
}

h3
{ font-family: helvetica, arial, sans-serif;
font-size:18px;
color:#ffcc00;
text-align:center;
text-transform:uppercase;
line-height:18px;
letter-spacing:2px;
vertical-align:middle;
}

h4
{
font-family:helvetica, arial, sans-serif;
font-size:14px;
color: #c1beaf;
line-height:16px;
}

h5
{
font-family:helvetica, arial, sans-serif;
font-size:10px;
color:#c1beaf;
line-height:12px;
}

h6
{font-family:helvetica, arial, sans-serif;
font-size:2px;
color:#333333;
text-align:center;
line-height:2px;
}  

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.example {
    font-size: 18px;
	color:#dad7c6;
	padding: 0px;
	line-height:35px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.example {
    font-size: 22px;
	color:#dad7c6;
	padding: 0px;
	line-height:40px;
  }
}


p
{
font-family:helvetica, arial, sans-serif;
color:#dad7c6;
font-size:15px;
padding: 0px;
line-height:30px;
}


div.p
{
font-family:helvetica, arial, sans-serif;
color:#dad7c6;
font-size:15px;
padding: 0px;
line-height:30px;
}

p.2
{
font-family:helvetica, arial, sans-serif;
font color:#fffffc;
font-size:14px;
font-weight:500;
padding: 0px;
line-height:16px;
}

li
{
font-family:helvetica, arial, sans-serif;
color:#dad7c6;
font-size:15px;
font-weight:500;
padding: 0px;
line-height: 30px;
}


a:link
{
font-family:helvetica, arial, sans-serif; 
text-decoration:none; 
font-size:15px;
color:#cc9933;  
font-weight:550; 
background:none; 
letter-spacing:.25px;
line-height: 30px;
}  
a:visited
{
font-family:helvetica, arial, sans-serif; 
text-decoration:none;
font-size:15px;
color:#996600;
font-weight:550;
background:none;
letter-spacing:.25px;
line-height: 30px;
} 
a:active
{
font-family:helvetica, arial, sans-serif;
text-decoration:none;
font-size:15px;
color:#ffda45;
font-weight:550;
background:none;
letter-spacing:.25px;
line-height: 30px;
} 
a:hover
{
font-family:helvetica, arial, sans-serif; 
text-decoration:none;
font-size:15px;
color: #ffcc33;
font-weight:550;
background:none;
letter-spacing:.25px;
line-height: 30px;
} 

A.class2 {color:#ffcc33;}
A.class2:link {text-decoration: none; color: #ffcc33;}
A.class2:visited {text-decoration: none; color: #996600;}
A.class2:hover {text-decoration: none; color: #cc9933;}
A.class2:active {text-decoration: none; color: #ffda45;}


.mySlides {
	margin: auto;
}
#myBtn 
{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed / sticky position */
  bottom: 59px; /* 59px Logo Place the button at the bottom of the page */
  right: 59px;  /*59px Place the button 30px from the right */
  z-index: 99; /* could be number  Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #333333; /*  Set a background color */

  color: #ffcc33; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 20px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #444444; /* Add a dark-grey background on hover */
}



/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.vimeo {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: ffcc33;
}
