
body{
	background-color: black;
	color: #D1D1D1;
	font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
}

table{
	border-collapse: collapse;
	color: white;
	font-size: 200%;
	vertical-align: middle;
  align-items: center;
}

td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#backgroundSec{
    background-color: #2A2A2A;
    padding: 5px;
}

a.button {
	color: white;
    appearance: button;
    text-decoration: none;
	text-shadow: 0 2px 2px #000000;
}


#youtubeVid {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2%;
}

#youtubeVid iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
  .bg-1 {
    background-color: #452926; /* Dark Red */
    color: #ffffff;
  }
  .bg-2 {
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 {
    background-color: #463347; /* Dark Purple */
    color: #ffffff;
  }

  .gallery:hover {
    opacity: 0.7;
  }