/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
      
  body {
    line-height: 1;
    background-color: lightgrey;
    font-family: verdana;
    background-image: none;
    
  }
  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;
  }

.redText {
    color: red;
}
  /* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 98.7%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-style: verdana;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #ddd;
    color: black;
}

/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}

  #boxshadow {
    box-shadow: 10px 10px 5px red;
}
  #rotate {
  transform: rotate(45deg);
  transform-origin: 0% 50%;
}

body, html {
    height: 75%;
    background-image: none
}
/* The logo */
.logo-image {
    background-image: url("fire.jpg");
        /* Set a specific height */ 
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.logo-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: orange;
    font-family: verdana
    font-weight: bold;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cater {
    background-image: url(../img/chixtray.jpeg);
    background-repeat: no-repeat;
    background-position: bottom;
  }

  div.a {
    text-align: center;
    font-family: verdana;
    font-size: larger;
    color: black;
    font-weight: bold;
}

input[type=text], select, textarea {
  font-weight: bold;
  width: 50%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


input[type=submit] {
  background-color: orange;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana;
  font-size: large;
}

.container {
  border-radius: 10px;
  background-color: #A9A9A9;
  padding: 20px;
  font-weight: bold;
  color: orange;
  width: 1000px;
  align-content: center;
  background-image: url("cater.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}

/*=========================================
    Main Styles
    =========================================*/
  
    body {
    font-family: verdana;
    background-image: none;
     }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }
