﻿    /* Add a gray background color and some padding to the footer */
	.morebutton {
		background-color:#cccccc; 
		color:black
	}
	h1 {
	font-size: xx-large;
	color: white;
	text-align: center;
	}
	h2 {
	font-size:x-large;
	color: white;
	text-align:center
	}
	h3 {
	font-size:large;
	color:white;
	text-align:center
	}
	h4 {
	font-size:medium;
	text-align:center
	}
	p {
	color: white;
	text-align:center;
	}
	.textshadow {
	text-shadow: 4px 4px 4px black, 0 0 25px white, 0 0 10px red;
	}
	a:link {
	    color: white; 
		text-decoration:none;
	}
	
	a:visited {
	    color: white;
		text-decoration:none;
	}
	
	a:hover {
	    color:#580306;
		text-decoration:none;
		text-shadow: 4px 4px 4px black, 0 0 25px white, 0 0 5px white;
		text-shadow: 1px 3px 9px rgba(247, 0, 0, 1);
	}
	
	a:active {
	    color: white;
		text-decoration:none;
	}
			p {
			font-size:medium;
			
		}
		.tbackground {
		 background-color:rgba(255, 255,255, 0.4);	
			
		}
		.sheading {
		 background-color:rgba(255, 255,255, 0.4);	
		 margin-top: 0;
		 margin-bottom: 20px;
		 padding-top: -5px;
		 padding-bottom: 0px;
	
		}
	  	.btn-default {
			background-color: transparent;
			color: white;
		}
	 	   .mtcfont {
    		font-family: "MyMTCFont";
   			 src: url(fonts/MTCORSVA.TTF) format("truetype");
	}


