@import url(normalize.css);
@import url(clearfix.css);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Lato:400,300,700);

/* General - Reset */

	::-moz-selection{
	    color: #fff;
	    background: #FFB800;
	}

	::selection{
	    color: #fff;
	    background: #FFB800;
	}


	h1, h2, h3{
		font-family: 'Lato', sans-serif;
		margin: 0;
		margin-bottom: .78em;
	}

	p, li, a{
		font-family: 'Roboto Slab', serif;
	}

	p{
		line-height: 1.5625em;
		margin: 0;
		font-weight: 300;
	}

	a{
		text-decoration: none;
	}

	.container{
		width: 76.01%;
		margin: 0 auto;
	}

	.flash{
		font-style: italic;
	}

	.smaller{
		font-size: .6em;
		font-weight: 300;
	}

/* Titles */

	.main_container{
		height: 40.125em;
		color: white;
		background-color: royalblue;
		box-shadow: 3px 3px 25px 2px rgba(100, 100, 100, .4);
	}

	.text{
		margin-left: 21.5%; /* 272 */
		padding-top: 10em; /* 200/20 */
		line-height: 1em; /* 20/20 */
		font-size: 1.25em; /* 20/16 */
	}

	.title{
		font-weight: 700;
		margin-bottom: 1.45em; /* 58 */
	}

	.baseline{
		font-weight: 300;
		margin-bottom: 0.625em; /* 25 */
		margin-top: 1em; /* 30 */
		line-height: 1em;
	}

/* SubTitles */

	.credits_type{
		margin-left: 21.5%;
		font-weight: 300;
		margin-bottom: 0;
	}

/* Buttons */

	.links_list{
		margin-left: 18.5%;
		margin-top: 2em;
	}

	.button-style{
		float: left;
		margin-right: 50px;
		display: block;
		width: 150px;
		height: 50px;
		background-color: #fff;
		color: royalblue;
		text-align: center;
		line-height: 50px;
		box-shadow: 3px 3px 25px 2px rgba(100, 100, 100, .4);
		transition: all 200ms ease-out;
	}

	.button-style:hover{
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		transition: all 200ms ease-out;
	}

	.button-style-link{
		display: block;
		color: royalblue;
	}

	.button-style-link:visited{
		color: royalblue;
	}

/* People */

	.credits_people{
		margin-top: 1em;
	}

	.people{
		background-color: #fff;
		color: royalblue;
		margin-left: 21.5%;	
		margin-top: 2em;
		width: 50%;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 1%;
		padding-top: 1%;
		box-shadow: 3px 3px 25px 2px rgba(100, 100, 100, .4);
	}

/* Media Queries */

	@media only screen and (max-width: 1045px){
		.button-style{
			margin-bottom: 2em;
		}
	}

	@media only screen and (max-width: 560px){
		.main_container{
			height: 25em;
		}

		.links_list{
			margin-left: 15%;
		}

		.credits_type{
			margin-top: 4em;
			color: royalblue;
		}

		.credits_people{
			margin-top: 1em;
		}

		.people{
			width: 80%;
			margin-left: 0;
			margin: 0 auto;
			margin-bottom: 2em;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 5%;
			padding-bottom: 5%;
		}
	}

	@media only screen and (max-width: 430px){
		.title{
			line-height: 1;
		}
	}