
	html {
		font-family: "Archivo Narrow", sans-serif;
		
	}

	section.firstsection {
		background-image: url('http://leecamp.net/wp-content/uploads/kitten-3.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		padding-top: 150px;
		padding-bottom: 204px;
	}

	.center_column {
		margin: auto;
		width: 960px;
	}

	h1 {
		text-align: center;
		font-size: 80px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: lightblue;
	}

	h2 {
		text-align: center;
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: lightblue;
	}

	.sectiontitle {
		text-align: center;
		font-size: 40px;
		color: white;
		font-weight: 700;
		padding-bottom: 16px;
	}

	section.secondsection {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 18px;
		color: white;
		text-align: left;
		background-color: lightblue;
	}

	p {
		margin-bottom: 16px;
		margin-top: 0px;
	}

	.container {
		margin-top: 1px;
		width: 400px;
		height: 300px;
		float: right;
		padding-left: 40px;
		padding-bottom: 20px;
	}

	.container img {
		width: auto;
		height: 100%;
		
	}

	section.thirdsection {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 18px;
		color: white;
		text-align: left;
		background-color: #386D9F;
	}

	.container2 {
		width: 476px;
		height: 150px;
		padding-bottom: 0px;
		display: inline-block;
		margin-bottom: 24px;
	}

	.container2 img {
		float: left;
		margin-right: 12px;
	}

	h3 {
		margin-top: 0px;
		margin-bottom: 6px;
	}

	.thirdsection .sectiontitle {
		padding-bottom: 32px;
	}

	.fourthsection {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 27px;
		color: white;
		text-align: center;
		background-color: lightblue;
	}

	.fourthsection .center_column {
		width: 700px;
		height: 332px;
	}

	.fourthsection .sectiontitle {
		padding-bottom: 31px;
	}

	.icons {
		float: right;
		font-size: 30px;
		margin-top: -7px;
		letter-spacing: -.5px;

	}

	footer {
		font-size: 18px;
		color: white;
		background-color: #386D9F;
		height: 58px;
		padding-top: 40px;
	}

