/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    text-decoration: none;
    color: #333;
    display: block;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    outline: none;
	font-weight: 700;
	text-align:center;
}


/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    padding-left: 8px;
	text-align: center;
}

.dropdown-container a:hover{
	background-color: #c5b084;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.pan{
	background-color:transparent;
	text-align:center;
}

.pantit{
	font-size:28px;
}

.des{
	font-size: 20px;
	color: #e69b60;
}

.justify{
	text-align: justify;
}

.botbor{
	border-bottom: 1px solid #ddd;
}

.pantit a{
	color:#ddd;
}


/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}