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

@font-face {
	font-family: "Dosis";
	src: url(dosis/Dosis-Regular.otf);
	font-weight: normal;
	font-style: normal;
}
@-moz-document url-prefix() {
    .button {
		height:28px;
    }
}
body {
	font-family: "Dosis";
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
}
.h1 {
	padding-top: 11%;
	padding-bottom: 2%;
}
.menu_position {
	margin-top: 3%;
	margin-left: 17%;
}
.margin_left {
	margin-left: 17%;
	margin-right:17%;	
}

/* Dropdown Button */
.dropbtn {
	background: url(../img/menu_button2.png);
	font-size: 16px;	
	border: none;
	cursor: pointer;
	width: 97px;
	height: 38px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	font:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
	font-family: Dosis;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.search {
    padding:6px 10px;
    background: rgba(255,255,255,1.00);
 	border:0px solid #dbdbdb;
}
.button {
    position:relative;
    left:-8px;
	top:2px;
}
.header {
  border-bottom: 2px solid #ec4e20;
}
.col {
  width:200px;
  display: inline-block
}
.about_text {
	width: 64.7%;
	height: 16.6%;
	font-family: Dosis;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing:1px;
}
.about {
	width: 57px;
	height: 19px;
	font-family: Dosis;
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	letter-spacing:1px;
	padding-top: 2%;
}
.subheading {
	font-family: Dosis;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 8%;
}
.subheading_about {
	font-family: Dosis;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}
.smallheading {
	width: 173px;
	height: 20px;
	font-family: Shruti;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 5px;
}
.index {
    	display: none;
}
/*test*/