/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.78;
}
html, html a{
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0 0 @spacing-vertical;
}


h1,.h1 { line-height: 1.2;}
h2,.h2 {  line-height: 1.25;}
h3,.h3{  line-height: 1.3;}
h4,.h4{ line-height: 1.35;}
h5,.h5{ line-height: 1.3;}
h6,.h6 {line-height: 1.4;}

p{
	margin: 0 0 @spacing-vertical;
}

pre {
    padding: 35px;
    margin-bottom: @spacing-vertical;
}

blockquote, q{
    padding: 40px 60px;
    font-size: 1.6rem;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: @spacing-vertical;
    p:last-child{
        margin-bottom: 0;
    }
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid;
    border-bottom: none;
    border-right: none;
    margin-bottom: 2.4rem;
}
td, th {
    padding: 10px 15px;
    border-right: 1px solid;
    word-break: break-all;
}
td,
th{
	border-bottom: 1px solid;
}
thead {
    font-weight: 600;
}
.entry-category{
    line-height: 1.2;
}
.entry-category a,
.entry-meta{
    text-transform: uppercase;
    font-size: 1.2rem;
}
.site-description{
    font-size: 1.2rem;
}

/* Lists */
dl, ol, ul{
    margin-bottom: @spacing-vertical;
}

.section-content small{
    display: block;
}
.text-transform-none{
    text-transform: none;
}