@font-face{
  font-family: 'Oswald';
  src: url('../../files/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
}
@font-face{
  font-family: 'PT Serif';
  src: url('../../files/fonts/PTSerif-Regular.ttf') format('truetype');
}


span.subtitle {font-weight: bold; font-size: 28px; font-size: 2rem;}

span.title {font-size: 36px; font-size: 2.375rem; font-weight: 400; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#660099;}

body {
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
}

small {font-size: 11px;}

big {font-size: 20px;}

h1 {font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: 2.375rem; font-size: 38px; font-weight: 400; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#1f1e1e;}

h2 {font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: 32px; font-weight: 400; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#1f1e1e;}

h3 {font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: 28px; font-weight: 400; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#1f1e1e;}

h4 {font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 400; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#1f1e1e;}

h5 {font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#1f1e1e;}

h6 {font-family: 'Oswald', Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 110%; color:#666666;}

p {margin: 0 0 20px 0; padding: 0;}

a,a:link,a:active,a:visited {text-decoration: none; color:#0a2656;}
	
a:hover {text-decoration: underline; color: #0a2656;}

div#content a {text-decoration: none;}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;}

.text-danger {color: #0a2656 !important;}

.text-primary {color: #0a2656 !important;}

a.text-primary:hover {color: #1f1e1e !important;}

.btn-outline-primary {
    color: #0a2656;
    background-color: #fff;
    border-color: #0a2656;
  	font-size: 1rem;
}

.btn-outline-primary:hover {
    color: #0a2656;
    background-color: #ceb750;
    border-color: #0a2656;
  	font-size: 1rem;
}