/*Base, global styles*/
body { font: verdana; font-size:12pt; min-width:480px; }
img { max-width:100%; max-height:100%; }

/*Defining colors*/
.blue { color: #0E374B;  }
.gray { color: #CCCCCC; }
.green { color: #686B02; }
.red { color: #ab0000; }
.brown { color: #462b08; }
.orange { color: #0E374B; }
.hunter { color: #323B09; }
.yellow { color: #ffcc00; }

/*Header styles (elements located in nav.php file) */
#header { position:relative; }
#header #header-text { position:absolute; bottom:0; }
#header img { max-height:225px; }
#header h1 { font-size: 50pt; font-weight:bold; font-family: "hypatia-sans-pro", sans-serif; font-weight: 600; font-style: normal; }
#header h2 { font-size: 14pt; font-weight:bold; }
#header a { text-decoration:none; color: #0E374B !important; }

/*overwriting bootstrap styles*/
.bg-dark { background-color: #0E374B !important; }
.navbar-dark .navbar-nav .nav-link { color:#FFFFFF; font-weight:bold; font-size: 14pt; margin-right:30px; }

main h1 { color:#686B02; font-weight:bold; }
img.thumb { max-height:200px;}*/

footer { border-top:2px solid #0E374B; margin-top:5%; }
footer img { max-height: 50px;}