/* CSS Document used for Project 1
Author: Layna Ferguson
File: styles.css
*/


body{
    margin-top: 1em;
    margin-bottom: auto;
    font-family: Arial, sans-serif;
}

h1{
    text-align: center;
    font-size: 2.5em;
}

h3{
    font-size: 1.2em;
}


nav{
    text-align: center;
    font-size: 0.8em;
    padding-bottom:2em;
}
p, div{
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}

/* Table Formatting */
table{
    margin: auto;
    border: 5px solid #5F9EA0;
    width: 100%;
    border-spacing: 0;
}
td, th{
    border-style: none;
    padding: 0.5em;
    width: auto;
}


thead:first-of-type{
    background-color: #5F9EA0;
    color: #FFEBCD;
}

/* Caption Tag */
caption{
    font-family: Impact, "Gill Sans", "Arial Black", "sans-serif";
    font-size: 2em;
    padding-bottom: 1.6em;
}

figcaption{
    font-size: 0.8em;
    padding-bottom: 1.5em;
    text-align: center;
}

/* Responsive Image Class */
.responsive{
    max-width: 100%;
    height: auto;
    border: 1px solid #51471a;
    border-radius: 10px;
}
td.price{
    white-space: nowrap;
}
td.specialty{
    white-space: nowrap;
}


/* ID */

#validation{
    text-align:center;
}

h2{
    text-align: center;
    font-size: 0.6em;
}