/* user styles */

/* styles are what change the color and sizes of stuff on your site. */
/* these are variables that are being used in the code these tended to confuse some people, so I only kept the images as variables */

:root {
	/* colors */
	--content: #183C49;
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 1.1em;
	margin: 0;
	background-color: #F3DCB2;
	background-image: url('/assets/ajtroxell_diamond_eyes.png');
	background-repeat: repeat;
  background-attachment: fixed;
  background-position: top;
	background-size: auto;
	color: #B6F5F9;
}

* {
	box-sizing: border-box;
}

/* below this line is CSS for the layout */

/* the "container" is what wraps your entire website */
/* if you want something (like the header) to be Wider than
the other elements, you will need to move that div outside
of the container */
#container {
	max-width: 1000px;
	/* this is the width of your layout! */
	/* if you change the above value, scroll to the bottom
and change the media query according to the comment! */
	margin: 0 auto;
	/* this centers the entire page */
}

/* the area below is for all links on your page
EXCEPT for the navigation */
a {
	color: #F3DCB2;
	font-weight: bold;
}

a:hover{
	color: #8AD6F1;
}

.noleft {
  margin-left: 250;
}

.breadcrumb {
  margin-top: -20px;
  font-size: 0.90em;
}

.centered {
  text-align: center;
}

/*chara- classes are for the cast pages*/
.chararow, .viewrow {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  
}

.charabox {
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  border-radius: 20px;
  border-style: solid;
  color: #183C49;
  display: flex;
  margin: 20px;
  padding: 0.2em 1em;
  width: 45%;
}

.charaimg {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 5px;
  border-style: solid;
  color: #183C49;
  display: flex;
  margin: auto;
  min-height: 90px;
  padding: 5px;
}

.charainfo {
  font-size: 0.9em;
  line-height: 1;
}

.charabox > .charainfo a {
  padding: 0px;
  color: #1D5995;
}

.charabox > .charainfo a:hover {
  color: #000000;
}

.charaname {
  font-size: 1.5em;
}

/* for dropdown menu*/
.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none; 
  position: absolute;
  padding: 8px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:focus .dropdown-content, .dropdown:focus-within .dropdown-content {
  display: block;
}

.dropdown-content a {
	background-color: #1D5995;
  display: block;
  margin-left: -26px;
  margin-top: -3px;
  padding: 6px 36px 6px 16px;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #043431;
	text-decoration: underline;
}

@font-face {
	font-family: Nunito;
	src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
	font-family: Nunito;
	src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: Nunito;
	src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: Nunito;
	src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
	font-style: italic;
	font-weight: bold;
}

#header {
	background-color: #1D5995;
	background-image: url('/assets/placementhellcruiseheader.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
}

.invitehover:hover {
  content: url('/assets/inviteb.png');
}


label {
  background-color: #1D5995;
  border-radius: 20px 20px 0px 0px;
  color: #FAB45A;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 100px;
}

/* navigation section!! */
#navbar {
	background-color: #1D5995;
	color: #FAB45A;
	height: 40px;
	width: 100%;
}

#navbar a {
	color: #FAB45A;
}

#navbar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	padding-top: 10px;
}

/* navigation links*/
#navbar li a {
	color: #FAB45A;
	font-weight: 800;
	text-decoration: none;
}

/* navigation link when a link is hovered over */
#navbar li a:hover {
	text-decoration: underline;
}

#flex {
	display: flex;
}

/* for character profile pages */
.profilebox {
  background-color: #F9E5AD;
  border-radius: 20px;
  color: #183C49;
  justify-content: space-between;
  margin: auto;
  padding: 10px;
  width: 95%;
}

.profilebox a {
  color: #043431;  
}

.profilebox a:hover {
  color: #8AD6F1;  
}

.profilebox img {
  float: right;
  padding: 20px;
}

.profilership {
  background-color: #1D5995;
  border-radius: 10px;
  color: #FAB45A;
  justify-content: space-between;
  padding: 20px;
}

.profilership img {
  cursor: pointer;
  float: right;
}

.vardan:hover {
  content: url('/assets/headshot/vardan2blood.png');
}

.eli:hover {
  content: url('/assets/headshot/eli2.png');
}

/* styling for relationship, other/trivia section */
.rtabs, .triviatabs {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}

.rtabs input[type="radio"], .triviatabs input[type="radio"] {
  display: none;
}

.rtabs h2, .triviatabs h2 {
  color: #183C49;  
}

.rtabs label {
  padding: 10px;
  font-size: .9em;
  font-weight: bold;
  width: 170px;
}

.rtabs .rbox, .triviatabs .trivia {
  background-color: #F9E5AD;
  border-radius: 0px 20px 20px 20px;
  color: #183C49;
  display: none;
  order: 1;
  padding: 20px;
  width: 100%;
}

.triviatabs .trivia a {
  color: #043431;  
}

.rtabs .rbox a:hover, .triviatabs .trivia a:hover {
  color: #8AD6F1;  
}

.rtabs input[type="radio"]:checked + label + .rbox, .triviatabs input[type="radio"]:checked + label + .trivia {
  display: block;
}

.rtabs input[type="radio"]:checked + label, .triviatabs input[type="radio"]:checked + label {
  background-color: #F9E5AD;
  color: #183C49;
}

.rtabs label:hover, .triviatabs label:hover {
  background-color: #043431;
  transition: ease 0.5s;  
}

/* this colors BOTH sidebars
if you want to style them separately,
create styles for #leftSidebar and #rightSidebar */
aside {
	background-color: #777777;
	width: 200px;
	padding: 20px;
	font-size: smaller;
}


/* this is the color of the main content area,
between the sidebars! */
main {
	background-color: #111C2F;
	flex: 1;
	padding: 20px;
	order: 2;
}

p {
  margin: 1.5em;
}

ul {
  margin-right: 1em;
}

img:hover {
  
}

/* what's this "order" stuff about??
allow me to explain!
if you're using both sidebars, the "order" value
tells the CSS the order in which to display them.
left sidebar is 1, content is 2, and right sidebar is 3! */

#leftSidebar {
	order: 1;
}

#rightSidebar {
	order: 3;
}

footer {
	background-color: #1D5995;
	font-size: 0.8em;
	width: 100%;
	height: 60px;
	margin-top: 0;
	padding: 10px;
	text-align: center;
}

h1, h2, h3 {
	color: #FAB45A;
	line-height: 0.6;
}

h1 {
	font-size: 32px;
}

strong {
	color: #AAAAAA;
}

/* this is just a cool box, it's the darker colored one */
.box {
	background-color: #1D5995;
	border: 1px solid #AAAAAA;
	padding: 10px;
}

/* CSS for extras */
#topBar {
	width: 100%;
	height: 30px;
	padding: 10px;
	font-size: smaller;
	background-color: #1D5995;
}

.glow:hover{
  filter: drop-shadow(1px 1px 10px #AAAAAA);
}

/* BELOW THIS POINT IS MEDIA QUERY */
/* so you wanna change the width of your page? 
by default, the container width is 1000px.
in order to keep things responsive, take your new height,
and then subtrack it by 100. use this new number as the 
"max-width" value below
*/

@media only screen and (max-width: 900px) {
	#flex {
		flex-wrap: wrap;
	}

	aside {
		width: 100%;
	}
  
	/* the order of the items is adjusted here for responsiveness!
since the sidebars would be too small on a mobile device.
feel free to play around with the order! */
	main {
		order: 1;
	}

	#leftSidebar 	{
		order: 2;
	}

	#rightSidebar 	{
		order: 3;
	}

	#navbar ul 	{
		flex-wrap: wrap;
	}
}


@media (max-width: 680px) {
  .charabox {
    flex-wrap: wrap;
    width: 100%;
  }
}