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

* {
	margin: 0;
	padding: 0;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

body {
	/*background: url(../images/concrete-texture.png) repeat;*/
	background-color: #fafafa;
	font-family: 'Montserrat', arial, sans-serif;
	border-top: 5px solid #6eac43;
	border-top: 5px solid #75655c;
	color: #775b4b;
}
a {
	color: #775b4b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* HEADERS */

#container h1 {
	text-indent: -4000px;
}
#logo {
	width: 500px;
	margin: 100px auto 0;
}
#info p {
	text-align: center;
	font-size: 22px;
}
#bar {
	margin: 40px auto;
	width: 70px;
	height: auto;
}
@media screen and (max-width: 480px) {
    #logo {
		width: 300px;
		margin: 10px auto;
    }

	#bar {
		margin: 20px auto;
		width: 50px;
		height: auto;
	}
	#info p {
		font-size: 20px;
	}
}
