/* CSS Document */

/* CSS Document */

#vetwallintro{
  width: 800px;
  margin-top: 10px;
  margin-left: 25px;
  border: 5px black solid;  
  background-color: grey;
}

#flexwallintro{
  display: flex;
  align-items: center;  
}

.walltitle{
  color:white;
  font-size: 40px;
  padding-left: 10px;
  text-align: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#herlinks{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  width: 790px;
  margin-left: 25px;
  margin-bottom: 2px;
  height: 25px;  
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px black solid; 
  margin: 0;
}

.herlink{
  color: white;
}

.herlink:link{
  color: white;
  font-size: 14px;
}

.herlink:visited{
  color:white;
}



.wall{
  /*
  margin-top: 10px;
  margin-bottom: 10px;
  */
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-color: white;
  background-color: grey;
  color: white;
/*  float: left; */
  width: 800px;
  /* margin-left: 25px; */
  border: 5px black solid;
}

.wallLabel{
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.wallValue{
  font-size: 20px;
  color: white;
}

.wallTableRow{
  border: 1px black solid; 
  padding: 5px;
}

#veteranNameDiv{
  height:125px;
  float:left;  
}

.veteranName{
  font-size: 32px;
  color: white;
  text-align: left;
  padding-bottom: 0px;
}

.branchlogo{
  width: 120px;
  height: 120px;
  border: 1px black solid;
}

.branchName{
  float:right;
  text-align: center;
  color: white;
  width:100px;
}

.veteranPhoto{
  border: 3px black solid;
  width: 200px;
  height: 300px;
  background-color:white;
/*  float: left;  */
}

.bioText{
  color: black;
  border: 3px black solid;
  background-color: white;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 15px;
  width: 550px;
  height: 300px;
  overflow-y: auto;
}

.medal{
  background-color: white;
  height: 50px;
  padding: 5px;
}

#vitalstats{
  font-size:16px; 
  color:white;
  width: 350px;
  border:1px white solid;
  padding-top: 0px;
  /* padding-right: 3px; */
}

#awardsdiv{
  background-color: white;
  padding-top: 10px;
}

#warsdiv{
  padding-top: 10px;
}


.herlogo{
  height: 200px;
  width: 200px;
}

.herlink{
  padding: 5px;
}

.externallink{
  color:white;
  font-size: 16px;
}

.externnallink:visited{
  color: white;
}

.externallink:link{
  color: white;
}
