@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 375px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) { 
    body {
        color: #777777;
        background-image: url("./../images/white-waves.png");
        font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
      }
      
      header {
        text-align: center;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
        width: auto;
        padding: 0px;
        margin: 0;
      }
      
      #navigationBar {
        align-content: center;
        display: inline-block;
        width: auto;
        background-color: #ffffff;
        margin-bottom: 1px;
        padding: 3px;
      }
      
      h1 {
        font-family: 'Georgia', Times, Times New Roman, serif;
        display: inline;
        margin-right: 100px;
        color: white;
        background-color: #4aaaa5;
        padding: 6px;
        font-size: 40%;
      }
      
      div.container {
        height: auto;
        width: auto;
        margin: 0 5px;
        margin-bottom: 20px;
        padding: 5px;
      }

      #bio-image{
          width: 60px;
          height: 40px;
      }
      
      a {
        clear: all;
        font-weight: normal;
        text-decoration: none;
        color: #cccccc;
        font-size: 100%;
      }
      
      h2 {
        font-family: 'Georgia', Times, Times New Roman, serif;
        color: #4aaaa5;
        font-size: 40%;
      }
      
      h6 {
        color: #eeeeee;
        margin-left: 1px;
        margin-right: 1px;
        display: inline;
        font-size: 8px;
      }
      
      a:hover {
        color: black;
      }
      
      h4 {
        color: #777777;
        margin-top: 15px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 30%;
      }
      
      hr {
        size: 1px;
        color: #dddddd;
      }
      
      #about-me {
        display: inline-block;
        text-align: left;
        padding: 4px;
        background-color: #ffffff;
      }
      
      #portfolio {
        height: 400px;
        margin-bottom: 30px;
        text-align: left;
        padding: 4px;
        background-color: #ffffff;
      }
      
      #contact {
        text-align: left;
        padding: 4px;
        background-color: #ffffff;
      }
      
      p {
        font-size: 10px;
      }
      
      img {
        float:left;
        margin-top: 5px;
        margin-right: 5px;
      }
      
      hr {
        border: 1px solid #dddddd;
      }
      
      input {
        font-size: 40%;
        height: 10px;
        width: 280px;
        border: .5px solid #cccccc;
      }
      
      textarea {
        height: 200px;
        width: 280px;
        border: .5px solid #cccccc;
        font-size: 40%;
      }
      
      button {
        background-color: #4aaaa5;
        border: none;
        color: white;
        padding: 2px 6px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 8px;
        cursor: pointer;
      }
      
      button:hover {
        background-color: #357975;
      }

      footer {
        bottom: 0;
        width: 100%;
        position: fixed;
        height: 20px;
        border-top: 2px solid #4aaaa5;
        background-color: #666666;
        color: white;
        font-size: 6px;
        text-align:center;
        padding: 5px;
      }

}
