<style type="text/css">
	html body { background-color: rgba(0,0,0,1.00); !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
	#tradingview_b1c16 iframe {
		height: 25rem !important;
		width: 100% !important;
	}


	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;
	  }
    .container-fluid.bg-1 img {
      width: auto;
      height: 20rem;
    }
	  .bg-2 {
	    background-color: #474e5d; /* Dark Blue */
	    color: #ffffff;
	  }
	  .bg-3 {
	    background-color: #463347; /* Dark Purple */
	    color: #ffffff;
	  }
	  .bg-4 {
	    background-color: #29541a; /* Dark Green */
	    color: #ffffff;
	  }

	  .gallery:hover {
	    opacity: 0.7;
	  }

	  @media (max-width: 369px) {
	    .navbar-brand {
	      font-size: 95%;
	    }
	  }

	  @media (max-width: 313px) {
	    .navbar-brand {
	      font-size: 85%;
	    }
	  }

	  @media (max-width: 992px) {
	    .container {
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	    }
	  }

</style>