body { 
	max-width: 1366px;
	overflow: hidden;
}

body {
 background-image: url(../Contact/images/R34LightPaint.jpg);
 background-position: center center;
 background-repeat: repeat-y;
 background-size: 100%;
 background-color: Black;
 font-family: 'Arial', sans-serif;
 color: White;
}
h1 {
 display: flex;
 font-size: 300%;
 margin: 10px;
 text-shadow: 2px 2px 2px #000000;
 display: flex;
  }
h2 { 
 font-family: Arial, sans-serif;
 font-size: 3vw;
 margin: 5px 5px 0px 0px;
 padding: 10px;
 clear: left;
 }
h3 { 
 font-family: Arial, sans-serif;
 font-size: 2.5vw;
 margin: 5px 5px 0px 0px;
 padding: 10px;
 clear: left;
}
p {
 font-family: Arial, sans-serif;
 visibility: visible;
 z-index: 100;
  position: relative;
  color: white;
  font-size: 2vw;
  font-weight: bold;
  margin: 0px 5px 0px 10px;
  color: white;
   }

.topnav {
  background-color: black;
  overflow: hiden;
  width: 100%;
  margin-right: 5%;

}
.topnav a {
  float: left;
  color: White;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 17px;
}

/* 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 {
  positon: relaitive;
 align: left;
 clear: both;
 display: flex;
  flex-direction: column;
  align-items: bottom;
  display: inline-block;
 width: 60%;
 z-index: 1;
 background: rgba(60, 60, 60, 0.9);
} 

 .container2 {
 position: relative;
 align: justify;
 display: flex;
  flex-direction: column;
  align-items: bottom;
  display: inline-block;
 width: 80%;
 min-width: 350px;
 z-index: 1;
} 

