html {
	scroll-behavior: smooth;
}
body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 20px;
}

.navLogo {
	height:60px;
}

h1{
	font-size: 2.5em;
	font-weight: bold;
}

h2{
	font-size: 2em;
	font-weight: bold;
}

h3{
	font-size: 1.5em;
	font-weight: bold;
}

h4{
	font-size: 1.5em;
}

h5{
	font-size: 1em;
	font-weight: bold;
}

p{
	font-size: 1em;
}

a {
	color: #0099ff;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

.btn {
    box-sizing: content-box;
    background-color: #003366;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
}

.btn:hover {
    background-color: #336600;
    color: #ffffff;
}

.form-control {
	box-sizing: content-box;
    border: #999999 1px solid;
    color: #666666;
    font-size: 1em;
}
