@font-face {
  font-family: "Fate Core";
  src: url("Fate Core Font.ttf") format("truetype");
}

body {
    background-color: black;
    color: white;
    padding: 1em;
    font-family: "Times New Roman",serif;
}

a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #ff00ff;
}

a:active {
	color: orange;
}

h1 { font-family:'Fredoka One',Arial,sans-serif; }
h2 { font-family:'Fredoka One',Arial,sans-serif; }
h3 { font-family:'Fredoka One',Arial,sans-serif; }
h4 { font-family:'Fredoka One',Arial,sans-serif; }
h5 { font-family:'Fredoka One',Arial,sans-serif; }
h6 { font-family:'Fredoka One',Arial,sans-serif; }

blockquote {
    background-color: #440044;
    padding-left: 0.5em;
    border-radius: 3px;
}

#battleTranscript {
	width: 85%;
	margin: auto;
	font-size: 14pt;
	font-family: 'Times New Roman', serif;
	background-color: #111111;
	padding: 0.5em;
}

#battleTranscript a {
    text-decoration: underline;
}

.menuItem {
	width: 204px;
	margin: auto;
	border: 2px outset #ff00ff;
	display: inline-block;
	margin-top: 0.5em;
	padding: 0.25em;
	text-align: center;
	font-family:'Fredoka One',Arial,sans-serif;
}

.width100 {
	width: 100%;
}

.width580 {
	width: 580px;
}

.autoCenter {
	margin: auto;
}

.centerText {
	text-align: center;
}

.header {
	margin:auto;
	margin-bottom: 1em;
	width:580px;
	min-width:580px;
	border: 5px dotted yellow;
	font-family:'Fredoka One',Arial,sans-serif;
    padding: 0.5em 1em;
}

.portraitFullsize {
    width: 250px;
    height: 250px;
}

.portraitHalfsize {
    width: 125px;
    height: 125px;
}

.portraitMatchup {
	width: 589px;
	margin: auto;
	text-align: center;
}

.matchLabel {
	font-weight: bold;
	font-size:20pt;
}

.levelLabel {
	font-weight: bold;
	font-size:28pt;
}

.subheaderLabel {
	font-family:'Fredoka One',Arial,sans-serif;
	font-size:20pt;
}

.subheader2Label {
	font-family:'Fredoka One',Arial,sans-serif;
	font-size:18pt;
}

.characterLabel {
	width: 250px;
	display: inline-block;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.characterLabelFor3 {
	width: 250px;
	margin: auto;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.stopgapLabel {
	/*background-color:red;*/
	width: calc(100% - 510px);
	/*font-size: 48pt;*/
	display: inline-block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.battleArchiveEntry {
	min-width: 250px;
	min-height: 125px;
	border: 2px outset white;
	font-family:'Fredoka One',Arial,sans-serif;
	font-size:16pt;
	display: inline-block;
	margin: 0.25em;
}

.gold {
    color: #d4af37;
}

.silver {
    color: #c0c0c0;
}

.bronze {
    color: #cd7f32;
}

.aspect {
    font-style: italic;
    font-weight: bold;
    color: yellow;
}

.rainbow {
    color: black;
    background: white;
    background: -webkit-linear-gradient(left, hsl(0, 100%, 50%) 0%, hsl(18, 100%, 50%) 5%, hsl(36, 100%, 50%) 10%, hsl(54, 100%, 50%) 15%, hsl(72, 100%, 50%) 20%, hsl(90, 100%, 50%) 25%, hsl(108, 100%, 50%) 30%, hsl(126, 100%, 50%) 35%, hsl(144, 100%, 50%) 40%, hsl(162, 100%, 50%) 45%, hsl(180, 100%, 50%) 50%, hsl(198, 100%, 50%) 55%, hsl(216, 100%, 50%) 60%, hsl(234, 100%, 50%) 65%, hsl(252, 100%, 50%) 70%, hsl(270, 100%, 50%) 75%, hsl(288, 100%, 50%) 80%, hsl(306, 100%, 50%) 85%, hsl(324, 100%, 50%) 90%, hsl(342, 100%, 50%) 95%, hsl(360, 100%, 50%) 100%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.areYouReady {
	background: -webkit-linear-gradient(left, #880088, #ee00ee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mainLogo {
    width: 500px;
    display:block;
    padding-top: 0.5em;
}

.fateCore {
    font-family: 'Fate Core';
}

.fredoka {
    font-family:'Fredoka One',Arial,sans-serif;
}

.onlyOnMobile {
    display: none;
}

/* smaller than widescreen for some effects */
@media screen and (max-width: 1332px) {
    .hideOnSmall {
        display: none;
    }
}

/* mobile */
@media screen and (max-width: 600px) {
    .hideOnMobile {
        display: none;
    }
    
    .onlyOnMobile {
        display: revert;
    }
    
    .mainLogo {
        width: 100%;
        max-width: 500px;
        display:block;
        padding-top: 0.5em;
    }
    
    #battleTranscript {
    	width: 99%;
    	margin: auto;
    	font-size: 14pt;
    	font-family: 'Times New Roman', serif;
    	background-color: #111111;
    	padding: 0.5em;
    }
    
    .header {
    	margin:auto;
    	margin-bottom: 1em;
    	width: 95%;
    	min-width: 0px;
    	border: 5px dotted yellow;
    	font-family:'Fredoka One',Arial,sans-serif;
    	padding: 0.5em 1em;
    }
    
    .portraitMatchup {
    	width: 100%;
    	max-width: 589px;
    	margin: auto;
    	text-align: center;
    }
}