body {
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

p{
	text-align: center;
}

.parallax {
	background-image: url("./images/quartz.jpg");
	min-height: 1000px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.scrollheader {
	height: 250px;
}

.header {
	padding-top: 600px;
	padding-bottom: 600px;
	text-align: center;
	letter-spacing: 70px;
	font-family: 'Bellota Text', cursive;
	color: #6873A4;
	font-size: 100px;
	background-image: linear-gradient(to bottom, rgba(229,234,250,1), rgba(0,0,0,0));
}

.wrapper {
	display: flex;
	flex-direction: column;
	width: 70%;
	margin: 0 auto;
}

.contentsheader {
	letter-spacing: 5px;
	color: #7181B9;
	font-family: 'Bellota Text', cursive;
	font-size: 50px;
	padding-bottom: 30px;
	padding-top: 10px;
}

.intro {
	padding-left: 35%;
	font-size: 25px;
	padding-top: 200px;
	padding-bottom: 500px;
}

.etymologytext {
	padding-bottom: 500px;
}

.crystalhabit {
	display: flex;
	min-height: 200px;
	padding-bottom: 500px;
}

.column-text{
	max-width: 80%;
}

.column-images{
	padding-right: 20px;
	padding-left: 40px;
}

.column-images2{
	padding-top: 500px;
	padding-right: 40px;
	padding-left: 20px;
}

.structurea{
	padding-left: 20px;
	width: 8vw;
}

.structureb{
	padding-left: 20px;
	width: 9vw;
}

.caption {
	font-size: 12px;
	text-align: center;
	padding-bottom: 30px;
}

.varieties {
	display: flex;
	min-height: 200px;
}

.varietiesheader {
	letter-spacing: 2px;
	color: #7181B9;
	font-family: 'Bellota Text', cursive;
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.varietiesimages {
	width: 15vw;
}

.synthetic {
	padding-top: 500px;
	padding-bottom: 500px;
}
.occurence {
	display: flex;
	min-height: 200px;
	padding-bottom: 500px;
}

.mining {
	padding-bottom: 500px;
}

.silica {
	padding-bottom: 500px;
}

.occurenceimage {
	width: 16vw;
}

a {
	color: #6873A4;
	text-decoration: none;
}

a:hover {
	font-style: italic;
}

.link {
	text-align: right;
	padding: 15px;
}

/* MEDIA QUERIES */
/* Tablet breakpoint */
@media (min-width: 768px) {
	body {
		font-size:15px;
	}
	.caption {
		font-size: 13px;
	}
	.byline {
		font-size: 15px;
	}
}

/* Desktop breakpoint */
@media (min-width: 992px) {
	body{
		font-size:18px;
	}
	.caption {
		font-size: 14px;
	}
	.byline {
		font-size: 16px;
	}
}

/* Wide screen breakpoint */
@media (min-width: 1200px) {
	body{
		font-size:19px;
	}
	.caption {
		font-size: 15px;
	}
	.byline {
		font-size: 17px;
	}
}