html {
    background: #d4a18d;
    background-image: url("https://78.media.tumblr.com/276cc2ecee48cb1a149cf94640066906/tumblr_movdbcThVO1ru3nbdo3_250.png");
    background-repeat: repeat;
}

header {
    text-align: center;
    color: #be1e2d;
}

.subtitle {
    color: #be1e2d;
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 150px;
}


.btn {
	font-size: 24px;
	color: #BF1E2C;
}


h1{
    color: #be1e2d;
    font-weight: 600;
    margin-left: 25px;;
    font-size: 28px;
    margin-bottom: 40px;
	margin-top: -15px;
}

h2{
	margin-left: 35px;
	margin-top: -0px;
	margin-bottom: -10px;
}

h3 {
    text-align: center;
    margin-top: 5px;
    color: #be1e2d;
}

a {
    color: #be1e2d;
}

a:hover {
    color: #ef4e22;
}
b, strong {
    font-weight: 600;
}

.container {
  border-radius: 5px;
  padding: 20px;
  background: rgba(65, 57, 61, 0.5); 
  margin: auto;
  margin-top: 30px;
  height: 600px;
  width: 900px;  
  overflow-y: auto;
}

section {
	padding-bottom: 40px;
}

.lunchspecial {
    margin-top: -100px;
    margin-left: 500px;
    margin-right: 20px;
    position: absolute;
}

.dinnerspecial {
    margin-top: -110px;
    margin-left: 500px;
    margin-right; 10px;
    position: absolute;
}

.food {
    margin-top: -30px;
    font-size: 18px;
    padding-left: 40px;
}

#menu_images{
    margin-top: -1050px;
    margin-left: 600px;
}

#career_description{
    width: 800px;
    height: 150px;
    margin-left: 50px;
}
#career_benefits{
    height: 110px;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* 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) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #be1e2d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #ef4e22;
}



footer {
	margin-left: 450px;
    text-align: center;
    width: 275px;
      
}
