﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 18px;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    position: relative;
    min-height: 100%;
    min-height: 100vh;
}

.logo {
    height: 135px;
    width: 225px;
}

.mainHeader {
    font-family: cursive;
}

.carousel-inner > .carousel-item > img {
    top: 0;
    left: 0;
    min-width: 100%;
}

card{
    padding-bottom: 5px;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.title, .menu_section {
    text-align: center;
}

.menu_items {
    padding-bottom: 15px;
}

.price{
    float: right;
}

.item_title {
    font-weight: bold;
}

.sub_items {
    white-space: pre;
}

.title {
    padding-bottom: 20px;
}

.info {
    font-family: cursive;
    color: black;
    text-align: center;
    padding: 50px;
    font-size: 30px;
}

.hours {
    font-family: cursive;
}

#quote {
    font-family: 'Curlz MT';
    padding-bottom: 20px;
}

.contact_form, .login_form {
    font-family: cursive;
    text-align: center;
    margin-left: 37%;
    margin-top: 10%;
    width: 402px;
}

.create_user_form {
    font-family: cursive;
}

    .create_user_form input {
        width: 250px;
        height: 20px;
    }

.contact_form input {
    width: 250px;
    height: 40px;
}

.contact_form tr {
    padding-bottom: 50px;
}

.login_form {
    font-family: cursive;
}

    .login_form input {
        width: 250px;
        height: 40px;
    }

.login_form_items {
    padding-bottom: 5px;
}

.header {
    text-align: center;
    font-family: cursive;
}

.cust_button {
    border-radius: 10px;
    font-size: 16px;
    height: 35px;
    width: 90px;
    margin: 5px;
    position: center;
}

.spacing {
    padding: 0 15px 0 15px;
}

.create_new a {
    text-decoration: none;
    font-size: larger;
    font-weight: bolder;
    color: white;
    margin: 0px auto;
}

create_new {
    float: left;
}

.search {
    float: right;
}

.cust-header {
    margin-top: 30px;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    font-family: cursive;
}

.search input {
    width: 200px;
    height: 40px;
}

#SearchBy {
    width: 110px;
    height: 40px;
}

#mnu li{
    display: block;
}

.menu_nav{
    float: left;
    width: 30%;
}

.menu_data{
    float: right;
    width: 60%;
}

.menu_nav{
    background-color: black;
    font-family: cursive;
}

.card_info{
    margin-left: 25%;
}