/*Fonts downloads*/
@font-face{
    src: url('../fonts/ROCK.TTF') format('truetype'); 
    font-family: Rockwell; 
    font-weight: normal; 

}

@font-face{
    src: url('../fonts/ROCKB.TTF') format('truetype'); 
    font-family: Rockwell; 
    font-weight: bold; 
    font-style: normal; 
}

@font-face{
    src: url('../fonts/ROCKBI.TTF') format('truetype'); 
    font-family: Rockwell; 
    font-weight: bold;
    font-style: italic;  
}

/*General styles*/
button{
    font-family: Rockwell;
}

body{
    font-family: Rockwell, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
}
.top-nav{
    position: fixed;
    top:0;
    width: 100%; 
    left: 0; 
    padding: 10px;
    padding-left: 35%; 
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.733);
    height: auto;
    padding: 15px; 
}


.top-nav a {
    font-size: 14px;
    min-width: 120px;
    height: auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-family: 'Trebuchet MS';
    color: rgb(243, 253, 255);
    margin: 1px 0;
}
.top-nav  a:hover {
    color: rgb(241, 233, 232);
    background-color: rgba(110, 48, 45, 0.733);
}

.register-nav2{
    margin: 0;
    padding: 0;
    list-style: none;
    left: 40%;
   
    width:fit-content; 
    z-index: 4;
}

.register-nav2 li{
    float: left;
     z-index: 4;
     color: red;  
}

.shade-background{
    position: fixed; 
    background-color: rgba(115, 117, 114, 0.534); 
    width:100%; 
    height: 100%;
    top:0; 
    left:0;  
     z-index: -1; 

}


/*Caterer page styles*/
.manage-meals .manage-meals ,  
.create-menu .create-menu, 
.invite-caterer .invite-caterer, 
.history .history, 
.create-meal .create-meal,
.modify-order .modify-order, 
.order-meals .order-meals
{
    background-color:inherit; 
    border: solid 0 rgb(204, 0, 0);
    border-bottom-width: 3px;
  
}

.manage-meals .checkbox{
    display: none; 
}
.top-nav{
    padding-left: 25%; 

}
.create-menu, .caterer-page, .customer-page {
    position: relative; 
    background-color: rgba(15, 15, 15, 0.178); 
}
.caterer .operations{
    margin-top: 3%; 
}
.caterer-page button{
    background-color: rgb(243, 42, 80);
    color: rgb(224, 129, 69); 
    border: none; 
    width: auto; 
    height: auto; 
}
.caterer-page button:hover{
    color: rgb(255, 237, 125);
    background-color: rgb(224, 129, 69); 
    border: none; 
    border-radius: 4px; 
}


.caterer-page .input-area{
   display: none; 
}

.create-menu figcaption button{
    display: none; 
}
.create-menu .create-menu-form{
    display: inline;
}
.top-nav ul li{
    border-right: solid 1px lavender 1px; 
}

.relative{
    position:relative; 
}



.image-div{
    position: absolute; 
    left: 10%; 
    top: 20%; 
   
    
}
.image-div img{
    height: 20%; 
    width:10%; 
}



.operations{
    margin-top: 45px; 
}

.gallery{
    width: 80%; 
    margin-left: 10%; 
}
.gallery figure {
    display: inline-block;
    width: 300px;
    height: 210px;
    margin: 15px;
    position: relative;
    }

    
.gallery button:hover, .gallery a:hover{
   background-color: white; 
   color: black; 
}

.gallery figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.425);
    opacity: 0;
    padding: 20px;
    font-family: Titillium, Arial, sans-serif;
    font-weight: 400;
    font-size: .9em;
    color: white;
    transition: opacity .75s ease-out;
    z-index: 2; 
}
.gallery figure:hover figcaption{
    opacity: .97;
}

.gallery figure figcaption div{
    padding-left: 20%; 
}

.gallery figure img{
    width: 300 ;
    height:210 ;
}
.checkbox{
    position: absolute;
    left: 80%; 
    top: 3%; 
    width: 20px; 
    height: 20px; 
    background-color: rgb(212, 52, 4);
    border-radius: 2px; 
    z-index: 5;
}

.checkbox input[type=checkbox]{
    position: absolute; 
    left: 0;
    top: 0;  
    width: 100%; 
    height: 100%; 
    opacity: 0; 
}

.checkbox label{
    position: absolute;
    border-bottom-width: 0; 
    border-right-width: 0; 
    background-color: green; 
    
    top: 1px;  
    left:1px;  
    
}

.checkbox label:before{
    content: ''; 
    width: 12px; 
    height:7px; 
    border: 3px solid rgb(255, 255, 255); 
    position: absolute; 
    border-top: none; 
    border-right: 0; 
    transform: rotate(-45deg); 
    top:1px; 
    left: 1px; 
    opacity: 0; 
    border-radius: 3px; 
}
.checkbox input[type=checkbox]:checked + label:before {
    opacity: 1; 
}

.checkbox input[type=checkbox]:checked +  .checkbox {
    background-color:green; 
    z-index: 4;
}

input:focus{
    border:none; 
    box-shadow: none; 
}

h3{
    text-align: center; 
}

.confirm-view{
   display: none; 
  
}

.input-area{
    padding-left: 30%; 
    width: 40%; 
   
}

.input-area textarea{
    min-width: 100%; 
}
.input-area input[type=text]{
    width:200px; 
}
.input-area li{
    text-align: center; 
    list-style-type: none; 
   
}
.input-area li:first-of-type{
    text-align: left; 
}
.input-area button{
    width: 50%; 
    height: 30px; 
}
.welcome-page{
    background-color: rgb(130, 94, 80);
    color: rgb(210, 215, 255);
    font-family: 'Tw Cen MT';
    background-image: url(../images/background.jpg);
    background-size: center;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-attachment:fixed; 
    font-size: 16px; 
    position:relative; 
}

.welcome-page .index{
    width: 90%; 
    height: 200%; 
    background-color: white; 
    position: fixed; 
    border-left: solid 3px rgba(202, 3, 3, 0.719); 
    left: 60%; 
    transform: rotate(25deg); 

}

.welcome-page .title{
    position: absolute; 
    top: 30%; 
    left: 80%; 
    width:  20%; 
    height: 100px; 
    font-size: 300%; 
    font-family: Rockwell ; 
    z-index: 4; 
    color: rgb(227, 31, 35);    
}

.welcome-page .title em{
    color: white; 
    background-color: rgb(227, 31, 35); 
    text-decoration: none; 
    font-style: normal; 
    padding: 7px; 

}

.welcome-page .title strong{
    font-size: 5.5rem; 
    font-style: normal; 
    font-weight: 100; 
}

.welcome-page .welcome-buttons{
    position: absolute;
    top: 74%; 
    left: 80%; 
    width:  20%; 
}

.welcome-page .welcome-buttons label{
    display: inline-block; 
    text-align: center; 
    width:auto;
    padding: 5px;  
    font-size: 20px; 
    height: 23px; 
    background-color: red; 
    margin-left: 20%; 
}

.welcome-page .welcome-buttons a{
    background-color: black; 
    color: white; 
    height: 24px; 
    font-size: 18px; 
    border: 0; 
    border-radius: 4px; 
    margin-left: 5px; 
    border: solid 1px;
    font-family: rockwell;
     
    text-decoration: none; 
    display: inline-block;
    padding: 3px 10px; 
}

.welcome-page .welcome-buttons a:hover{
    background-color: white; 
    color: black; 
    height: 26px; 
    font-size: 18px; 
    border: 0; 
    border-radius: 4px; 
    margin-left: 5px;
    border: solid 1px black;
    

}


 .confirm-page, .signinsignup{
    background-color: rgb(130, 94, 80);
    color: rgb(210, 215, 255);
    font-family: Rockwell, 'Tw Cen MT';
    background-image: url(../images/signup-background.jpg);
    background-size: cover;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-attachment:fixed; 
    font-size: 16px; 
    position:relative; 
    background-blend-mode: darken; 
    color: black; 
    height: auto; 
}



.fixed-column{
    position: fixed;
    left: 30%; 
    top: 0; 
    width: 39%;
    height: 100%; 
    background-color: rgba(255, 255, 255, 0.753);
}
.confirm-controls, .signinsignup .sign-controls{
    top:20%; 
    position: absolute;
}

.confirm-page input[type=text], .signinsignup input[type=text], .signinsignup input[type=email],.signinsignup input[type=password]{
    border: none; 
    height: 100%; 
    border: solid 1px rgba(155, 5, 5, 0.246); 
    border-bottom-width:  3px;
    padding-left: 40px; 
    background-color: rgba(247, 229, 229, 0.979); 
    border-radius: 5px; 
    color:rgb(197, 76, 28);
    font-size: 20px; 
    font-weight: bold;
    background-image: url("../images/user-logo.png"); 
    background-position: 10px center ; 
    background-repeat: no-repeat; 
    background-size: 20px 20px; 
}



.gallery button, .gallery a ,.gallery a, .signinsignup button{
    color: white;/*textbox*/
    background-color: rgba(255, 35, 39, 0.993); 
    width: 60%;  
    min-width: 30px; 
    min-height: 30px; 
    height: 80%; ; 
    font-size: 18px; 
    border: none; 
    text-decoration: none;
}

.gallery button, .gallery a{
    width: auto; 
    height: auto; 
    background-color: black; 
    border-radius: 3px;
    font-size: 14px; 
    margin-top: 20px; 
}

:-moz-placeholder{
    background-color: rgb(123, 109, 103) /*Place holder*/
}

:-ms-input-placeholder, ::placeholder{
    background-color: rgb(123, 109, 103) /*Place holder*/
}

/*Confirm Page*/

.confirm-controls button{
    
    width: 60%;
    padding: 5px;  
    height: auto;
    letter-spacing: 2px;  
    font-size: 20px; 
    border: none; 
    background-color: inherit; 
    font-family: Rockwell
}

.create-menu button:hover, .confirm-controls button:hover{
    color: white; 
    box-shadow: 2px 2px 8px rgba(146, 3, 3, 0.637);
    border-radius: 5px;     
}

