@charset "utf-8";
/* CSS Document */

	logo {
		float: left;
 
	}
 
/* ---- CONTACT FORM ----- */


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
	
}
 
input[type=submit] {
  background-color: #7E0000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
 
input[type=submit]:hover {
  background-color: #491000;
}
 
.container {
  border-radius: 5px;
  background-color: #883E24;
  padding: 20px;
}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}



/*---- MENU TABLE ----*/

/* Menu Box */

td, th {
  border: 1px solid #DFD9AB;
  text-align: center;
  padding: 9px;
  font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold"
  
}

tr:nth-child(even) {
  background-color: #5e1211;
  color: #DFD9AB;
}
tr:nth-child(odd) {
  background-color: #883E24;
  color: #DFD9AB;

}

/*---- NAV BAR ----*/

.topnav {
  overflow: hidden;
  background-color: #883E24;
	
}

.topnav a {
  float: left;
  display: block;
  color: #DFD9AB;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
	font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold"
}

.topnav a:hover {
  background-color: #7E0000;
  color: #DFD9AB;
}

.topnav a.active {
  background-color: #7E0000;
  color: #DFD9AB;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	 
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	  
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



body {
  background-color: #491000;
}
 
.homebutton {
	column-count: 3; 
	width: 100%;
}
 
.responsive {
  width: 100%;
  height: auto;
}
 
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
 
 
h1 {
	text-align: center;
	color: #DFD9AB;	
	 font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold" 
}
 
h2 {
	text-align: center;
	color: #DFD9AB;	
	 font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold" 
}

	
h3 {
	text-align: center;
	color: #DFD9AB;
	 font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold" 
}

p {
	text-align: center;
	color: #DFD9AB;	 
	 font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold" 
}


 footer {
           
            left: 0;
            bottom: 0;
            width: 100%;
            background-color: #883E24;
            color: #ffffff;
            text-align: center;
         font-family: "Hind Siliguri", "Hind Siliguri Light", "Hind Siliguri Medium", "Hind Siliguri SemiBold" 
}