@charset "UTF-8";

#faxSummary {    
  background-color: rgba(112, 127, 223, 0.405);
  font-family: sans-serif;
  background-size: cover;
  margin: 0 auto;
}

h1{
  color: rgb(183, 215, 218);  
  font-size: 55px;
  margin-top: 0%;
  margin-bottom: 0%; 
}

h2 {
  font-size: 30px;
  color: rgb(183, 215, 218);  
  padding-bottom: 5px;
}

h3 {
  font-size: 22px;
  color: rgb(183, 215, 218);   
  text-decoration: none;
}

h4 {
  font-size: 15px;
  font-family: Calibri, 'Trebuchet MS', sans-serif; 
}

p {
  font-family: Calibri, 'Trebuchet MS', sans-serif; 
  font-size: 20px;     
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 15px;
  min-width: 20px;
  min-height: 100%;
  width: 100%;  
  color: white;
}


a {  
  text-decoration: none;
}

a:link {
  text-decoration: none;color:rgb(186, 219, 255) 
}

a:visited { 
  text-decoration: none; color:rgb(12, 173, 247); 
}

a:hover { 
  text-decoration: none; color: rgb(73, 197, 255); 
}

a:focus { 
  text-decoration: none; color: rgb(12, 173, 247) ;
}

a:hover, a:active { 
  text-decoration: none; color: rgb(73, 197, 255); 
}

.center{
  text-align: center; 
  margin: 0 auto;
}

.bg{
  background-color: rgb(35, 47, 80);
}

.sendoff{
  padding-top: 30px;
}

#headshots{  
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}

.fullbody{ 
  display: inline-block;
  width: 100%;  
  padding: auto;
  margin: auto;
}

.fullbody img{
  max-width: 100%;
  height: auto;
  padding: 1em 0.5em;
}

footer{
  color: rgb(183, 215, 218); 
  background-color: rgba(112, 127, 223, 0.405);
  width: 100%;
  padding: 10px auto;
  margin: 20px auto;
}

footer img{
  padding: 0.005em 0.5em;
  max-width: 50%;
  max-height: 80%;
}

/* @media only screen and (min-width: 600px) {
  .bg footer {
    width: 40em;
    padding: 0px 10px;
  }

  header h1 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 1000px) {
  .bg footer {
    width: 50em;
  }
} */

