
a {
  color: #45aed6;
  -webkit-transition: color 800ms, background-color 800ms;
  -moz-transition: color 800ms, background-color 800ms;
  -o-transition: color 800ms, background-color 800ms;
  transition: color 800ms, background-color 800ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ff0000;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
	background-color: #f3f3ff;
	margin-bottom: 0;
	border-radius: 25px;
	}
    
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
	height: 100px;
	margin-top: 60px;
	font-family: Verdana;
	}

/* Set gray background color and 100% height */
.sidenav {
	p. text-align:center;
	padding-top: 20px;
	background-color: #fff;
	height: 100%;
	}
    
/* Set black background color, white text and some padding */
footer {
	background-color: #555;
	color: white;
	padding: 10px;
	border-radius: 30px;
	}
    
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
	height: auto;
	padding: 15px;
	padding-top: 0px;
	}
.row.content {
	height:auto;
	margin-top: 26px;}
	}

.plan-name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #F33131;
}