@charset "utf-8";
/* CSS Document */

/* ===========================
   ======== split signs ========== 
   =========================== */ 
.left-side, .card {
	height: 100%;
	width: auto;
}

.row {
	margin-top: 30px;
}


.left-side {
	background:rgba(30, 30, 30, 0.9);
}

[class*="col-"] {
    margin-bottom: 15px;
}
.card-title {
	text-align: center;
	color: #f8f8f8;
}
.card-text {
	text-align: center;
	color: #f8f8f8;
}
.card-img-overlay {
	margin: 20px;
	background: rgba(30, 30, 30, 0.85);
}
.button {
	background: #e33b26;
	padding: 6px 0;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.button:hover {
	background: #bd2f1e;
	color: #FFFFFF;
	text-decoration: none;
}
.button a {
	text-decoration: none;
}
