/*******************
Body
*******************/
body{
    background-color: #c3c5d6;
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
    margin: 10%;
    box-shadow: 4px 4px 4px 4px #777777;
}

.banner img{
    width: 100%;
}
.logo img{
    width: 100%;
}
/*******************
Container Color
*******************/
.container{
    width: 100%;
    background-color: #ffffff;
}
/*******************
Footer
*******************/
footer{
    color:#fff;
    background-color: #602e8b;
    padding: 5px 0 20px 5px;
}
/*******************
link
*******************/
section.reserv a:hover{
    color: #000;
}
/*******************
Header
*******************/
h1{
    color: #602e8b;
}
/*******************
Navigation
*******************/
nav {
    text-align: center;
}
nav li{
    color: #6a6a6a;
    display: inline;    
}
nav a {
    text-decoration: none;
    margin: 20px;
}
nav a:hover{
    text-decoration: underline;
    color: #000000
}
/******************
Page: Home
******************/
section.reserv{
    text-align: center; 
    font-size: 20px;
}
section.reserv a{
    text-decoration: none;
    color: blue
}
section.location{
    margin: 0 30px;
}
section.location img {
    float: right;
    padding-left: 20px;
}

section.ttm {
    color: #602e8b;
    font-family: serif;
}
p.loc {
    width: 70%;
}
/******************
Page: Room Service
******************/
body#roomservice{background-image: url("../images/table-setting_485913447.jpeg");
    background: no-repeating;
    background-color:#FFFFFF;
}
section.foodservices
    {margin: 0 30px 0 30px;
}
section.foodservices h1{
    font-size: 2.25em
}
section.foodservices li a{
    color: #8a90cb;
    text-decoration: none;
}
.foodplater{
    float: right;
}

.disclaim {
    width: 65%
}
form.roomservice {
    font-size: 17px;
    line-height: 1.7em;
}

/******************
Page: Specials
******************/

section.specials {
    margin: 0 30px;
    font-size: 1.25em
}
section.specials h2{
    padding-left: 15px;
}
section.specials h3{
    font-size: .9em;
}

/******************
Page: Reservation
******************/
section.res {
    margin: 0 30px;
    line-height: 1.7em;
    font-size: 20px
}
section.res h1{
    color: #8a90cb;
    font-family: serif;
    padding-left: 50px;
}
/***********************
Page: Meeting and Events
***********************/
section.meet{
    margin: 0 30px;
    line-height: 1.25em;
}
section.meet h1{
    font-size: 40px
}
section li{ 
    color: #000;
}
section.meet p{
    width: 60%;
}
section.meet img{
    float: right;
    padding-left: 10px
}
section.meet hr{float: left}
/*section.meet hr{}*/
/******************
Page: News
******************/
section.news {
    margin: 0 30px;
}
section.news h3{
    color: #602e8b;
    font-family: serif;
}
/******************
Page: Contact
******************/
section.contact {
    margin: 0 30px;
}
section.contact h1{
    padding-left: 40px;
}
section.contact h2{
    padding-left: 15%;
    color: #8a90cb;
    font-family: serif;
    font-size: 30px;
}
section.contact form{
    font-size: 20px;
    line-height: 1.7em;
}