html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #292929;
    font: 90% Roboto, Arial, sans-serif;
    font-weight: 300;
    height: auto;
}

p {
    padding: 0 10px;
    line-height: 1.8;
}

div#container {
    position: relative;
    min-height: 100%;
  }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 150px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

li a {
        display: block;
        color: #000;
        padding: 8px 8px;
        text-decoration: none;
    }

li a:hover {
    background-color: #555;
    color: white;
}

h3 {
    padding: 5px 20px;
    margin: 0;
}

div#header {
    position: relative;
    text-align: left;
}

div#header h1 {
    height: 80px;
    line-height: 50px;
    margin: 0;
    padding-left: 0px;
    background: #e0e0e0;
    color: black;
    display: flex;
    align-items: center;
}
div#header a {
    margin: 0px;
    padding: 0px;
}

div#header img {
    height: 80px;
    width: 110px;
    border-radius: 3px;
    
    margin-top: 13px;
}

.newspaper {
    column-count: 3;
    margin: 20px;
}

.contact {
    border-radius: 8px;
    border-color: #292929;
    background-color: rgb(175, 175, 175);
    border-style: solid;
    width: 100%;
    height: 60%;
    margin: 30px;
}


#TitleContent {
    border-radius: 25px;
    border: 2px solid black;
    padding: 20px; 
    width: 100%;
    height: 40px;
    margin: 10px;
    text-align: center;
    background-color: lightblue;
}
div#navigation li {
    list-style: none;
    border-style:hidden;
}
div#navigation a {
    font-size: small   ;
}


#footer {
    position: fixed;
    height: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: lightblue;
    color: black;
    text-align: center;
}

div#footer p {
   margin:auto;
}

div.form {
    text-align: left;
    margin:20px;
    border-radius: 5px 20px 5px;
    background-color: #928a8a;
    padding: 20px;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: 400;
    text-align: left;
}
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

#fname, #lname, #email {
    border-radius: 5px;
    width: 50%;
}

#comment {
    width: 98%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
div#wrapper {
    float: left;
    width: 100%;
    height: 100%;
}

div#content {
    margin: 0 200px;
    text-align: center;
}

#navigation {
    position: relative;
    float: left;
    width: 200px;
    background-color: lightblue;
    margin-left: -100%;
    margin-bottom: 0%;
    height: 100%;
    min-height: 100%;
}

div#navigation h3 {
    font-weight: 600;
}

input[type=submit] {
    width: 100%;
    background-color: lightblue;
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
  }
  input[type=reset] {
    width: 100%;
    background-color: lightblue;
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
  }


  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }

  #spans {
    width: 350px;
    text-align: center;
    image-rendering: crisp-edges;
  }

  div#dogcare {
    background-color: #c6c6c6;
    border-radius: 15px 50px 30px;
    margin: 40px;
    padding: 10px;
    text-align: left;
  }
  #dogcare h4{
    text-align: center;
    padding: 20px;
  }

div#content  table{
    margin: 0 auto;
}

img#spans {
    border-radius: 8px;
}