@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Acme&display=swap');

body {
	font-family: 'Quicksand', sans-serif;
}

nav ul li,
#fold h1 {
	font-weight: 700;
	font-family: 'Acme', sans-serif;
}

#fold {
	height: 70vh;
	background: linear-gradient(to bottom, rgba(0, 159, 242, 0.2), rgba(0, 0, 0, 0.2)), url(../img/main-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-title,
h1,
.brand-logo,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Acme', sans-serif;
}

#cards {
	margin-top: -80px;
}

#about,
#pricing {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/main-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 60px 0px;
	color: white;
}

#footer {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../img/main-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
	padding: 10px 0px;
}

#services {
	padding: 50px 0px;
}

.padding {
	padding: 30px 0px;
}

.carousel {
	border: 2px solid red;
	min-height: 500px;
}

.collection {
	margin-top: 60px;
	border: 0;
}
