﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

h4 {
    font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
    color: #ac2016;
    font-weight: normal;
    margin: 0 0 25px 0;
    padding: 5px 0;
}

h5 {
	color: #ac2016;
}

.indexphototable {
	margin-bottom: 35px;
}

ul.list1 li:before {
	line-height: 19px;
}
ul.list4 li a {
	color: #ac2016;
}


.container p a {
	text-decoration:underline;
	cursor: pointer;
}
.container p a:visited {
	color: #777;
	cursor: pointer;
}
.container p a:hover {
	color: #ac2016;
	cursor: pointer;
}
a:link, a:active {
	color: #777;
	cursor: pointer;
}

section.footer-menu a {
	text-decoration: none;
	color: #777;
	cursor: pointer;
}
section.footer-menu i.fa {
	display: inline-block;
	width: 20px;
}

p.inline-navigation {
	display: block;
	text-align: center;
	margin: 60px 0;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 10px 0;
}
p.inline-navigation .middle-text {
	display: inline-block;
	padding: 0 20px;
}
p.inline-navigation a {
	color: #ac2016;
	text-decoration: none;
}
p.inline-navigation a:visited {
	color: #ac2016;
}
p.inline-navigation a:hover {
	text-decoration: underline;
}
