body {
    font-size: 0.9rem;
    font-family: Helvetica, Arial, Sans-Serif;
}

.navbar-item {
    font-size:1.2rem;
}

h2 {
	font-size: 125%;
	font-weight: 700;
	/*margin-bottom: 1rem;*/
    margin-top: 1.5rem;
}

.navbar-logo {
	padding: 0;
	margin-left:1rem;
}

.section-1 {
	background: #176e3a;
	color: white;
}

.section-1 a:link,
.section-1 a:visited {
	color: #ff6600;
	text-decoration: underline;
} 

.section-2 {
	background: #fff;
	/*color: white;*/
}

.section-5 {
	background: #ff6600;
	color: white;
}

.section-4 {
	background: #d6e7e6;
	/*color: white;*/
}

.section-3 {
	background: #ddd;
	color:black;
}

/*
li {
    list-style: inside circle;
    text-wrap-style: pretty;
}
*/

ul {
    margin-bottom: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
}

div.buy_row {
    text-align:center;
    margin-bottom: 2.25rem;
    margin-top: 1.5rem;
}

div.buy_row a:link,
div.buy_row a:hover,
div.buy_row a:visited,
div.buy_row a:active {
    padding: 0.3em 1em;
    background: red;
    border: 1px solid;
    border-color: #1b1f2326;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 2px 0px 0px, rgba(255, 255, 255, 0.25) 0px 2px 0px 0px inset;
}

div.print_wrapper {
    padding-top: 2rem;
    text-align:center;
}

.section h1 {
    font-style: italic;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section h2 {
    margin-top: 2.5rem;
}

.navbar-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.navbar-item:first-child {
    padding-left: 0;
}

@media screen and (min-width: 769px) {
    section:first-child {
        padding-top: 9rem;
    }

    .navbar-menu div {
        margin-top:auto;
        margin-bottom:5px;
    }
}
