@charset "utf-8"
/* CSS Coded and Designed by Nathan Chapman */
/* from Pixl Design - http://pixl.utopiaplanitia.org */

/* --------- RESET --------- */
/* Don't forget to set a foreground and background color
   on the 'html' or 'body' element! */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,caption,tbody,tfoot,thead{ margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1.2; font-family:Geneva, Arial, Helvetica, sans-serif; text-align:left; vertical-align:baseline; }
a img,:link img,:visited img{ border:0; }
ol,ul{ list-style:none; }
q:before,q:after,blockquote:before,blockquote:after{ content:""; }

/* --------- Universal --------- */
body { background: linear-gradient(#2e2e2e, #1f1f1f); color: white;}

/* --------- Links --------- */
a:link,a:visited{ text-decoration:none; color:#fff; }
a:hover,a:active{ color:#c7c7c7; }

/* --------- Layout --------- */
.container{ margin:20px auto 30px; width:65%; }
.footer{ color:#999; font-size:75%; margin-bottom:50px; text-align:center; }

/* --------- Header Tags --------- */
h1,h2,h3,h4,h5,h6{ color:#da0a00; font-weight:bolder; padding:10px 15px 0px 15px; font-family:helvetica; }
h1{ font-size:36px; }
h2{ font-size:24px; }
h3{ font-size:18px; }
h4{ font-size:16px; }
h5{ font-size:14px; }
h6{ font-size:12px; }

/* --------- Typography --------- */
p{ color:#c7c7c7;font-size:small; line-height:2; font-family:helvetica; }
tr, th{font-size:medium; line-height:2; font-family:helvetica; }
td{padding: 5px;}
ul,ol{ margin:25px; }
ul li, ol li { padding-left:10px; }
ul{ list-style:square inside; }
ol{ list-style:decimal inside; }
blockquote{ margin:15px; border-left:5px #FFDF00 solid; padding:7px; color:#999; font-style:italic; }
pre { margin:10px; border-left:5px #FFDF00 double; padding:10px; font-family:"Courier New", Courier, monospace; }

th {padding: 10px}


/* --------- Yellow Stops --------- */
/*h1:after,h2:after,h3:after,h4:after,h5:after,h6:after,li:after{ content:"."; color:orange; font-family:Helvatica, Arial, sans-serif; }
li:after{ font-size:24px; } */

p { margin-top: 1em;}

.error {
	color: red;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.navbar li {
  float: left;
}

.navbar li a {
  display: block;
  color: white;
  font-family: helvetica;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.navbar li a:hover {
  background-color: #111;
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/* Sortable tables */
table.sortable thead {
    background-color:#660000;
	font-family: helvetica;
	font-weight: normal;
    color:#FFF;
    cursor: default;
}

/* Navbar container */
.navbar {
 width: 65%;
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
	
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.trophycase {
	border: 0px;
}

.grid-container {
	display: grid;
	grid-template-rows: auto auto auto;
	grid-template-columns: auto auto auto;
	align-content: start;
}

.loginbar {
	background-color: #575757;
}

.mainContent {
	display:flex;
	flex-direction: row-reverse;

}

.mainContent h3 {
	color: white;

} 
.main {
	flex-basis:55%;
	padding-right: 2.5%;
}

.main p {
	word-wrap: break-word;
}

.side {
	flex-basis:20%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-right: 5%;
	background-color: #575757;
}





.::after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .mainContent.side, .mainContent.main {
    width: 100%;
  }
}

#rcorners1 {
  border-radius: 25px;
  background: #575757;
}

#rcorners2 {
  border-radius: 10px;
}

.transactionContainer {
	width: 80%
}

.addTransaction {
	display: grid;
	grid-template-columns: 10% 90%;
	background: #82fa9c;
}
.addTransaction p {
	color: black;
}

.addTransaction img {
	scale: 5%;
}

.displaybox {
	display: grid;
	
}

 Responsive layout - makes a one column layout instead of a two-column layout 
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

 Responsive layout - makes a one column layout instead of a two-column layout 
@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
  }
}

.main h2 {
	color:white;
}

#redhead {
	color:#da0a00;
}



