* {
    box-sizing: border-box;
}

body {
	margin-top: 2vh;
	margin-bottom: 2vh;
	margin-right: 2vw;
	margin-left: 2vw;
}

.main_title {
	font-size: 0.8em;
	}

p {
	font-family: Georgia, serif;
	font-size: 0.4em;
	font-weight: bold;
}

h1, h2 {
	font-family: Verdana, sans-serif;
	text-align: center;
	margin-left:0;margin-right:0;
}

.style1 {
	font-size: 1.5em;
	font-weight: bold;
}

.style2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #0000B7;
}

.style3 {
	color: #CC3333;
}

.style4 {
	font-size: 24px;
	color: #B40733;
	font-weight: bold;
}

.button {
	background-color: gold;
	border: 2px solid gold;
	border-radius: 4px;
	color: navy;
	padding: 8px 64px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5em;
	margin: 4px 10px;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	cursor: pointer;
	font-weight: normal;
}

.button1 {
	background-color: gold;
	border: 2px solid RoyalBlue;
	color: RoyalBlue;
	font-weight: normal;
}

.button1:hover {
	background-color: RoyalBlue;
	border: 2px solid gold;
	color: gold;
	font-weight: normal;
}

blockquote {
	margin: 0;
}

blockquote p {
	padding: 15px;
	background: #eee;
	border-radius: 5px;
}

blockquote p::before {
	content: '\201C';
}

blockquote p::after {
	content: '\201D';
}

blockquote footer {
	text-align: center;
}

figure {
	margin:0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) {

	.main_title {
		font-size: 1em;
	}
	
	p {
		font-size: 0.5em;
	}
}

@media (min-width: 640px) {

	.main_title {
		font-size: 2.2em;
	}
	
	p {
		font-size: 1.1em;
	}
}

@media (min-width: 1280px) {

	.main_title {
		font-size: 3em;
	}

	p {
		margin-right: 15vw;
		margin-left: 15vw;
		font-size: 1.5em;
	}
}

@media (min-width: 1920px) {

	.main_title {
		font-size: 3em;
	}

	p {
		margin-right: 25vw;
		margin-left: 25vw;
		font-size: 1.5em;
	}
}
