.subpagelinks {
	background-color: rgba(178,180,178,0.5);
  	padding: 30px 0;
  margin:10px 0;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out; 
}
.subpagelinks:hover {
 	background-color: rgba(178,180,178,0.6); 
}
.subpagelinks:nth-child(even) {
    background-color: rgba(178,180,178,0.6) !important;
}
.subpagelinks:nth-child(even):hover {
    background-color: rgba(178,180,178,0.5) !important;
}

.subpagelinks a {
  	display: block;
 	color: #0C0F3A !important; 
    text-align: center;
}
.subpagelinks a:hover {
 	color: #ffffff !important;
    text-decoration: none !important;
}
.subpagelinks-title {
 	font-size: 22px;
  	line-height: 26px;
}
.subpagelinks-subtitle {
 	font-size: 16px;
  	line-height: 20px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {
.subpagelinks-title {
 	font-size: 30px;
  	line-height: 36px;
}
.subpagelinks-subtitle {
 	font-size: 18px;
  	line-height: 26px;
}

}

