html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 16px;
  margin: 0px;
}

/* Experimentation with imagery
#Splash {
  background: url(../images/SunsetJax.jpeg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: top;
}
*/

/*
#bodymargin {
    margin-right: 1rem;
}

h1, h2, h3 {
  font-family: sans-serif;
}
*/

h1 {
  margin: 0px;
  text-align: center;
}

h2 {
  color: #FF4444;
  font-size: 1.75rem;
}

.topBump {
	margin-top:0;
}

h3 {
  color: #b30000;
  font-size: 1.25rem;
}

p, li {
  font-size: 1rem;
}

img {
  /*width: 100%;
  height: 400px;
  background-size: cover;*/
  max-width: 100%;
  height: 260px;
}



/* Responsive Styling */

* {
  box-sizing: border-box;
}

.header {
  background-color: #660000;
  color: #ffffff;
  padding: 15px;
}

.aside {
  background-color: #660000;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #330000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

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

.responsivefont {
	font: sans-serif;
}

@media screen and (min-width: 600px) {
	h1.responsivefont {
		font-size: 32px;
	}
}

@media screen and (max-width: 600px) {
	h1.responsivefont {
		font-size: 24px;
	}
}


[class*="col-"] {
  float: left;
  padding: 15px;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
	/* For tablets: */
	.col-t-1 {width: 8.33%;}
	.col-t-2 {width: 16.66%;}
  	.col-t-3 {width: 25%;}
  	.col-t-4 {width: 33.33%;}
  	.col-t-5 {width: 41.66%;}
  	.col-t-6 {width: 50%;}
  	.col-t-7 {width: 58.33%;}
  	.col-t-8 {width: 66.66%;}
  	.col-t-9 {width: 75%;}
  	.col-t-10 {width: 83.33%;}
  	.col-t-11 {width: 91.66%;}
  	.col-t-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
	/* For desktop */
	.col-d-1 {width: 8.33%;}
	.col-d-2 {width: 16.66%;}
	.col-d-3 {width: 25%;}
	.col-d-4 {width: 33.33%;}
	.col-d-5 {width: 41.66%;}
	.col-d-6 {width: 50%;}
	.col-d-7 {width: 58.33%;}
	.col-d-8 {width: 66.66%;}
	.col-d-9 {width: 75%;}
	.col-d-10 {width: 83.33%;}
	.col-d-11 {width: 91.66%;}
	.col-d-12 {width: 100%;}
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #660000;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #990000;
}

/* two-column page
.menu {
  width: 40%;
  float: left;
  padding: 15px;
  color: #ffffff;
  background-color: #330000;
}

.main {
  width: 60%;
  float: left;
  padding: 15px;
  border: 1px solid #660000;
}

*/

.ec {
	color: #009cf7;
	background-size: 20px 12px;
	/* unicode-bidi: bidi-override; direction: rtl; text-align: left; */
}

.stepheading {
	font-size: 1.0rem;
	font-weight: bold;
	color: #660000;
}

li {
	margin-bottom: 0.75rem;
}

.success {
	text-align: left;
}

.tagline {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	color: #FFCCCC;
	font-size: 0.9rem;
	margin-top: 3rem;
}

.navlink {
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	font-weight:300;
}

.accordion {
	background-color: #FCC;
  	color: #000;
  	cursor: pointer;
  	padding: 12px;
  	width: 100%;
  	border: none;
	border-radius: 10px;
  	text-align: left;
  	outline: none;
  	font-size: 15px;
	font-weight: 700;
  	transition: 0.4s;
	margin-bottom: 5px;
}

.active, .accordion:hover {
  	background-color: #F44;
	color: #FFF;
	font-weight: bold;
}

.panel {
  	padding: 0 18px;
  	display: none;
  	background-color: white;
  	overflow: hidden;
}

/* This section contains styles I may use in the future.

.sidebar {
  	margin: 0;
  	padding: 0;
	min-width: 25%;
  	background-color: #600;
  	position: fixed;
  	overflow: auto;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

*/