#heartTitle{
	padding: 20px;
	padding-top: 200px;
}
#heartTitleTwo{
	padding: 20px;
	padding-bottom: 50px;
}

#logo{
border-radius: 25%;
	background-color: white;
}
#spontitle,#spontitle2{
	padding: 20px;
	padding-bottom: 100px;
}
#spon, #spon2{
	padding: 20px;
	padding-bottom: 100px;

}
.col{
	padding: 10px;
	
	
}
#team{
	padding: 100px;
}
.card{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	animation: fadeEffect 3s; 
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
@keyframes fadeEffect { 
   from {opacity: 0;}
   to {opacity: 1;}
}
#intro{
	font-size: 20px;
}
.dropbtn 
{
background-color: #212529;
  color: white;
  border: none;
  cursor: pointer;
}
.dropdown
{
position: relative;
display: inline-block;
}
.dropdown-content
{
display: none;
  position: absolute;
  background-color: #212529;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;

}
.dropdown-content a
{
color: #c7c8c9;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover
{ 
	background-color: #212529;
	color: #CE0003;
}

.dropdown:hover .dropdown-content{ display: block;}

.carousel-item
{
	filter: blur(2px);
	background-size: cover;
	background-position: center;
	height: 100%;
}
.bg-text
{
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.6);
	color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 80%;
	padding: 30px;
	text-align: center;
}
.bg-text p
{
	padding: 0px;
	text-decoration: none;
}
.footer{
	background-color: #212529;
	padding: 20px;
}
.footer h6{
	text-decoration-color: white;
}
.hover-document{
	display: flex;
	justify-content: center;
	padding: 30px;
}
.teamstan{
	padding: 15px;
	width: 300px;
	text-align: center;
	border-radius: 30px;
	background: #CE0003;
	
}
.teamstan a{
	text-decoration: none;
	color: white;
}
.teamstan a:hover{
	text-decoration: none;
	color: white;
}
.teamstan:hover{
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#reqbars,#reqbars2,#reqbars3
{
	border-bottom: solid;
	border-bottom-width: thin;
}

.main-content
{
	padding-left: 2%; 
	padding-right: 2%; 
	font-family: Arial, Helvetica, sans-serif;
}
#archdam,#archdam2,#archdam3,#archdam4,#archdam5{
	border: solid;
	border-width: 1px;
	padding: 10px;
}
#cardspace1{
	padding: 30px;
	padding-top: 50px;
}
#cardspace{
		padding: 30px;

}
#navbar:hover{
	
	color:#CE0003;
}