
body { 
    background-color: #dee6f6;
    background-repeat: no-repeat; 
    font-family: Verdana, Arial, sans-serif;
  }
  
  
  header {
    background-image: url('Ultrasound.jpg');
    height: 80px;px;
    background-position: center;
    background-repeat: no-repeat;
    color: #040303;
    font-family: Georgia,serif;
  }
  
  
  h1 {
    text-align: center;
    padding-top: 0.5em;
  }
  
  
  nav { 
    font-weight: bold;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
  }
  
  
  h2 {
    color: #1a3b5d; 
    font-family: Georgia, serif;
  }
  
  h3 {
  font-family: Georgia, serif;
  font-style: italic;
  }
  
  dt {
    color: #000000;
    font-weight: bold;
  }
  
  main {
    padding-right: 2em;
    padding-left: 2em;
    
  }
  
  .homehero {
    background-image: url('Ultrasound.jpg');
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  

  nav a {
    text-decoration: none;
  }
  
  .name {
    color: #003870;

  }
  
  footer {
    font-size: 0.70em;
    font-weight: bold; 
    font-style: italic; 
    text-align: Center;
    padding: 1em;
  }
  
  .image-wrapper {
    width: 175px; 
    float: left; 
    margin: 0 20px 20px 0; 
}

.image-wrapper img {
    width: 100%; 
    height: auto; 
}

p {
    margin: 0; 
}
  
  #wrapper {
    background-color: #ffffff; 
    width: 80%; 
    min-width: 960px; 
    max-width: 2048px; 
    box-shadow:10px 5px 5px;
    margin-right: auto;
    margin-left: auto;}