
  /*==========Styles==========*/
 html{
 	background-color: rgb(115, 115, 115);
 }
  body {
      margin: 0;
      padding: 0;
      font-family: "times-new-roman",times,serif;
  }
  ol{
  	list-style-type: none;
  	padding: 0px;
  	border-bottom:1px white solid;
  	margin: 0px;
  	overflow: hidden;
  	background-color: black;

  }
  li{
  	float: left;
  	border-right: 1px solid white;
  }
  li a{
  	display: block;
  	color: white;
  	text-align: center;
  	padding: 10px 10px;
  	text-decoration: none;
  	font-size: 1.3em;
  }
li a:hover:not(.active){
	background-color: rgb(115, 115, 115);
}
.active{
	background-color: rgb(115, 115, 115);
}
.head-img{
	width: 100%;
  	margin: 0 auto;
  	padding: 0px;
  	background-image: radial-gradient(circle,rgba(0,0,0),rgba(0,250,250),rgba(0,0,0));
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .container{
  	background-color: black;
  	padding: 5px;
  	margin: 0 auto;
  	width: 989px;
  }

  .img1{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	border-radius: 50%;
  	width: 200px;
  	height: 200px;
  	vertical-align: middle;
  	box-shadow:0px 0px 10px 0px black;
  }
 .img1:hover{
 	cursor: default;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
  }
  .flex-container1{
  	border: 1px rgba(0,250,250);
  	padding: 20px;
  	display: flex;
  	justify-content: space-around;
  	align-items: center;
  }
  .flex-container2{
  	border: 1px rgba(0,250,250);
  	padding: 20px;
  	display: flex;
  	justify-content: space-between;
  	align-items: stretch;
  }
  .videoHP{
  	  height: auto;
      width:  auto;
      box-shadow: 0px 0px 5px 5px rgba(0,250,250);
  }
  .footer{
  	margin: 0px;
  	padding: 0px;
  	background-image: radial-gradient(circle,rgba(0,0,0),rgba(0,250,250),rgba(0,0,0));
  	text-align: center;
  	color: rgba(204,255,255);
  }
  .Contact1{
  	background-color: black;
  	width: auto;
  	border: 2px white solid;
    text-align: center;
    padding: 5px;
  }
  .contact2{
  width: auto;
  background-color: grey;
  border: 2px solid white;
  padding: 20px;
  border-radius: 5px;
}
  .table{
    border: 3px;
    border width: 3px;
    background-color: black;
    padding: 5px;
  }
   .tableimg{
    width: 400px;
    height: 400px;
   }
  }
  .photo {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;

}

.photobox {
  text-align: center;
  padding: 10px 20px;
  background-color: white;

}

.card {
  box-shadow: 0 4px 8px 0 white;
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: "Tahoma", Geneva, sans-serif;
  padding: 5px;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: grey;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

.imgcard{
  height: 300px; 
  width: 300px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: horizontal;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.about1{
background-color: black; 
padding: 5px;
text-align: center;
}
.about2{
background-color: black;
padding: 5px;
text-align: center;
}
.about3{
background-color: black;
padding: 5px;
text-align: center;
}
.sources{
background-color: rgb(59, 60, 61);
padding: 5px;
text-align: center;
}
  h1{
  	font-family: "Tahoma", Geneva, sans-serif;
  	color: rgba(204,255,255);
  	text-shadow: 5px 5px 5px black;
  	margin: 0px;
  	padding: 0px;
  	font-size: 5.5em;
    }
  h2{
  	font-family: "Tahoma", Geneva, sans-serif;
  	color: rgba(204,255,255);
  	text-shadow: 5px 5px 5px black;
  	margin: 0px;
  	padding: 0px;
  }
  h3{
  	font-family: "Tahoma", Geneva, sans-serif;
  	color: rgba(204,255,255);
  	text-shadow: 5px 5px 5px rgba(0,0,153);
  	transform: rotate(15deg);

  }
  h3:hover{
  	color: white;
  	font-size: 1.2em;
  	transform: 
  }
  p{
  	font-family: "times-new-roman",times,serif;
  	color: white;
  }
  th,td{
    border: 1px solid white;
    padding: 10px;
    border-style:outset;
  }
  h4{
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px rgba(0,0,153);
    font-size: 1.5em;

  }
  h5{
    text-align: center;
    color: black;
    font-size: 1.75em;

  }
  label{
    color: black;
  }