body
{
background-color: black;
}
#strengths
/* Entrepreneur. Coder. Gamer. Instructor. YouTuber. */
{
font-size: 30px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
word-spacing: 40px;
margin-right: 50px;
}
#mission
/* Helping kids learn on their own and embrace tech */
{
font-size: 25px;
color: white;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
word-spacing: 5px;
margin-right: 50px;
}
/* NAVIGATION LINKS Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* ACCORDION Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight:bold;
  transition: 0.4s;
  border-radius: 4px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.coding_project {
  border-radius: 25px;
  border: 2px solid #000000;
  padding: 13px;
  background-color:white;     
}

.coding_image {
width:120px;
vertical-align:middle;
border-radius:4px;
}

.minecraft_image {
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.minecraft_page_title {
font-size: 30px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;

}
.references a:link { /* unvisited link */
  color: #F0FFFF;
}


.references a:visited {
  color: #FFF8DC;
}


.references a:hover {
  color: #B0C4DE;
}


.references a:active {
  color: #F5F5F5;
}

.white_text {
  color: white;
}

H2 {
  color: white;
  text-align: left;
}




