/*Correct Version 1.0*/
/*fonts*/
@font-face  {
			    font-family: Majesti;
			    src: url("Majesti.otf");
		    }
@font-face  {
			    font-family: MajestiItalic;
			    src: url("MajestiItalic.otf");
		    }

/*top banner and navigation bar*/
#top-banner {
			    height: 185px;
                overflow: hidden;
                background-image: url("../images/banner.jpg");
                background-size: 40%;
                background-position: -220% 0%;
                width: 100%;
            } 
#top-banner > img   {
                        min-height:100%;
                        max-height: 100%;
                        max-width: 100%;
                    }
ul.navbar   {
                list-style-type: none;
                margin: 0em;
                padding: 0em;
                background-color: #ef4e22;
                font-size: 1em;
                font-family: Majesti;
                height: 58px;
            }
ul.navbar > li{
                min-width: 10em;
                float: left;
              }
ul.navbar > li a {
                display: block;
                text-align: center;
                padding: 1em;
                text-decoration: none;
                 }
ul.navbar > li a:link   {
			                color:rgb(65,57,61);
                            background-color: #ef4e22;
		                }
ul.navbar > li a:visited{
			                color:rgb(65, 57, 61);
                            background-color: #ef4e22;
                        }
ul.navbar > li a:active	{
                            color:rgb(138, 140, 143);
                            background-color:rgb(251,228,194);
                        }



/*Main section*/	
div.main    {
                float: left;
                width: 55%;
                margin-bottom: 100px;
				padding-left: 2em;
            }
div.main > p    {
			    font-family: Majesti;
                color: rgb(213, 162, 141);
                }
div.main > p > b{
			    font-family: Majesti;
                color: rgb(213, 162, 141);
                }
div.main > h1   {
                    color: rgb(213, 162, 141);
                    font-family: Majesti;
                    font-size: 28px;
                }
/*Main Contact page section*/
div.main_contact   	{
                		width: 55%;
                		margin-bottom: 100px;
						padding-left: 2em;
            		}
div.main_contact > p   	{
							width: 100%;
			    			font-family: Majesti;
                			color: rgb(213, 162, 141);
                		}
div.main_contact > p > b 	{
			    				font-family: Majesti;
                				color: rgb(213, 162, 141);
                			}
div.main_contact > h1   {
                   		 	color: rgb(213, 162, 141);
                    		font-family: Majesti;
                    		font-size: 28px;
                		}
div.main_contact > section 	{
								margin: 3.5em;
								font-family: Majesti;
								color: rgb(213, 162, 141);
							}
div.main_contact > section > h1 	{
										font-size: 40px;
									}
div.main_contact > section > p 		{
										font-size: 25px;
									}

div.contacts > section 	{
							margin: 6em;
							font-family: Majesti;
							color: rgb(213, 162, 141);
						}
div.contacts  > section > h2 	{
									font-size: 35px;
									float: left;
								}
div.contacts  > section > h3 	{
									font-size: 35px;
									float: right;
									margin-right: 8em;
								}
div.contacts > section > p 		{
									font-size: 25px;
								}

/*photos section*/

div.photos  {
                width:  40%;
                float: right;
            }
div.photos > img    {
                        max-width: 85%;
                        max-height: 400px;
                    }


/*Body of page*/

body	    {
			    background-color: rgb(65, 57, 50);
			    font-size: 18px;
                margin: 0;
                padding: 0;
                min-height: 100%;
		    }


/*Reservation section 8*/
ul.reserve {
                list-style-type: none;
                margin: 0em;
                padding: 0em;
                background-color: #be1e2d;
                font-size: 1em;
                font-family: Majesti;
                float: left;
                width: 50%;
                min-width: 50%;
            }
ul.reserve > li     {
                        background-color: #be1e2d;
                        padding: 1em;
                    }
ul.reserve > li > a    {
                    		color: rgb(215,228,194);
                            text-decoration: none;
                            background-color: #be1e2d;
                        }
ul.reserve > li > a:active, ul.reserve > li > a:hover   {
                                                            text-decoration: underline;
                                                            color: rgb(251,228,194);
                                                        }



/*restaurant info*/
div.number  {
                float: right;
                width: 50%;
                min-width: 50%;
                background-color:#be1e2d;
            }
div.number > p  {
                    background-color:#be1e2d;
                    text-align: center;
                    font-family: Majesti;
                    color: rgb(215,228,194);
                }

div.col-container  {
                    display: flex !important;
                    width: 100%;
                }
div.col{
        flex: 1;
    }


/*Footer! */

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer > div   {
                    color: rgb(65,57,61);
                    background-color: #ef4e22;
                    font-family: "Majesti";
                    float:left;
                    width: 100%;
                    min-width: 100%;
                    max-height: 50%;
                    min-height: 50%;
                    padding: 0em;
                    margin: 0em;
                    border-bottom: 1px rgb(65,57,61);
                    background-color: #ef4e22;
                }

#footer > div > ul  {
                        padding: 0em;
                        margin-bottom: inherit;
                        margin-top: inherit;
                        list-style-type: none;
                        background-color: #ef4e22;
                    }

#footer > div > ul > li {
                            float: left;
                            padding-left: 5em;
                            background-color: #ef4e22;
                        }

#footer > div > ul > li a   {
                                text-decoration: none;
                                color: rgb(65,57,61);
                                background-color: #ef4e22;
                            }

#footer > div > ul > li a:hover {
                                    text-decoration: underline;
                                    color: rgb(251,228,194);
                                    background-color: #ef4e22;

                                }

#footer > div > p   {
                        margin-bottom: inherit;
                        margin-top: inherit;
                        float: right;
                        background-color: #ef4e22;
                    }
