/*I decided to sort my css selectors alphabetically, as there is not much specificity but rather more quantity,
so I believed sorting alphabetically would make the style sheet easier to process.*/
body.contact {
    font-family:  'Impact', sans-serif;
    font-size: 90%;
    color: black;
    background-color: lightcyan;}

body.index {
    font-family:  'Arial', sans-serif;
    font-size: 75%;
    font-weight: thick;
    color:black;
    background-color:bisque;}

body.food{
    font-family:  'Gugi', sans-serif;
    font-size: 75%;
    color:black;
    background-color:bisque;
}

body.sched {
    font-family:  'Long Cang', sans-serif;
    font-size: 70%;
    font-weight:thick;
    color: black;
    background-color: bisque;}

.center-mid-1{
    width: 940px;
    background-color: lightcyan;
    padding-bottom: 15px;
    padding-top: 5px;
    }

.center-mid-1-contact{
    width: 940px;
    background-color: #BEB594;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-mid-2{
    width: 940px;
    background-color: #efeae6;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-mid-2-sched{
    width: 940px;
    background-color: lightcyan;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-mid-3{
    width: 940px;
    background-color: #dee1e5;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-mid-3-html{
    width: 940px;
    background-color: bisque;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-mid-3-sched{
    width: 940px;
    background-color: lightcyan;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-text-contact {
    text-align: center;
}

.center-text-index {
    text-align: center;
    font-family: 'Gugi', sans-serif;
    font-size: 120%;
    background-color:lightcyan;
    color:black;
}

.center-text-food {
    text-align: center;
    font-family: 'Gugi', sans-serif;
    font-size: 120%;
    background-color:lightcyan;
    color:black;
}

.center-text-sched {
    text-align: center;
}

.center-2{
    width: 940px;
    font-size:110%;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 5px;
}

.center-2>h1, .center-2>p{
    text-align: center;
}

.center-3{
    width: 300px;
    margin: 0 0;
}

fieldset {
    width: 310px;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    line-height: 1.6em;
}

.footer{
    text-align:center;
}

h1.center-text{
    font-family: 'Arial', serif;
    font-size: 550%;
}

.img-1{
    margin: auto;
    width: 100%;
}

.img-1-food{
    margin: auto;
    width: 250px;
    height:250px;
}

.img-1-index{
    margin: auto;
    width: 100%;
    height:70%;
}

.img-2{
    margin: auto;
    width: 30%;
}

.img-2-food{
    margin: auto;
    width: 300px;
    height: 300px;
    padding-left:10px;
    
}

.img-2-index{
    margin: auto;
    width: 300px;
    height: 260px;
    padding-left:10px;
    
}

.img-3{
    margin: auto;
    width: 300px;
    height: 260px;
}

input[type="submit"] {
    border: 1px solid #006633;
    background-color: #009966;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

input[type="submit"]:hover {
    border: 1px solid #006633;
    background-color: #00CC33;
    color: #ffffff;
    cursor: pointer;
}

input[type="text"] {
    width: 120px;
    border: 1px solid #d6d6d6;
    padding: 2px;
    outline: none;
}

input[type="text"]:focus,
input[type="text"]:hover {
    background-color: #d0e2f0;
    border: 1px solid #999999;
}

li {
    list-style-image: url("images/icon-plus.png");
    line-height: 1.6em;
}

legend {
    font-style: italic;
    color: #666666;
}

.menu-holder {
    float: right;
    max-width: 80%;
    text-align: center;
    height: 100%;
    background-color: #ffffff;
    right: -100%;
    top: 0;
    transition: right .3s ease;
    width: 100%;
    overflow: auto;
    max-width: 100%;
    z-index: 99;
}     

#page-contact {
    max-width: 940px;
    min-width: 720px;
    margin: 10px auto 10px auto;
    border: 4px  #000;
    background-color: #f6f4e8;
    vertical-align: baseline;
}

#page-food {
    max-width: 940px;
    min-width: 720px;
    margin: 10px auto 10px auto;
    
    border: 4px  #000;
    background-color: lightcyan;
    vertical-align: baseline;
}

#page-index {
    max-width: 940px;
    min-width: 720px;
    margin: 10px auto 10px auto;
    
    border: 4px  #000;
    background-color: lightcyan;
    vertical-align: baseline;
}

#page-sched {
    max-width: 940px;
    min-width: 720px;
    margin: 10px auto 10px auto;
    
    border: 4px  #000;
    background-color: salmon;
    vertical-align: baseline;
}

p.bottom-caption{
    font-size:50%;
    text-align: center;
}

p.header{
    font-size: 150%
}


.smlogo{
    height: 20px;
    width: 15px;
    margin: auto;
    text-align:center;
}

.submit {
    width: 310px;
    text-align: right;
}


table {
    border-spacing: 0px;
    background-color:salmon
}

td {
    text-shadow: 1px 1px 1px lightcyan;
}

th, td {
    padding: 5px 30px 5px 10px;
    border-spacing: 0px;
    font-size: 90%;
    margin: 0px;
    text-align: left;
    background-color: lightcyan;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.title {
    float: left;
    width: 160px;
    clear: left;
}

tr.even td, tr.even th {
    background-color: lightcyan;
}

tr.head th {
    color: #fff;
    background-color: rgb(96, 132, 183);
    border-bottom: 2px solid lightcyan;
    border-right: 1px solid lightcyan;
    border-top: 1px solid lightcyan;
    text-align: center;
    text-shadow: -1px -1px 1px lightcyan;
    letter-spacing: 0.15em;
}

tr.head th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

tr.head th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
        }

ul li {
    display: inline;
    padding: 10px;
    float: right;
}

ul li a, 
ul a :hover, 
ul li a:focus, 
ul li a:active {
border: none;
text-decoration: none;
color: inherit;
}

video{
    width: 940px;
}