a {
  text-decoration:none;
  color:white;
}
a:hover, a:active {
  text-decoration:none;
}

/* The wonderful things we've done. */
.list_o_projects {
  padding-top: 10px;
  color: white;
  background-image:url("/projects/Images/Dark_Electronics_Mo_Narrowah.jpg");
  background-size:100%;
}
@media screen and (min-width: 800px) {
  .list_o_projects {
    width: 850px;  /* So that the stupid centering will work. */
  }
}
.list_o_projects a {
  display:block;   /* Or else that hover thing doesn't work. */
}
.list_o_projects a:hover {
  background-color:#606060;
}

.project_list_title {
  font-size:35px;
  padding-top:10px;
  text-align:center;
}
.project_list_subtitle {
	font-size:15px;
  padding-bottom:10px;
  text-align:center;
}
@media screen and (max-width: 799px) {
  .project_list_subtitle {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
  }
}
.glass_pane {
  margin:10px;
  margin-top:30px;
  background-color: #00000070;
  border: solid white 2px;
  border-radius:20px;
  padding-top:20px;
}
.project_entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  padding:10px;
  font-family: DejaVu Sans;
}
.pic_box {
  padding-left:10px;
  padding-right:10px;
}
.project_pic {
  max-height:100%;
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
}
.pertinent_info {
  font-size:17px;
}
@media screen and (min-width: 800px) {
  .pic_box {
    width: 20%;
  }
  .pertinent_info {
    width:80%;
  }
}
@media screen and (max-width: 799px) {
  .pic_box {
    width: 100%;
  }
  .project_pic {
    width: 60%;
  }
  .pertinent_info {
    width:100%;
  }
}

/* A wonderful thing we did. */
.projecty_page {
  padding-top: 10px;
  color: white;
  background-image:url("/projects/Images/Dark_Electronics_Mo_Narrowah.jpg");
  background-size:100%;
}
@media screen and (min-width: 800px) {
  .projecty_page {
    width: 725px;
    border-right: 2px solid white;
  }
}
@media screen and (max-width: 799px) {
  .projecty_page {
    width: 100%;
  }
}

.project_banner {
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-color:#00000080;
}
.logo_n_stuff {
  display:flex;
  margin-top:20px;
}
.where_n_when {
  font-size:17px;
}
@media screen and (min-width: 800px) {
  .logo_n_stuff {
    flex-direction:row;
  }
  .company_logo {
    margin-left:30px;
  }
  .where_n_when {
    margin-left:30px;
  }
}
@media screen and (max-width: 799px) {
  .logo_n_stuff {
    flex-direction:column;
  }
  .company_logo {
    width:50%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
  }
  .where_n_when {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    padding-left:20px;
    padding-right:20px;
  }
}

.nugget_box {
  display:flex;
}
.project_nugget {
  font-size:15px;
  margin-bottom:10px;
  padding-top:10px;
  padding-bottom:10px;
}
.nugget_pic {
  display:block;
  width:60%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}
.nugget_info {
  display:block;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  font-size:10px;
}
@media screen and (min-width: 800px) {
  .nugget_box {
    flex-direction:column;
  }
  .project_nugget {
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
}
@media screen and (max-width: 799px) {
  .nugget_box {
    flex-flow:wrap row;
    justify-content:center;
  }
  .project_nugget {
    width:25%;
    margin-left:7px;
    margin-right:7px;
  }
}

.story_pane {
  margin:10px;
  margin-top:30px;
  background-color: #00000070;
  border: solid white 2px;
  border-radius:20px;
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  font-family:DejaVu Sans;
}
.story_pane p {
  margin-top:0px;
  margin-bottom:15px;
  padding-left:15px;
}
.story_pane h1 {
  margin-top:0px;
  font-size:20px;
  font-weight:bold;
  font-family:AvianoSerifRegular;
}
.story_pane a {
  text-decoration:none;
}
.story_pane li {
  margin-bottom:5px;
}

