@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9vox99');
  src:  url('fonts/icomoon.eot?9vox99#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?9vox99') format('truetype'),
		url('fonts/icomoon.woff?9vox99') format('woff'),
		url('fonts/icomoon.svg?9vox99#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family:'u1f000';
	src: url('fonts/u1f000.eot');
	src:  url('fonts/u1f000.eot?9vox99#iefix') format('embedded-opentype'),
		url('fonts/u1f000.ttf?9vox99') format('truetype'),
		url('fonts/u1f000.woff?9vox99') format('woff'),
		url('fonts/u1f000.svg?9vox99#u1f000') format('svg');
	font-weight:normal;
	font-style:normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-archiveofourown:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\ea96";
}


* {
	margin:0;
	padding:0;
}
body {
	background-image:none;
}
a:link, a:visited {
	font-weight: 600;
	letter-spacing:1px;
}
table strong {
	font-weight:600;
}
.top-image {
	margin-bottom:0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	width: 100%;
	background-size: contain;
}
.top-image img {
	max-width:100%;
}
.container {
	width:50%;
	max-width:500px;
	margin:auto;
	font-family:'Work Sans', sans-serif;
	font-size:14px;
	color:#4A3380;
}
.wrapper {
	background-color:rgba(255,255,255,0.902);
	box-shadow: 0 7px 200px 10px rgba(255, 255, 255, 0.9);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -3px;
}
.navigation {
	margin:15px;
	display:flex;
	justify-content: space-evenly;
	/* flex-direction: row; */
	flex-wrap: wrap;
}
.navigation a:link,
.navigation a:visited {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.navigation ul li {display: unset;}
.social-media {
	font-size:25px;
	margin-top:30px;
}
.social-media .sm-icon {
	font-weight:normal;
	text-decoration:none;
	border:2px solid;
	border-radius:100%;
	padding:7px;
}
.social-media .sm-icon:hover {
	color:rgba(255,255,255,0.902) !important;
	border:2px solid transparent;
}

.about-byf.section {
	padding-top:0;
}
.section, .first-section, .footer {
	padding:20px;
}
.section p {
	margin:7px;
}
.credit {
	font-size:13px;
}
.credit a {
	text-decoration:none;
	letter-spacing:0;
	font-style:normal;
}
h1, h2 {
	font-family:'marydale';
	text-align:center;
    font-weight:700;
}
h1 {
	font-size:40px;
	line-height:40px;
}
h2 {
	font-size:25px;
}
h3 {
	font-weight:normal;
	font-size:12px;
	text-align:center;
}
ul {
	text-align:center;
	list-style-type:none;
}
ul li {
	display:inline-block;
}
table {
	text-align:center;
	width:100%;
	border-collapse: collapse;
}
table tr {
	border-bottom:1px dotted #999;
}
table tr td, th {
	padding:5px;
}
.pseudo-list p::before {
	content:"X";
}
table th.vrains-ships {
	background-color: rgba(151,193,233,0.5);
	font-size:15px;
	letter-spacing:2px;
}
table th.arcv-ships {
	background-color:rgba(204,102,151,0.5);
	font-size:15px;
	letter-spacing:2px;
}
table th.dm-ships {
	background-color:rgba(111,82,127,0.5);
	font-size:15px;
	letter-spacing:2px;
}
.footer {
	margin-bottom:30px;
	font-size:10px;
	text-align:center;
	font-style:italic;
}

.star-divider {
    font-style: normal !important;
    font-size: 16px;
    display: none;
}
.take-star {
    color:#CC6697;
}
.yusa-star {
    color:#A5CBEE;
    padding:0 10px;
}

@media screen and (max-width:1000px) {
	.container {
		max-width:800px;
		width:100%;
	}
}