/* style.css */

    header {
      background-color: white;
      font-family: bebas, serif;
      font-size: 16px;
      word-spacing: 80px;
      text-align: center;
      float: center;
      clear: left;
    }

    footer {
      background-color: lightgray;
      font-family: bebas, serif;
      font-size: 16px;
      word-spacing: 80px;
      text-align: center;
      float: center;
      clear: left;
    }

    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #f1f1f1;
      text-align: center;
      float: center;
    }

    li {
      float: left;
    }

    li a {
      display: block;
      color: black;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      float: center;
      clear: left;
    }

    a:hover {
      background-color:darkgreen;
      color:white;
    }

    body {
      font-family: timeless, arial,;
      font-size: 14px;
      background-color: darkgray;
    }

    form {
      font-family: timeless, arial, serif;
      font-size: 20px;
      background-color: white;
      color: black;
      margin: 15px;
    }

    input {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    }

    .bordered-image {
      border: solid 3px green;
      vertical-align: center;
      margin: 15px;
    }

    .textalign {
      text-align: center;
      font-family: Bebas, sans-serif, arial;
      font-size: 45px;
      color: black;
    }

    .font {
      font-family: Timeless, serif;
      font-size: 15px;
      color: black;
    }

    .leftNav {
      width: 30%;
      height: 100%;
      float: left;
      clear: left;
    }

    .topPanel {
      width:70%;
      height:100%;
      float: right;
      padding-top: 60px;
    }

    .table {
    	font-family: Timeless, serif;
    	font-size: 15px;
    	vertical-align: center;

    }

    .table-services {
    	font-family: Timeless, serif;
    	font-size: 15px;
    	vertical-align: center;
    	color: white;
    }

    .photo {
    	align-content: center;
    	vertical-align: center;
    }
