#menu {
	background-color: white;
	border: 1px solid;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	color:black;
}
.logo {
	border-radius:5px;
	margin: 10px;
}
#button {
	margin-top: 10px;
	animation-name: animatebutt;
	animation-duration:2s;
	animation-iteration-count: infinite;
}
.footer-heading {
   text-align: center;
    font-family: inherit;
    color: #2b3f60;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 35px;
}
carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inherit;
    max-width: 100%;
    height: auto;
}
@keyframes animatebutt {
 0% {
box-shadow: 2px 4px 8px red;
}
 10% {
box-shadow: 2px 3px 10px red;
}
 20% {
 box-shadow: 2px 3px 10px red;
}
30% {
 box-shadow: 2px 3px 40px red;
}
40% {
 box-shadow: 2px 3px 40px red;
}
 50% {
 box-shadow: 2px 3px 80px red;
}
 60% {
 box-shadow: 2px 3px 30px red;
}
 70% {
 box-shadow: 2px 3px 20px red;
}
 80% {
 box-shadow: 2px 3px 20px red;
}
100% {
 box-shadow: 2px 3px 10px red;
}
}
.content {
	animation-name: contentanim;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes contentanim {
 0% {
color:red;
}
 0% {
 color:blue;
}
 20% {
 color: green;
}
 60% {
 color: yellow;
}
 80% {
 color: blue;
}
 100% {
 color: green;
}
}
span a {
	text-decoration: none;
}
span a:hover {
	color:black;
}
.card {
	border:2px solid white;
	border-radius: 15px;
}
.animate {
	margin-top: 10px;
	animation-name: contentani;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}


.cus-top-logo img {
	width: 200px;
}

@keyframes contentani {
	0% {
		color: blue;
		border-radius: 12px;
		box-shadow: 2px 4px 20px red;
	}

	0% {
		color: blue;
		border-radius: 12px;
		box-shadow: 2px 4px 30px red;
	}

	20% {
		color: blue;
		border-radius: 12px;
		box-shadow: 2px 4px 10px red;
	}

	60% {
		color: blue;
		border-radius: 22px;
		box-shadow: 2px 4px 80px red;
	}

	80% {
		color: blue;
		border-radius: 12px;
		box-shadow: 2px 4px 30px red;
	}

	100% {
		color: blue;
		border-radius: 22px;
		box-shadow: 2px 4px 30px red;
	}




