@charset "utf-8";
/* CSS Document */

html, html a {
    -webkit-font-smoothing: subpixel-antialiased !important;
}
body {
	padding-top: 2%;
	font-family: 'Apple SD Gothic Neo', NanumGothic, '나눔고딕', 'Nanum Gothic', sans-serif;
}
h1, h2, h3, .button, .footer {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
}
p.lead {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}
.starter-template {
	padding: 10px 15px;
	text-align: center;
}
.button {
	text-align: center;
	padding: 10px 0;
}
img.logo {
	margin: 0 auto;
	padding: 0px 70px;
}
.content {
	padding: 2% 15px;
}
.content h2 {
	text-align: center;
}
.footer {
	padding: 4% 15px 4% 15px;
	text-align: center;
}

@media all and (min-width:768px) {
/*.container {
	width: 750px;
}*/
/*.button {
	padding: 10px 200px;
}*/
}

@media all and (min-width:992px) {
.container {
	width: 970px;
}
}
