@charset "utf-8";
/* CSS Document */
html {
    min-height: 100%;
}
body {    
    margin: 8px;
    min-height: 100vh;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
	font-weight: normal;
    color: #000080;
	
    background-image: url("images/gettyimagewb.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a {
	color: #800080;
}
a:visited {
    color: #551A8B;
}
.top {
    width: 90%;
    margin: 0 auto;
}
header {
	text-align: center;
}
header h1 {
    margin-top: 0.67em;
    font-size: 1.5em;
    font-weight: bold;
}
header h2 {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: .9em;
    font-weight: bold;
}
b {
	font-size: 2em;
}
nav {
    margin-top: 15px;
	margin-bottom: 20px;
}
nav ul {
	margin: 0;
	padding-left: 40px;
    list-style-type: disc;
	display: inline-block;
	text-align: left;
}
table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 2px;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
    font-weight: normal;
    color: #000080;
}
footer {
    text-align: center;
	font-size: .8em;
}
.copyright {
	text-align: left;
}
main {
    padding: 0px 10px 15px;
    min-height: 300px;
	max-width: 500px;
}
.business {
	width: 80%;
    margin: 0 auto;
    padding-left: 40px;
    columns: 2;
    column-gap: 60px;
    text-align: left;
	list-style-type: disc;
}
.business li{
	margin-bottom: 5px;
	padding-left: 0;
}
