/* ------------------------------------------------ */
                /* Basic Setup */
/* ------------------------------------------------ */ 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    color: #555;
    font-family: 'Poiret One', cursive, 'Arial';
    font-size: 25px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear:both;
    display: block;
    height: 0;
    visibility: hidden;
}

section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/contactus.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: #d9d7d7; 
    padding: 20px;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

a:link,
a:visited {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

a:hover,
a:active {
    color: #555;
    border-bottom: 2px solid #22e6d7;
    transition: border-bottom 0.2s, color 0.2s;
}

.office-hours {
    float: right;
    border: 1px solid #ff0000;
    padding: 5px 5px;
    border-radius: 5px 5px;
    text-align: center;
}

.office-hours:hover {
    color: #fff;
    background-color: rgba(255, 0, 0, 0.46);
    transition: background-color 1s, color 1s;
    cursor: context-menu;
}


/* ------------------------------------------------ */
                /* Headings */
/* ------------------------------------------------ */


h1,
h2,
h3,
h5 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20;
    color: #fff;
    font-size: 300%;
    word-spacing: 4px;
    letter-spacing: 1px;
}


h2 {
    font-size: 180%;
    word-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #fff;
}

h2:after {
    display: block;
    height: 2px;
    width: 130px;
    margin: 15px auto;
    background-color: #555;
    content: " ";
}




/* ------------------------------------------------ */
                /* Header */
/* ------------------------------------------------ */

header {
    background-color: #333;
    color: #555;
}


/* ------------------------------------------------ */
                /* Main-nav */
/* ------------------------------------------------ */

.main-nav {
    float: right;
    margin: 15px;
    padding: 10px;
}

.main-nav li {
    list-style: none;
    display: inline-block;
    padding: 15px;
    margin: 10px;
    display: none;
}

.main-nav li a:link,
.main-nav li a:visited {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #fff;
}



/* ------------------------------------------------ */
                /*Contact Form*/
/* ------------------------------------------------ */

.section-form {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/contactus.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    padding-bottom: 25px;
}

.contact-form {
    width: 100%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
input[type=mobile],
select,
find-us {
    width: 150%;
    padding: 7px;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-family: 'Poiret One', cursive, 'Arial';
    background: none;
    color: #fff;
}


input[type=text]:hover,
input[type=email]:hover,
input[type=mobile]:hover,
textare,
find-us:hover {
    border-color: #4040fd;
}

textarea {
    height: 200px;
    width: 385px;
    font-family: 'Poiret One', cursive, 'Arial';
    background-color: rgba(248, 248, 248, 0.67);
    background: transparent;
    color: #fff;
}

textarea:hover {
    border-color: #4040fd;
}

input type[checkbox] {
    margin: 10px 5px 10px 0;
}

option {
    font-family: 'Poiret One', cursive, 'Arial';
    width: 225px;
}

.find-us {
    font-family: 'Poiret One', cursive, 'Arial';
}

.news {
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: -10px;
}

*:focus {outline: none;}

/* ------------------------------------------------ */
                /* Buttons*/
/* ------------------------------------------------ */

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px 20px 5px;
    transition: background-color 0.5s, border 0.2s, color 0.2s;
}


.btn-full:link,
.btn-full:visited,
input[type=submit]{
   background-color: #00d4fa; 
   border: 1px solid #00d4fa;  
   color: #fff;
   margin: 15px 15px;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #4040fd;
    cursor: pointer;
    border-radius: 20px 5px 20px;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]{
   border: 1px solid #00d4fa;
    margin: 15px 15px;
}

input[type=submit] { font-family: 'Poiret One', cursive, 'Arial'; }

.btn-ghost:link,
.btn-ghost:visited {
    color: #0000cb;
    border: 1px solid #00d4fa;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #4040fd;
    color: #fff;
}

.plan-box:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

.home {
    display: inline-block;
    float: right;
    transform: translate(-45%, -100%);
}

/* ------------------------------------------------ */
                /* Plan-box*/
/* ------------------------------------------------ */

.plan-box {
    background-color: #fff;
    border-radius: 25px;
    width: 60%;
    box-shadow: 0 5px 5px #434343;
    box-sizing: border-box;
    padding: 0 auto;
    flex-direction: column;
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
    background-color: #e3e3e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 15px;
}

.plan-price {
    font-size: 75%;
    margin-bottom: 10px;
    font-weight: 300;
    margin-top: 10px;
}

.plan-price-meal {
    font-size: 80%;
    display: inline-block;
}

.plan-price span {
    font-size: 50%;
    font-weight: 300;
}

.plan-box ul {
    list-style: none;
}

.plan-box ul li {
    padding: 10 0;
    font-size: 23px;
}


/* ------------------------------------------------ */
                /*Footer-icons*/
/* ------------------------------------------------ */


.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #0000cb;
    font-size: 120%;
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

/* ------------------------------------------------ */
                /*Footer*/
/* ------------------------------------------------ */

footer {
    background-color: #333;
    padding: 75px;
    font-size: 80%;
    right: 0;
    bottom: 0;
    left: 0;
}

footer p {
    text-align: center;
    margin-top: 20px;
    color: #888;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
    
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}
.ion-social-twitter:hover {
    color: #00aced;
}
.ion-social-googleplus:hover {
    color: #dd4b39;
}
.ion-social-instagram:hover {
    color: #517fa4;
}
.ion-social-linkedin:hover {
    color: #007bb6;
}
.ion-social-youtube:hover {
    color: #bb0000;
}

/* ------------------------------------------------ */
                /*PHP*/
/* ------------------------------------------------ */


.form-messages {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.sucess {
    background-color: rgba(45, 208, 45, 0.7);
}

.error {
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
}

