/*
 * BASE ELEMENTS
 */

@-ms-viewport { width: auto !important; } /* fix for fucking IE11 scrollbar bug */

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
}

h1, .h1, .bootscope h1, .bootscope .h1 { font-size: 36px; font-weight: 600; }
h2, .h2, .bootscope h2, .bootscope .h2 { font-size: 32px; }
h3, .h3, .bootscope h3, .bootscope .h3 { font-size: 28px; }
h4, .h4, .bootscope h4, .bootscope .h4 { font-size: 18px; font-weight: 800; text-transform: uppercase; }
h5, .h5, .bootscope h5, .bootscope .h5 { font-size: 16px; font-weight: 800; text-transform: uppercase; }
h6, .h6, .bootscope h6, .bootscope .h6 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.175em; margin-top: 30px; margin-bottom: 7px; color: #939393; }

.layout-sm h1, .layout-sm .h1, .layout-sm .bootscope h1, .layout-sm .bootscope .h1 { font-size: 32px; }
.layout-xs h1, .layout-xs .h1, .layout-xs .bootscope h1, .layout-xs .bootscope .h1 { font-size: 26px; }

.layout-sm h2, .layout-sm .h2, .layout-sm .bootscope h2, .layout-sm .bootscope .h2 { font-size: 28px; }
.layout-xs h2, .layout-xs .h2, .layout-xs .bootscope h2, .layout-xs .bootscope .h2 { font-size: 24px; }

.layout-sm h3, .layout-sm .h3, .layout-sm .bootscope h3, .layout-sm .bootscope .h3 { font-size: 25px; }
.layout-xs h3, .layout-xs .h3, .layout-xs .bootscope h3, .layout-xs .bootscope .h3 { font-size: 22px; }

a:active, .bootscope a:active,
a:focus, .bootscope a:focus,
a:hover, .bootscope a:hover {
	cursor: pointer;
	text-decoration: none;
}

a.gray, .bootscope a.gray { color: #95a5a6; }
a.gray:hover, .bootscope a.gray:hover,
a.gray:focus, .bootscope a.gray:focus { color: #7f8c8d; }

a.current, .bootscope a.current { color: #34495e; }
a.current:hover, .bootscope a.current:hover,
a.current:focus, .bootscope a.current:focus { color: #2c3e50; }

.redactor-dropdown-box-formatting { width: 340px; font-size: 16px; /* tamanho base */ }

p, .bootscope p, .redactor-formatting-p { line-height: 1.52em; }
.lead, .bootscope .lead, .redactor-formatting-p-lead { font-size: 1.25em; font-weight: 300; }
.short, .bootscope .short, .redactor-formatting-p-short { font-size: 0.875em; }
.shorter, .bootscope .shorter, .redactor-formatting-p-shorter { font-size: 0.675em; }