/* Three columns side by side */
.column {
    float: left;
    width: 30%;
    margin-bottom: 16px;
    padding: 10px 10px;
	
}

/* Display the columns below each other instead of side by side on small screens */
@media (max-width: 680px) {
    .column {
        width: 100%;
        display: block;		
    }
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	height: 720px;
	
}

/* Some left and right padding inside the container */
.container {
    
	display: block;
	vertical-align: bottom;
	text-decoration: none;
	font-family: "Segoe UI";	
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
		
}

.container li {
	
	text-decoration: none;
	font-family: "Segoe UI";	
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	
}

.row {
	
	float: inherit;
	
	
}

/* Clear floats */
.container::after, .row::after {
    content: "";
    clear: both;
    display: block;
	
}

.title {
    color: grey;
}
