body{
background-color:#8f0404;
/*color:white;*/
color:white;
}

.container{
	/*background-color: #375a7f;*/
	background-color: white;
  	max-width: -webkit-fill-available;
 	min-height: 100vh;	
	font-size:16px;
	color: black;
}
	
.centerAnything{	
    	display: flex;
  	justify-content: center;  
 }
 
 .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.row:hover{
	# border:1px solid;
	
}

a:hover {
  color:black;
  transition: transform 0200ms ease-in-out;
	border:;
	#transform: scale(1.01);
 }

a{
	color:black;
}
.col-lg-4:hover{
	
}
.head2{
 color: #blue; 
 font-family: 'Helvetica Neue', sans-serif;
 font-size: 32px; 
 font-weight: bold;
 letter-spacing: -1px;
 line-height: 1; 
 text-align: center; 
 padding-top:10px;	
}

head{
font-family: 'Helvetica Neue', sans-serif;
 font-size: 32px; 
 font-weight: bold;
 letter-spacing: -1px;
 line-height: 1; 
 text-align: center; 
 padding-top:10px;
}


.line{
	width: 100%;
	height: 5px;
border-bottom: 1px solid black;}

a:hover {
 
 	#box-shadow: 0 5px 15px rgba(72, 188, 111, .4);
transform: scale(1.02);	}
	
.blogCol:hover {
 	transition: transform 0200ms ease-in-out;
 	box-shadow: 0 5px 15px rgba(119, 119, 119, 1);
	transform: scale(1.01);	
   }

.blogCol a:hover{
	border: 1px 1px 1px 1px green;
}

.feedCol:hover {
 	transition: transform 0200ms ease-in-out;
 	box-shadow: 0 5px 15px rgba(119, 119, 119, 1);
	transform: scale(1.01);	
   }


.button2{

	background-color:#8f0404;
	color: white;
}