body {
    background-color: #931010;
}
a:link{
	color:white}
a:visited{
	color:white}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

body{
    color:#fff;
    font-weight:bold;
}
 .jumbotron h1{
    color: #333;
    font-size:50px;
}
  .jumbotron h2{
    color: #333;
}
   .jumbotron p{
    color: #333;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   color: #333; // Choose your own color here
 }
.panel-warning,
.panel-default,
.panel-primary,
.panel-success,
.panel-info,
.panel-danger{
	color: #333;
}

.panel-heading{
	height:60px;
	font-size:30px;
}

.panel-body{
	font-size:18px;
}

