html {
	min-height: 100%;
	position: relative;
}
a { color: #2f2faf; }
a, a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a:hover { color: #ff4060; }

*:focus {outline: none;}

.padding20 {padding: 20px;}
.rounded5 {border-radius: 5px;}

.subsideBackground {background: #eee;}

footer a, footer a:hover {
	color: black;
	text-decoration: none;
	border-style: 1px dotted #faa;
}
footer a:hover {
	color: #ff4060;
	text-decoration: none;
	border-style: 1px dotted #faa;
}
footer {
	bottom: 0;
	width: 100%;
	position: absolute;
	border-style: 1px solid;
}

span.editable, .note-editor {
	border-radius: 3px !important;
	border: 1px dotted #c7c1ed !important;
}
body {
    font-size: 22px;
    line-height: 1.75;
}

p, li {
    font-size: 1em;
    line-height: 1.75;
}

h1 {
    font-size: 56px;
    line-height: 1.15;
}

h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-top: 36px;
}

.navbar-brand,
.navbar-nav > li > a {
    font-size: 22px;
}

.container {
    width: 95%;
    max-width: 1600px;
}

body {
    font-size: 16.5px;
    line-height: 1.75;
}

p, li {
    font-size: 1em;
    line-height: 1.75;
}

h1 {
    font-size: 42px;
    line-height: 1.15;
}

h2 {
    font-size: 31.5px;
    line-height: 1.2;
    margin-top: 36px;
}

.navbar-brand,
.navbar-nav > li > a {
    font-size: 16.5px;
}

.container {
    width: 95%;
    max-width: 1600px;
}

.container {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.starter-template {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
