@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: light_font;
    src: url(../fonts/Majesti-Banner/Majesti-Banner-Light.otf);
}

/*@font-face {
    font-family: amore;
    src: url(../fonts/Majesti-Banner/Majesti-Banner-Bold.otf);
}*/


.logo{
	font-family: "Helvetica, Arial";
	font-weight: 100;
	font-size: 100px; 
	color: black;
}

.desc{
	color: black;
	font-family:light_font;
	font-weight: lighter;
	font-size: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
}

body{
	background: url(../img/3.jpg);
	background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#navbar{
	width: 100%;
	position: relative; 
	margin: -10px -30px; 
	padding: 0.25rem 30px; 
	background: #333; 
	height: 50px; 
	opacity: 0.8; 
	list-style: none; 
	text-align: center;
    background-attachment: fixed;
}

.navlinks{
	float: left; 
	display: inline-block; 
	color: white; 
	text-align: center; 
	padding: 14px 16px; 
	text-decoration: none; 
	font-size: 20px;
}

#navbar a.active {
    background-color: #888;
    color: white;
}

#navbar a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.heading{
	color: red;
	font-size: 24px;
	
}

.menudesc{
	font-size: 14px;
}


.itemname{
	font-weight: bold;
}



input[type=text], select, textarea {
    width: 50%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
