body {background-color: rgb( 65, 57, 61);}


/* Table Font settings */
th {
    color: rgb(215, 228, 194);
	font-family: "majesti-banner";
}

.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* Style inputs with type="text", select elements and textareas */

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px; 
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px; 
    resize: none; 
}

input[type=submit] {
    background-color : rgb(190, 30, 45);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=reset] {
    background-color : rgb(190, 30, 45);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color : rgb(213, 162, 141);
}
input[type=reset]:hover {
    background-color : rgb(213, 162, 141);
}


ul {
    font-family: "majesti-banner";
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
    background-color : rgb(190, 30, 45);
}
li {
    font-family: "majesti-banner";
    display:inline-block;
}

li a {
    font-family: "majesti-banner";
    font-size: 20px;
    display: inline-block;
    color : white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: rgb(240, 78, 35);
}

.slideshow{
    height: 1000px;
}

.menu_pic{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

h4 {
    color: rgb(240, 78, 35);
    font-family: "majesti-banner";
}

h3 {
    color: rgb(215, 228, 194);
    font-family: "majesti-banner";
}

h2 {
    color : rgb(240, 78, 35);
    font-family: "majesti-banner";
}

h1{
    font-family: "majesti-banner";
	color: rgb(240, 78, 35);
	font-style: italic;
	font-size: 50px;
	text-align: center;
}
.menufavs{
    display: inline-block;
    overflow: auto;
    font-family: "majesti-banner";
}

.menufavs h1{
    display: block;
    color : rgb(190, 30, 45);
    padding: 0px 400px;
}

.menufavs h2{
    display: block;
    padding: 0px 400px;
}


.menufavs img{
    padding: 0px 100px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color : rgb(138, 140, 143);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color : rgb(215, 228, 194);
    text-align: center;
    padding: 13px 100px;
    text-decoration: none;
    font-size: 20px;
    font-family: "majesti-banner";
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color : rgb(65, 57, 61);
}

/* Add a color to the active/current link */
ul a.active {
    background-color : rgb(240, 78, 35);
    color: white;
}

@font-face{
    font-family: "majesti-banner";
    src: url('Fonts/majesti-banner-light-webfont.svg') format('svg'),
    url('Fonts/majesti-banner-light-webfont.ttf') format('truetype'),
    url('Fonts/majesti-banner-light-webfont.woff') format('woff'),
    url('Fonts/majesti-banner-light-webfont.woff2')format('woff2'),
    url('Fonts/Majesti-Banner-Light.otf');
}

@font-face{
    font-family: "majesti-banner-bold";
    src: url('Fonts/majesti-banner-medium-webfont.ttf') format('embedded-opentype'),
    url('Fonts/majesti-banner-medium-webfont.ttf');
}