html, body {
	height: 100%;
}

body {	
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-align: center;
}

.change {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 3em;
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-align: left;
	padding-top: 150px;
}

h1 {
    margin-top: 200px;
    padding:0;
}


p {
	font-size: 16px;
	font-weight: 400;
	margin-left: 12px;
	font-weight: 300;
	color: #000;
}

a {
	color: #000;
}

.row.copyright {
	background-color: #000;
	color: #fff;
	padding: 0;
}

.copyright p {
	margin: 0; 
	padding: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}



/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width : 320px) and (max-width : 480px) {
	p { margin-left: 10px; }
	h1 { margin-top: 100px !important; }
}