@font-face {
   font-family:'Raleway';
   font-style: normal;
   font-weight: 200;
    src: url('./fonts/raleway-extralight/raleway-extralight-webfont.eot');
    src: url('./fonts/raleway-extralight/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-extralight/raleway-extralight-webfont.woff2') format('woff2'),
         url('./fonts/raleway-extralight/raleway-extralight-webfont.woff') format('woff'),
         url('./fonts/raleway-extralight/raleway-extralight-webfont.ttf') format('truetype'),
         url('./fonts/raleway-extralight/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
}

@font-face {
   font-family:'Raleway';
   font-style: normal;
   font-weight: 300;
    src: url('./fonts/raleway-light/raleway-light-webfont.eot');
    src: url('./fonts/raleway-light/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-light/raleway-light-webfont.woff2') format('woff2'),
         url('./fonts/raleway-light/raleway-light-webfont.woff') format('woff'),
         url('./fonts/raleway-light/raleway-light-webfont.ttf') format('truetype'),
         url('./fonts/raleway-light/raleway-light-webfont.svg#ralewaylight') format('svg');
}

@font-face {
   font-family:'Raleway';
   font-style: normal;
   font-weight: 400;
    src: url('./fonts/raleway-regular/raleway-regular-webfont.eot');
    src: url('./fonts/raleway-regular/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-regular/raleway-regular-webfont.woff2') format('woff2'),
         url('./fonts/raleway-regular/raleway-regular-webfont.woff') format('woff'),
         url('./fonts/raleway-regular/raleway-regular-webfont.ttf') format('truetype'),
         url('./fonts/raleway-regular/raleway-regular-webfont.svg#ralewayregular') format('svg');
}

@font-face {
   font-family:'Raleway';
   font-style: normal;
   font-weight: 700;
    src: url('./fonts/raleway-bold/raleway-bold-webfont.eot');
    src: url('./fonts/raleway-bold/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-bold/raleway-bold-webfont.woff2') format('woff2'),
         url('./fonts/raleway-bold/raleway-bold-webfont.woff') format('woff'),
         url('./fonts/raleway-bold/raleway-bold-webfont.ttf') format('truetype'),
         url('./fonts/raleway-bold/raleway-bold-webfont.svg#ralewaybold') format('svg');
}



.footernav li {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
}

.footernav li.first{
	float: left;
}

.footernav li.last{
	float: right;
}
