body {
    background-color: Black;
  }
body { 
background-image: url(../ServicesandPrices/images/DSC_6921.jpg);
background-position: center center;
background-repeat: repeat-y;
background-size: 100%;
background-color: Black;
}
body {
 font-family: 'TimesNewRoman', serif;
 color: White; }
.shosimage {
background: rgba(0, 120, 0, 1);

}
h1 {
 font-size: 5vw;
 text-align: left;
 color: white;
 text-shadow: 4px 4px 7px #000000;
}
h2 {
 text-align: justify; 
 font-family: Arial, sans-serif;
 font-size: 4vw;
 color: white;
 }
p {
  font-size: 2vw;
  color: white;
  text-align: justify;
  margin: 6px;
}

.topnav { 
  float: left;
  clear: both; 
  background-color: Black;	
  padding-top: 0;
  top: 0;
  align: left;
  margin: 0px;
  margin-right: 5%;
  display: inline-block, flex;
  flex-direction: row;
  align-items: bottom;
}
.topnav a {
  float: left;
  color: White;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.0625em;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #008000;
  color: Purple;
}

 .container {
 align: left;
 display: flex;
  flex-direction: row;
  align-items: bottom;
  display: inline-block;
 width: 80%;
 z-index: 1;
 background: rgba(60, 60, 60, 0.9);
 padding: 10px;
} 



