


html { 
	height: 100%;
	background: url('../images/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
	height: 100%;
	background-color: transparent;
}

h1 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 24px;
}

a, a:hover {
	text-decoration: none;
	color: black;
}

.my-row {
		margin-top: 5%;
	}

@media (min-width: 768px) {
	h1 {
		font-size: 36px;
	}

	.my-row {
		margin-top: 20%;
	}
}

.card-img-top, .card-title, .card-text {
	text-align: center;
}

.card-title {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
}

.card-img-top {
	padding: 20px;
}

.my-card {
	width: 250px;
	min-height: 250px;
	
	padding: 15px;
}

.my-card:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(220,190,88,0.9);
	-moz-box-shadow: 0px 0px 10px 5px rgba(220,190,88,0.9);
	box-shadow: 0px 0px 10px 5px rgba(220,190,88,0.9);
}

.my-card-body {
	padding: 0;

}