:root {
	--primary: #265b8f;
	--cream: #b4dcfd;
	--secondary: --black;
}

.presentation {
	margin-top: 2rem;
}

.download {
	margin-top: 2rem;
}

.specs {
	margin-top: 3rem;
}

#projs {
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}
#projs .project {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.card-header {
	padding: 1rem;
}

@media only screen and (min-width: 800px) {
	body {
		background-color: #b0dfff;
	}
	.block-row {
		margin-top: 0;
	}
	.figma {
		width: 1190px !important;
		height: 900px !important;
	}
}
