
.subHeader {
	font-family: 'trajan', sans-serif;
    font-size: 15px;
    color: #3b4c60;
}

h3 {
	font-family: 'trajan', sans-serif;
    font-size: 22px;
    color: #3b4c60;
}

h4{
	font-family: 'trajan', sans-serif;
    font-size: 18px;
    color: #3b4c60;
}

.headerBar, .footerBar {
	height: 90px;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 2px solid #c0c0c0;
	position: fixed;
	z-index: 2;
}

.logoHeader {
	position: relative;
	display: table;
	width: 157px;
	height: 139px;
	margin-left: 30px;
	margin-top: 0;
	background-size: 100%;
}

#additionToHeader {
    font-family: 'trajan', sans-serif;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    top: 60px;
    left: 30vw;
    display: block;
	box-sizing: content-box;
	white-space: nowrap;
}

.btn {
	display: inline-block;
	background-color: #3b4c60;
	color: #ffffff;
}

.btn:hover {
	color: #ffffff;
	background-color: #7e99b9;
}
