   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, nav, div{
    display: block;

  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/

    #greet{
      text-align: center;
      color: purple;
     float: center;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    #Home{
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size:cover;
      shape-image-threshold: 95px;
      font-family: arial;
      font-size: 14;
      background:skyblue;
   }

    #Contact{
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size:cover;
      shape-image-threshold: 95px;
      font-family: arial;
      font-size: 14;
      background-color: #836A36;
    }

    #About{
      background-image: url(img/Bakery.jpg);
      background:#D1E3A5;
      background-size: cover;
      text-align: justify-all;
      font-size: 17px;

    }

    #Samples{
      background: none;
      color: violet;
      background-size: cover;
    }
    #Privacy{
      text-align: justify-all;
      background:#CBB7DE;
      color:inherit;
      font-size: 14px;
      font-family: arial;
}

    h1, h4{
      -webkit-transform: rotateX(360deg);
      transform: rotateX(360deg);
      color: blue;
      text-shadow: -10px 10px white, 5px 5px 5px red;

    }
    footer,header {
      background-color: gold;
      border: solid 1px purple;
      padding: 10px;
      border-radius: 3px;
      text-align: center;
    }
    h2, h3,{
      -webkit-transform: rotateX(360deg);
      transform: rotateX(360deg);
      color: purple;
    }

    p{
      font-size: 14px;
      text-align: justify-all;
    }

    .footer {
      padding: 10px;
      border-radius: 3px;
      text-align: center;
    }

    .fixed{
      position: fixed;
      bottom: 0;
      right: 0;
    }

    .floated-image {
      float: left;
    }

    .inline-box{
      display: inline-block;
      border: 3px solid red;
      width: 100px;
      height: 15px;
    }
    /* Add a black background color to the top navigation */
.topnav, .bottomnav .search-container button{
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}

.topnav a:hover {
  border-bottom: 3px solid red;
}

.topnav a.active {
  border-bottom: 3px solid red;
}

    /*nav li {
  display: inline;
  font-size: 18px;
}
*/
<style>
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 986px;
  max-height: auto;
  float: left;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 250px) {
  .text {font-size: 11px}
}
</style>

/* Container holding the image and the text */
.container {
  position: relative;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: blue;
  }
/*Gmail*/
  .fa-google {
  background: #3B5998;
  color: white;
}

/*Youtube*/
.fa-youtube {
  background: #55ACEE;
  color: white;
}
  .fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  position: ;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

#position {
  border: 30px;
  align-items: bottom-right;
  float: right;
  width: 300px;
  padding: 10px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#Form {
  text-align: left;
  width: 60%;
  height: auto;
}
.container {
  max-width: 100%;
  max-height: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#Slides{
  max-width:100%;
  height:auto;
}

#Terms{
   position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size:cover;
      shape-image-threshold: 100%;
      font-family: arial;
      font-size: 14;
      background:darkgrey;
      color:none;

}
#Hours{
  padding: 2px;
  border: 2px purple;
  object-position: relative;
  float: center;
  color:purple;
}
 table, th, td {
  border: 2px solid red;
  background-color:orange;
  border-collapse: collapse; 
}
th, td {
  padding: 5px;
  text-align: left;
}

/* Pagination links */
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;}
 
 
<style>
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  padding: 10px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 986px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -14px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
</style>