* {
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	font-family: 'Inconsolata', monospace;
	line-height: 140%;
}

body {
	background-color:#1A1A1A;
}


html {
	font-size: 100%;
}

.section {
	background-image: url(media/scroll-green.svg);
	background-repeat: repeat-y;
	background-size: 12%;
	background-position: right 6% top 0%;
	padding-right:18%;
	padding-top:calc(1.4rem * 3)
}

.column {
	max-width: 40rem;
	padding:2rem;
	width:auto;
	margin-left:calc(25vw - 10rem);
	color:#cccccc;
	padding-bottom: 20rem;
	
}

.column a {
	color:white;
	text-decoration-color:#999999;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	color:white;
	font-weight: bold;
}


h2 {
	font-family: 'Montserrat', sans-serif;
/*	font-style: italic;*/
	font-size: 1.4rem;
	margin-bottom: 1.4rem;
	color:white;
	font-weight: bold;
}

.column p {
	color:#cccccc;
	font-size: 1.4rem;
}

#contact {
	margin-top: 1.4rem;
}

#contact span {
	position:relative;
	display:inline-block;
	width:9rem;
}


#contact p {
	display: block;
	line-height: 210%;
}

@media screen and (max-width:54em) {
	.section {
		background-image: none;
		padding-right:0%;
	}
	
	.column {
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width:30em) {
	html {
		font-size: 80%;
	}
	
	.section {
		background-image: none;
	}

	.column {
		width:100vw
		padding:1vw;
		color:#cccccc;
		padding-bottom: 20rem;

	}

	h1 {
		font-family: 'Montserrat', sans-serif;
		font-size: 6vw;
		color:white;
		font-weight: bold;
	}


	h2 {
		font-family: 'Montserrat', sans-serif;
	/*	font-style: italic;*/
		font-size: 4vw;
		margin-bottom: 4vw;
		color:white;
		font-weight: bold;
	}

	.column p {
		color:#cccccc;
		font-size: 4vw;
	}

	#contact {
		margin-top: 4vw;
		
	}


	#contact span {
		position:relative;
		display:inline-block;
		width:20vw;
	}
}



