body {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;

  height: 100%;
  /* no smaller than 300px, allows div to expand to hold all info (text in this example */
  min-height: 300px;

  background-color: #404040;  
  background-repeat: no-repeat;
  background-size: contain;
 
  background-image: linear-gradient(#090909, #404040);  
  margin:0;
  padding:0;
}

/*********************** Mast Head ****************************/
.header-img1 {
  background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0),90%, rgba(0, 0, 0, 1.0)),url('../images/header_images/MBells_Pano-small5.jpg');
  font-family: soria;
  text-align: center;

  /* Center and scale the image nicely */
  background-position: center;

  background-repeat: no-repeat; 
  background-size: cover;
  /* Needed to position the navbar */
  position: fixed;
  z-index: 2;
  width:100%;
  height:200px;
  margin:0;
  padding:0;
}

.header-img2 {
  background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0),90%, rgba(0, 0, 0, 1.0)),url('../images/header_images/GrandPrismaticSunset.jpg');
  font-family: soria;
  text-align: center;

  /* Center and scale the image nicely */
  background-position: center;

  background-repeat: no-repeat; 
  background-size: cover;
  /* Needed to position the navbar */
  position: fixed;
  z-index: 2;
  width:100%;
  height:200px;
  margin:0;
  padding:0;
}

.title {
  position:absolute; 
  font-family: 'Brush Script MT';
  font-style: italic;
  font-size: 50px;
  margin-top: 80px;
  text-align: center;
  width:100%;
}

/* Position text in the middle of the page/image */
.title-text {
  position:relative; 
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  color:white;
  font-weight: bold;
  font-size:55px;
  z-index: 2;

  padding: 5px;
  margin: 0 auto;
  text-align: center;
 
  text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;  
}

#titleImage {
  position:relative; 
  transform: scale(1);
  float: left;  
  margin-top:10px; 
  padding-left: 20px;
}

.underline {
  margin-top:200px; 
  border-top: 1px solid grey; 
  margin-right:10px; 
  margin-left:10px;
  z-index:2;
}

/****************** STANDARD MENU **********************/

.menuContainer{
  text-align: center;
  margin-left: auto;
  width: auto;
} 

.navbar {
  position:absolute;
  overflow: hidden;
  font-family: Verdana, sans-serif;
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top:150px;
  z-index:2;
}

.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align:left;
  padding: 14px 10px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 26px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  color: darkorange;
}

.subnav-content {
  display: none;
  width: 140px;
  height:340px;
  border-style: solid;
  border-color: rgb(100,10,100,0.1);;
  z-index:2;
  background-image: linear-gradient( rgb(140,140,140),rgb(100,100,100), rgb(80,80,80)); 
  margin-top:-5px;
  padding-bottom:5px;
}

.subnav-content a {
  float: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding-bottom:0
}

.subnav-content a:hover {
  color: orange;
}

.subnav:hover .subnav-content {
  display: block;

}


/************* HAMBURGER MENU **************/

.mb{
  width: 45px;
  height: 20px;
  cursor: pointer;
  margin-top:25px;
  display:none;
  background-color: black;
  z-index: 50;
}

.dropdown{
  display:block;
  float:right;
  margin-right:40px;
  width:100px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-image: linear-gradient( rgb(140,140,140),rgb(100,100,100), rgb(60,60,60));
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(255,255,255,.4);
  padding: 0px 15px 0px;
  z-index: 50;
  margin-left:-30px;
  margin-top:50px;
}

.show {display: block;}

.dropdown-content ul {
  padding: 0 0px;
}

.dropdown-content li {
  list-style: none;
    padding: 0;
}

.dropdown-content li a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  padding-bottom:0px;
  padding-top:0px;
  font-family: Verdana, sans-serif;
  margin-left:0px;
    margin-top:0px;
}

.dropdown-content li a:hover {
  color:darkorange;
}

li{
  display: block;
  float:left;
}

.bar {
  height: 5px;
  width: 100%;
  background-color: white;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.change {
  display: block;
}

.change .bar {
  background-color: white;
  opacity:0;
}

.change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}

.dropdown-container{
  display:none;
  overflow: hidden;
  z-index: 5;
  background-color: rgba(40,40,40,.5);
  border-radius: 1px;
  border-style:solid;
  border-color:rgba(250,250,250,.5);
  border-width: 2px;
  width:105px;
  height:185px;
  padding-left:10px;
  padding-right:5px;
  padding-top:5px;
  margin-top:30px;
}

.dropdown-btn {
  text-decoration: none;
  font-size: 12px;
  display: block;
  cursor: pointer;
  border-width: 3px;
  font-family: Verdana, sans-serif;
  margin-bottom:-10px;
}

.dItem{
  text-decoration: none;
  float:left;
  top:0;
}

.dItem:hover{
  color:orange;
}

.mainMenu1{
  display:none;
}


/****************** Slideshow container ******************/
.flexContainer {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 250px;
  min-width:300px;
}

.slideShowCaption {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
  text-align: center;
  font-size: 20px;
}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  border-radius: 2px;
  border-color: rgb(40,40,40);
  border-width: 10px;
  border-style: solid;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 40px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 50%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot1 {
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeDot {
  background-color: green;
}


/************ tooltip -- w3schools *************/

.logo {     /* "Valor" logo at bottom of page */
  width: 55px;
  height: 25px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  height: 70px;
  padding-top: 10px;

  text-align: center;
  font-size: 10px;
  z-index: 10;
  background-image: linear-gradient( #aaaaaa,#090909); 
  background-image: linear-gradient(#060606, #4b4b4b);
  color:white;

  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  color: yellow;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;

}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




.purchaseMail{
  color:white;
  text-align:center;
}

.emailFirstLine{
  padding-top:20px;
}

img {
  vertical-align: middle;
}

#bgGradient {
  background-color: rgba(20, 20, 20, .3);
  /* For browsers that do not support gradients */
  background-image: linear-gradient(#090909, #555555);
}

#footerGradient {
  background-color: black;
  /* For browsers that do not support gradients */
  background-image: linear-gradient( #aaaaaa,#090909); 
  background-image: linear-gradient(#060606, #4b4b4b);
}

.exit{
 float:right;
 color:white;
 font-size:14px;
 cursor: pointer;
 margin-right:5px;
}

.exit:hover{
  color:red;
}


/*******************   Image Gallery   **************/
.galleryContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  flex: 30%;
  text-align: center;
  width: 100%;
  height: auto;
  min-width: 300px;  
}

.galleryContainer1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 10px;  
  justify-content: center;
  flex: 50%;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom:500px;
}

.mainImages:hover {
  opacity: 0.7;
  cursor: pointer;
  border: 2px solid #fff;
  transform: scale(1.05);
}

.mainImages {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px 10px rgb(80, 80, 80);
  max-width:300px;
  max-height:600px;
}

.mainImages1 {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px 10px rgb(80, 80, 80);
  max-width:350px;
  max-height:700px;
}

.mainImagePano {
  height: auto;
  box-shadow: 2px 2px 10px 10px rgb(80, 80, 80);
  width:100%;
  max-height:auto;
  max-width:500px;
  max-height:600px;
}

.mainImagePano:hover {
  opacity: 0.7;
  cursor: pointer;
  border: 2px solid white;
  transform: scale(1.05);
}

.galleryText {
  color: white;
  text-align: center;
  font-size: 30px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: lightblue;
  padding: 10px 0;
  height: 150px;
  font-size: 20px;
}

.imageCaption {
  color: white;
  text-align: center;
  font-family: "Myrad Pro", Times, serif;
  font-size: 18px;
  font-style: bold;
  margin-top: 20px;
}

.printBtn {
  background: none;
  color: #999999;
  border: none;
}

.printBtn:hover {
  color: orange;
  cursor: pointer;
}

.signatureStyle {
  width:auto;;
  height:80px;
 }

.hide {
  display: hide;
}

.mainInfo {
  color: white;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
}

.infoTxt{
  font-size:20px; 
  text-align:justify;
  margin-right:auto;
  margin-left:auto;
}

.about-padding{
  margin-top:0px;
}

.emailNotice{
  color:yellow;
  text-align:center;
}


@media screen and (max-width: 700px) {

  .emailFirstLine{
    margin-top:-90px;
  }
    
  .emailNotice{
    font-size:18px;
  }

  .purchaseMail{
    color:white;
    text-align:center;
    padding-top:0px;
    font-size:18px;
  }

  /* Mast Head */
  #titleImage{
    transform: scale(.7);
    margin-left:-50px;
    margin-right:auto;
    height:auto;
    width:auto;
    left:0;
  }
  
  .title-text {
    position:fixed;
    font-size:26px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    left:0;
  }

  .header-img1{
    height:140px;
  }
    
  .header-img2{
    height:140px;
  }

  .navbar{
    display: none;
  }

  .underline{
    margin-top:140px;
  }

  .flexContainer {
    padding-top: 170px;
  }

  .topInfo{
    margin-top:120px;
  }

  .about-padding{
    margin-top:-110px;
  }

 .infoTxt{
  font-size:16px; 
  top:500px;
  }

  .dropdown-container{
    display:none;

  }
  .mb{
    display:block;
    position:fixed;
    top:10px;
   }

}
 
