/*William Horn*/
/*SNHU*/
/*04/28/2019*/
/*Final Website*/


/*Font information*/
@font-face {
    font-family: 'Klinic Slab';
    src: url('fonts/KlinicSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Klinic Slab';
    src: url('fonts/KlinicSlab-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Background color*/
body {
	background-color: #D8C6B8;
}
header {
    margin: auto;
}
/*About page*/
h1.about {
	font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 300%;
    color: #0B9446;
}
h2.about {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 200%;
    color: #CF1C44;
}
h3.about {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 200%;
    color: #CF1C44;
}
p.about {
	font-family: 'Klinic Slab';
	font-weight: normal;
    font-style: normal;
    font-size: 175%;
	color: #7b573e;
}
/*Home page*/
h3.home {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 200%;
    color: #543136;
}
p.home {
	font-family: 'Klinic Slab';
	font-weight: bold;
    font-style: normal;
    font-size: 240%;
	color: #0B9446;
}
ul.home {
    font-family: 'Klinic Slab';
	font-weight: normal;
    font-style: normal;
    font-size: 175%;
	color: #7b573e;
}
img.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*Menu page*/
h1.menu {
	font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 300%;
    color: #0B9446;
}
h2.menu {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 275%;
    color: #7b573e;
}
h3.menu {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 275%;
    color: #7b573e;
}
h4.menu {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 275%;
    color: #7b573e;
}
h5.menu {
    font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 275%;
    color: #7b573e;
}
ul.menu{
    font-family: 'Klinic Slab';
	font-weight: bold;
    font-style: normal;
    font-size: 225%;
	color: #D8C6B8;
}
li.menu{
    font-family: 'Klinic Slab';
	font-weight: normal;
    font-style: normal;
    font-size: 100%;
	color: #7b573e;
    text-align: center;
}
img.menu{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*Location page*/
h1.location {
	font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 300%;
    color: #0B9446;
}
h2.location {
	font-family: 'Klinic Slab';
	font-weight: bold;
	font-size: 200%;
    color: #7b573e;
}
img.location {
    margin-left: auto;
    margin-right: auto;
    display: block;
}