body {
  background-image:url("https://i.imgur.com/9x4W7Lz.jpg?1");
  background-size:cover;
  background-repeat: no-repeat;
  background-color:white;
  background-position: fixed;
  position: static;
  margin: auto;
  width: 100%;
  top: 0px;
  left: 0px;

}


.navbar {
  left: 0px;
  width: 700px;
  float:left;
  top: 20px;
  position: absolute;
  background-color: black;
  display: block;
  text-align: center;
  line-height: 16px;
  border-radius: 5px;
  margin-left: -20px;
}

.nav p {
	display: inline;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	font-family: Helvetica;
	color: white;
	padding-left: 20px;
}

.dropdown {
    display: inline-block;
    font-family: "Helvetica";
}

.dropdown p1 {
  color: white;
  text-align: justify;
  font-size: 13px;
  font-family: "Helvetica";
  display: block;
  padding: 10px;
}

a {
  text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:black;
    margin-top: 40px;
    margin-left: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 10px;
    z-index: 1;
    font-family: "Helvetica";
    color: black;
    text-align: justify;
}

.dropdown:hover .dropdown-content {
    display: block;
    text-align: center;
}


.heading h1 {
  font-size: 90px;
  letter-spacing: 3px;
  color: white;
  padding-left: 300px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: block;
  position: relative;
  font-family: "Geneva";
  text-shadow: 4px 4px 4px black;
}

.heading p{
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-decoration: italic;
  width: 50%;
  text-align: center;
  font-family: "Geneva";
  font-size: 18px;
  text-shadow: 2px 2px 2px black;
  min-width: 700px;
}

hr {
  align: center;
  border-width: 2px;
  width: 50%;
  display:block;
  color: white;
  margin-top: -90px;
  position:relative;
}

hr1 {
  border-width: .5px;
  width: 50%;
  display:block;
  position:inherit;
  color: black;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;

}

.presslist {
  background-color: #333131;
  width: 100%;
  margin-top: 150px;
  height: 350px;
}

.presslist table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: 1080px;
  margin-top: -120px;
  vertical-align: top;

}

.presslist table h2 {
  font-family: "Geneva";
  font-size: 22px;
  letter-spacing: 1px;
  display: inline;
  color:white;
}

.presslist table tr {
  display: inline-table;
  padding-left: 8.5px;
  padding-right: 8.5px;
  vertical-align: top;
}

.presslist table td{
  padding-bottom: 60px;
  width: 300px;
  padding-left: 20px;
  /*padding-left: 30px;
  padding-right: 30px; */
  text-align: left;
  color: white;
  display: inline-table;
}

.presslist table td1{
  padding-bottom: 80px;
  width: 60%;

  /*padding-left: 30px;
  padding-right: 30px; */
  text-align: left;
}


.presslist table p1 {
  font-family: "Geneva";
  position: relative;
  line-height: 22px;
  font-size: 14px;
  display: inline;
  text-align: left;
  color: white;
  text-shadow: .5px .5px black;
}

.presslist a {
  text-decoration: underline;
  color: white;
}

img {
  padding-left: -30px;
  position: relative;
  display: inline-table;

}

.footer{
  height: 70px;
}

/*.presslist img {
  padding:20px;

  float: left;
}
*/

.presslist br {
  line-height: 45px;
}
