@charset "utf-8";
/* Basic HTML Website Project */

html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "sans-serif";
    line-height: 1.42857143;
    color: #333;
    background-color: rgb(255, 250, 230);
}

footer, 
nav {
    display: block;
}

footer, 
form {
    font-family: "Helvetica Neue", Arial, "sans-serif";
}

h1, h2, h3, h4, h5, h5 {
    font-family: "Helvetica Neue", Arial, "sans-serif";
    color: teal;
}

h1, h2 {
    line-height: 50px;
    font-weight: 900;
    font-variant: small-caps;
    text-align: center;
}

h1 {
    font-size: 3em;
    text-shadow: .5px .5px 2px darksalmon;
}

h2 {
    font-size: 1.5em;
    line-height: 50px;
}

h3 {
    font-size: 1em;
    line-height: 30px;
    padding-bottom: 20px;
}

h3 .sub {
    font-size: .75em;
    color: dimgray;
}

h4 {
    padding-top: 25px;
    line-height: 40px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: 900;
}

p {
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
}

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

.heading-padding {
    padding-bottom: 40px;
}

section {
    padding-top: 50px;
    margin-top: 50px;
}

.navbar {
    height: 105px;
    max-height: 340px;
    display: block;
}

.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.clearfix:after,
.container:after,
.navbar:after {
    clear: both;
    display: table;
    content: " ";
}

.wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    /* This ensures that the images cannot
       render outside of their container
       without forcing any scrollbars */
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center;
}

.menu-container {
    max-height: 340px;
    margin: 0% auto;
    content: " ";
    /* top: 0;
    left: 0; */
    /* position: absolute; */ /* to the top edge of the screen */
    width: 100%;
    position: fixed;
    z-index: 100;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

.footer {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    color: slategray;
}   

/******************
Home Section Styles
******************/
#home {
    background: url(../images/ptpr.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 250px; /* This is a spacer before the Main Title Logo */
    padding-bottom: 600px; /* This is a space after the Main Title Logo */
    color: #fff;
}

.head-main {
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.9);
    font-variant: small-caps;
    color: rgb(252, 220, 118);
    background-color: rgba(2, 243, 252, 0.3);
    letter-spacing: 5pt;
    word-spacing: 21pt;
    font-size: 3.0em;
    font-family: "Helvetica Neue", Arial, "sans-serif";
    line-height: 2;
    font-weight: 900;
    border: 5px double rgb(252, 220, 118);
    padding: 10px 15px;
}

.head-sub-main {
    font-size: 23px;
    font-weight: 500;
    padding: 50px 20px 10px 20px;
    text-transform: uppercase;
}

.head-last {
    font-size: 18px;
    font-weight: 900;
    padding: 5px 20px 20px 20px;
    border: 1px dotted #fff;
    padding: 5px;
}

/*************
Contact Styles
*************/

.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 8px;
    margin: 0px auto;
    background-color: rgb(255, 200, 155); /* rgb(255, 170, 100); */
    box-shadow: 2pxp p2px 10px 0 rgba(0, 0, 0, 0.5);
}

#contact {
    background-color: rgb(255, 250, 230);
    background-image: linear-gradient(rgb(255, 250, 230), rgb(255, 235, 155))
}

.reservation {
    width: 60%;
    padding: 10px;
    border-radius: 8px;
    margin: 0px auto;
    background-color: rgb(255, 200, 155);
}

.reservation h2 {
    width: 70%;
    text-align: center;
    margin: 0 auto 30px auto;
    color: teal;
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 0pt;
    word-spacing: 0pt;
    line-height: 30px;
}

.reservation h2 span {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: teal;
    font-weight: 900;
    font-size: 1.5em;
    font-variant: small-caps;
    letter-spacing: .4pt;
    word-spacing: .3pt;
}

.reservation p {
    color: teal;
    width: 50%;
    margin: 0 auto;
}

.reservation form {
    font-size: 15px;
    outline: none;
    font-weight: 600;
    color: #8d8e8f;
    padding: 12px 12px;
    width: 70%;
    border: 1px solid #808080;
    margin: 2% auto;
    border-radius: 7px;
    background: rgb(227, 222, 222);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.reservation input[type="text"] {
    font-size: 15px;
    outline: none;
    font-weight: 600;
    color: #8d8e8f;
    padding: 2% 1% 2% 7%;
    width: 86%;
    border-top: 1px solid #090b0d;
    border-right: 2px solid #424549;
    border-bottom: 2px solid #424549;
    border-left: 1px solid #090b0d;
    margin: 10px 1em;
    border-radius: 7px;
    background: #13161b;
    box-shadow: inset 0px 3px 0px rgba(5, 5, 5, 0.15);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.reservation input[type="text"]:hover {
    box-shadow: 0 0 18px rgba(100, 65, 0, 0.8)
}

.form-spacer {
    padding: 30px 39px;
}

.terms {
    margin: 30px -26px 0 0;
    margin-top: 11.5%;
    padding-left: 52px;
    font-size: 14px;
    line-height: 5px;
    color: #000;
    cursor: pointer;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    position: relative;
    display: inline;
    float: right;
}

.terms:hover {
    color: orange;
    text-decoration: none;
}

.submit input[type="submit"] {
    color: rgb(225, 225, 225);
    cursor: pointer;
    border: none;
    font-weight: 900;
    outline: none;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0px 3%;
    padding: 7px 0px;
    width: 25%;
    font-size: 18px;
    transition: border-color 0.3s color 0.3s background-color 0.3s;
    border-radius: 7px;
    background-color: #797a7b;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.submit input[type="submit"]:hover {
    color: #000;
    background-color: #8d8e8f;
    box-shadow: inset 1px 2px 15px 0 rgba(0, 0, 0, 0.5)
}

/************ 
Footer Styles
************/
#footer {
    background-color: rgba(100, 65, 0, 0.3);
    color:teal;
    text-shadow: 2px 2px 8px 0 (0, 0, 0, 0.4);
    padding: 20px 50px 20px 50px;
    text-align: center;
}

/* **********
Media Queries
************/
@media all and (max-width:640px) and (min-width:381px) {
    .head-main {
        font-size: 28px;
    }
}

@media all and (max-width:381px) and (min-width:200px) {
    .head-main {
        font-size: 24px;
    }
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}