@charset "UTF-8";
/* CSS Document */

		.main-nav li a:hover {
			border: solid 1px white;
		}
		a {
			color: white;
			font-family: 'Quicksand', sans-serif;
			text-decoration: none;
			border: solid 1px transparent;
			padding: 5px 10px;
		}
		body {
			background-color: black;
		}
		html {
  		overflow-y: scroll; 
		}
		.facediv {
			margin: 0 auto;
  			text-align: center;
		}
		.face {
			width: auto;
			display: inline;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.hot-button {
			border: solid 1px white;
			background-color: white;
			color: black;
		}
		.link-hover a:hover {
			color: #8A8A8A;
		}
		.social {
			display: block;
			margin: 0 auto;
			padding-bottom: 15px;
		}
		.grow { 
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.grow:hover {
			transform: scale(1.2);
		}