

body * {
  background-color: #000 !important;
}



.indexcontent p {
	
	font-size:5vw;
	text-align:center;
	color:white;
	
	
}

.indexcontentsub p {
	
	font-size:3vw;
	text-align:center;
	color:white;
	
	
}

.indexcontentsubabout p {
	
	font-size:2vw;
	text-align:center;
	color:white;
	
	
}

.indexcontentcontact p {
	
	font-size:1vw;
	text-align:center;
	color:white;
	
	
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  
  
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 35px 20px;
 
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: grey;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: green;
}