body {
	background-color: black;
	color: white;
}

#main-header {
	/*position:fixed !important;*/
	text-align: left;
	padding-left: 20px;
	display: inline-block;
}

#main-left {
	width: 100%;
	padding-left: 20px;
}

.left-space {
	width: 10%;
	padding-right: 60px;
}

.right-space {
	width: 90%;
}

#header1 {
	width: 85%;
}

#header2 {
	width: 20px;
	height: auto;
}

#header3 {
	width: 20px;
	height: auto;
}

#header4 {
	width: 20px;
	height: auto;
}

.testing {
	
	width: max(50%, min(500px, 100%));
}

td {
	padding-bottom: 10px;
}

.centerthis {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bottom-footer {
	width: 100%;
}

.bottom-left{
	text-align: left;
	width: 33.3%;
}

.bottom-middle{
	text-align: center;
	width: 33.3%;
}

.bottom-right{
	text-align: right;
	width: 33.3%;
}

.link, .link1 {
	color: white;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.shop{
	text-align: center;
}

.pg {
	text-decoration:none;
	color: white;
}

.pg:hover {
    text-decoration: underline;
}

.fixed{
 position:fixed;
 bottom: 0;
 right: 0;

}
/* Style the top navigation bar */
.navbar {
  display: flex;
  background-color: #333;
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
}

/* Style the navigation bar links */
.navbar a {
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  text-align: center;
}

.navv {
	width: 75% !important;
	height: 75% !important;
}