/* Temporary Styles for Blissfully.me - The Online Portfolio of Ann Oldroyd */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700');

body {
	color: #02227e;
	font-family: 'Poppins', sans-serif;
	background: #eef url('../joel-filipe-196000-unsplash.jpg') center center no-repeat;
	background-size: cover;
	font-size: 16px;
	min-height: 100vh;
	padding: 20px;
}

section {
	background: #fff;
	border: 1px solid #ccd;
	max-width: 600px;
	margin: 150px auto 0;
	padding: 4rem;
}

h1 {
	color: #2be5ce;
	font-size: 2.4rem;
	font-weight: 200;
}

h2 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	font-size: 1rem;
	font-weight: 400;
}

@media all and (max-width: 420px) {
	section {
		padding: 2rem;
	}

	h1{
		font-size: 2rem;
		font-weight: 300;
	}
}