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

p{
	text-align: center;
}

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

.header {
	padding: 20px;
	margin-left: 30px;
	letter-spacing: 15px;
	font-family: 'Bellota Text', cursive;
	color: #6873A4;
	font-size: 100px;
}

.introimage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.contents {
	margin: 0px auto auto 0px;
}

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

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

* {box-sizing: border-box;}

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

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

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

.structurea{
	width: 6vw;
}

.structureb{
	width: 7vw;
}

.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;
}

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

.occurenceimage {
	width: 13vw;
}

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;
	}
}

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

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