#head {
  text-align: center;
  border-bottom: 3px double transparent;  /* #05580A */
  background-color: transparent;  /* #A64217 */
  padding-top: 5px;
}

body {
  background-image: url("/images/degbkgnd1.jpg");  /* natfl288.jpg */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#center {
  float: center;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #F2C922;
  margin-top: 8px;
}

#centertrans {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: transparent;
  margin: 8px auto 3px auto;
}

a:hover {
  color: #08728B;
  text-decoration: none;
  }

    /* Navigation Bar at Top of Page */
#globalNav{
  clear: left;
  background: linear-gradient(rgba(75,54,33,.6), rgba(75,54,33,.6)); /*#4B3621*/
  border: #a64217 3px solid;
  border-radius: 15px;
  color: #333333;
  padding: 0;
  white-space: normal;
  text-align: right;
  display: inline-table;
  width: 75%;
  margin-top: 5px;
  }
  
#globalNavLinks {
  padding: 5px 0;   /* space between top and bottom of buttons */
}
  
    /* Navigation Bar at Top of Page / View Service Area */
#navbutton {
   font: 20px times;
   color: #3b3b3b;
   text-align: center;
   border: 3px #f2c922 outset;
   background-color: #f26122;
   border-radius: 5px;
   cursor: pointer;
   margin-top: 1px;
   margin-bottom: 1px;
}

#navbutton:hover {
   border: 3px #f26122 inset;
   background-color: #f2c922;
}

#line1 {
  background-color: #f26122;
  height: 1px;
}

#line2 {
  background-color: #a64217;
  height: 5px;
}

#bottom {
  float: left;
  width: 100%;
  background-color: #A64217;
}

#footer {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  background-color: transparent;
  margin-top: 5px;
}

     /* Div Control */
    /* To Describe Work */
div.workdescpBG {
  background: linear-gradient(rgba(242,201,34,.5), rgba(242,201,34,.5));  /* #F2C922 */
  border: #A64217 3px solid;
  border-radius: 40px;
  min-height: 300px;
  margin: 1% 5% 1% 5%;
  padding: 1% 2% 1% 2%;
}

    /* Name  Phone Contact Me Area */
div.contmeBG {
  background: linear-gradient(rgba(75,54,33,.4), rgba(75,54,33,.4));  /* #4B3621 */
  border: #A64217 3px solid;
  border-radius: 20px;
  min-height: 300px;
  margin: 1% 20% 1% 20%;
  padding: 1% 2% 1% 2%;
}

    /* About Me Area */
div.aboutmeBG {
  background: linear-gradient(rgba(75,54,33,.6), rgba(75,54,33,.6));  /* #4B3621 */
  border: #A64217 3px solid;
  border-radius: 20px;
  min-height: 300px;
  margin: 1% 10% 1% 10%;
  padding: 1% 2% 1% 2%;
}

    /* PayPal */
.paypal {
  background-color: #169bd7;
  border: #222d65 3px solid;
  border-radius: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 5px;
}