body {
	margin:0px;
	background-color:#d9cbb3;
	background-image: url("../images/background.jpg");
	color:#363636;
	font-family: 'Cardo', sans-serif;
	font-size:13pt;
	max-width: 100%;
}

p {
padding-top:0px;
margin-top:0px;
margin-bottom:0px;
padding-bottom: 0px;

}

img { max-width:100% }

a {
	text-decoration:none; }

#site-container {
	max-width:1000px;
	margin:0 auto;

}



.topnav {	
	max-width:950px;
	height:180px;
    margin: 0 auto; 
    background-image: url('../images/nav_chalkboard.jpg');
 }


#mobile_jamalfahim {
	padding-top:15px;
	display:none;
}


#copyright {
	font-size:10pt;
	padding-left: 20px;
	padding-bottom:30px;
}






	
/* Dropdown Button */
.dropbtn {
    background-color: #c5a57f;
    background: url("../images/nav_m_topbg.jpg");
    color: #f3efe8;
    padding: 0px 16px 5px 16px;
    font-size: 26px;
    cursor: pointer;
}

/* Dropdown button on hover & focus
.dropbtn:hover, .dropbtn:focus {
    background-color: #fff;
}  */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: none;
    z-index:500;
    width: 100%;
    min-width:216px;
    background-color:#000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
}

.dropdown-middle {
    background-color:#393a3c;	
	background: url("../images/nav_m_mid.jpg");
}

.dropdown-content ul {
	list-style-type: none;
	font-size:14pt;
	width:185px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 15px;
	}

.dropdown-content li {
	border-bottom: 1px solid #c4c4c4;

	}

/* Links inside the dropdown */
.dropdown-content a {
    color: #dadada;
    padding-bottom: 8px;
    margin-left:10px;
    text-decoration: none;
    display: block;

}

.dropdown-content li:not(.firstitem) {
	padding-top:8px;
}
	
/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #fff}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


@media screen and (max-width:950px) {

#site-container {
	max-width:800px;
}

#mobile_jamalfahim {
	display:block;
}

.topnav {display:none}

.dropdown {display:block; }


}





@media screen and (max-width:760px) {



}

