@charset "UTF-8";
.responsive {
    max-width: 100%;
    height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.responsive2 {
    max-height: 100%;
	width: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
div#welcome {
	height: 100vh;
	background: white;

}
.responsivetitle {
	position: relative;
  	top: 50%;
 	transform: translateY(-50%);
	max-width: 100%;
    height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
	
}
.responsiveendtitle {
	max-width: 100%;
    height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
	
}
video {
  width: 100%;
  height: auto;
}

@font-face {
    font-family: 'spinner_rack_bbbold_italic';
    src: url('https://mutantscouts.com/css/fonts/spinnerrackbb-bolditalic-webfont.woff2') format('woff2'),
         url('https://mutantscouts.com/css/fonts/spinnerrackbb-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'spinner_rack_bbitalic';
    src: url('https://mutantscouts.com/css/fonts/spinnerrackbb-ital-webfont.woff2') format('woff2'),
         url('https://mutantscouts.com/css/fonts/spinnerrackbb-ital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'spinner_rack_bbregular';
    src: url('https://mutantscouts.com/css/fonts/spinnerrackbb-reg-webfont.woff2') format('woff2'),
         url('https://mutantscouts.com/css/fonts/spinnerrackbb-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: spinner_rack;
  src: url(https://mutantscouts.com/css/fonts/spinnerrackbb-reg-webfont.woff);
}

