﻿

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v13-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../fonts/raleway-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kameron-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Kameron'),
       url('../fonts/kameron-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kameron-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kameron-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kameron-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kameron-v9-latin-regular.svg#Kameron') format('svg'); /* Legacy iOS */
}


.requiredSup {
    color: rgb(200,0,0);
    font-size: 100%;
}

.normalSup {
    color: rgb(50,75,50);
    font-size: 90%;
}

.header1 {
    font-size: 130%;
	font-family: "Raleway", Raleway-Medium;
	font-weight: bold;
	text-transform: uppercase;
    color: rgb(49, 56, 67);	
}

.title{
    font-size: 130%;
	font-family: "Raleway", Raleway-Medium;
	font-weight: bold;
	text-transform: uppercase;
    color: rgb(49, 56, 67);	
	margin-top:20px;
    margin-bottom:10px;
    margin-left: 20px;
}

.header2 {
    font-size: 120%;
    font-family: "Raleway", Raleway-Medium;
    color: rgb(15, 122, 138);
	text-transform: uppercase;
    line-height: 2;
}

.normalText, input[type="text"], input[type="date"] {
    font-size: 100%;
    font-family: "Raleway";
    color: rgb(15, 122, 138);
    line-height: 2;
	margin-left:14px;
}

.table-text {
    font-size: 100%;
    font-family: "Kameron", Kameron regular;
    color: rgb(49, 56, 67);
    line-height: 2;
}

.table-head {
    font-size: 100%;
    font-family: "Kameron", Kameron bold;
    color: rgb(49, 56, 67);
    line-height: 2;
	font-weight: bold;
}

.errorText {
    font-family: "Raleway", Raleway-Medium;
    font-size: 110%;
    color: rgb(200,0,0);
}

.smallText {
    font-family: "Raleway", Raleway-Medium;
    font-style: normal;
    font-size: 90%;
}

.largeFont {
	font-size: 170%;
	font-weight: bold;
	margin-top: 5px;
	margin: 15px;
	letter-spacing: 1px;
	
}

.extraLargeFont {
	font-size: 200%;
	color: rgb(49, 56, 67);
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px;
	letter-spacing: 1px;
}

link {
font-family: Raleway;
font-size-adjust: 12px;
}
