.navbar {
	overflow: visible;
	background-color: #2a51a1;
	font-family: Arial;
	width: 100%;
}

.navbar a {
	float: left;
	font-size: 13px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	float: left;
	overflow: visible;
	position: relative;
}

.dropdown .dropbtn {
	font-size: 13px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #ff5a56;
	transition: 0.3s;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 150%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 9px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ff5a56;
	transition: 0.5s;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.card-2 .card-body {
    padding: 5px 25px;
    min-height: 245px;
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 12px 15px 20px 0 rgba(46,61,73,.15);
}
.pull-left {
    float: left;
}
.text {
    font-family: 'Merriweather', serif;
    color: #02b3e4;
    margin: 0 0 10px;
padding: 0;
font-size: 1.286em;
line-height: 2em;
border-bottom: 1px solid #bcbabb;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family: Copperplate, "Copperplate Gothic Light", fantasy;
font-weight: normal;
}