/* This file contains the layout styles used in the Jim's Pizza website
*/

/* Header */
#MainHeader{  
	width: 100%;	
    /* background-color: rgb(237, 241, 237); */
    background-image: linear-gradient( white,rgb(201, 128, 128)); 
    background-size: cover;
    font-weight: bold;
    text-align: center; 
}
h2{
    letter-spacing: 5px;
    color: rgb(238, 46, 46);
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
   /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    text-shadow: 3px 2px #a19d9d;
    font-size: 8.5vmin; 
    vertical-align: top;
    /* margin-left: -15vmin;   */
    font-weight: bold;
}
h4{
    font-size: 4.5vmin;
    letter-spacing: 5px;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
    text-shadow: 2px 2px  #858080;
    color: rgb(238, 46, 46);
    /* margin-left: 15vmin;   */
    font-weight: bold;
    font-style: italic ;
}
h1{
  font-size: 4.5rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}
h3{
  letter-spacing: 5px;
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
  color: rgb(238, 46, 46);
  font-size: 4rem; 
  font-weight: bolder;
  
}
h5{
  color: rgb(238, 46, 46);
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
  letter-spacing: 5px;
  font-size: 3rem;

}

/* Navigation */
.nav-link{
    color: rgb(238, 46, 46);
    display: inline; 
    font-size:3.5vmin;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
    text-align: center;
}

/* Center small expanded navbar links */
.navbar-nav{
  text-align: center;
}


/* Footer */
footer{
    background-image: linear-gradient( rgb(238, 46, 46), white) ; 
    color:#011104;
    text-align: center;
    font-weight: bold;
}

/* Order Form */
/* .order-form .container {
    color: #4c4c4c;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  }

  .order-form-label {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  .order-form-input {
    width: 100%;
    padding: 8px 8px;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 3px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    background-color: transparent;
    border-color: #cccccc;
  }

  .btn-submit:hover {
    background-color: #090909 !important;
  } */