/*MarvelRegular*/

@font-face {
    font-family: 'Marvel Regular';
    src: url('marvel-regular-webfont.eot');
    src: url('marvel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('marvel-regular-webfont.woff') format('woff'),
         url('marvel-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Edwardian Scr Alt ITC TT';
	font-style: normal;
	font-weight: normal;
	src: local('Edwardian Scr Alt ITC TT'), url('EdwardianScrAltITCTT.woff') format('woff');
}

@font-face {
	font-family: 'Niagara Solid';
	font-style: normal;
	font-weight: normal;
	src: local('Niagara Solid'), url('NiagaraSolid.woff') format('woff');
}

@font-face {
	font-family: 'Trajan Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Trajan Pro Regular'), url('TrajanProRegular.woff') format('woff');
}

@font-face {
	font-family: 'Inconsolata Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Inconsolata Regular'), url('InconsolataRegular.woff') format('woff');
}


@font-face {
	font-family: 'Inconsolata Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Inconsolata Bold'), url('InconsolataBold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
	src: local('Roboto Light'), url('Roboto-Light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Regular';
    font-weight: normal;
    font-style: normal;
	src: local('Roboto Regular'), url('Roboto-Regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    font-weight: normal;
    font-style: normal;
	src: local('Roboto Light'), url('Roboto-Light-webfont.woff') format('woff');
}

a {
	text-decoration:none;
}


@font-face {
	font-family: '28DaysLater';
	src: url('28DaysLater.eot');
	src: local('28DaysLater'), url('28DaysLater.woff') format('woff'), url('28DaysLater.ttf') format('truetype');
}
.CaptchaNormal {
	font-family: '28DaysLater' !important;
}
.CaptchaUpper {
	font-family: '28DaysLater' !important;
	text-transform: uppercase;
}
.CaptchaLower {
	font-family: '28DaysLater' !important;
	text-transform: lowercase;
}

@font-face {
	font-family: 'RetromaVibes';
	/*src: url('RetromaVibes.eot');*/
	src: url('RetromaVibes.eot');
	src: local('RetromaVibes'), url('RetromaVibes.ttf') format('truetype');
}
.RVCaptchaNormal {
	font-family: 'RetromaVibes' !important;
}
.RVCaptchaUpper {
	font-family: 'RetromaVibes' !important;
	text-transform: uppercase;
}
.RVCaptchaLower {
	font-family: 'RetromaVibes' !important;
	text-transform: lowercase;
}
/* Font downloaded from FontsForWeb.com */

.vertical-center {
    display: flex;
  	justify-content: center;
  	align-items: center;
}