@import (reference) "_elements";

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	line-height: 1.8;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 0 0;
	border-left: 5px solid #444;
	padding-left: 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	line-height: 1.2;
}

p {
	margin-bottom: 1em;
}

.heading-title-3, .heading-title-2, .heading-title {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	&:before {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

///////////////768px//////////////////
@media @sm {

}

///////////////1024px//////////////////
@media @md {
}

///////////////1200px//////////////////
@media @lg {

}
