﻿.body {
    font-family: Arial, sans-serif;
    background-color: #a08e6a;
}

.chgcolor {
    color: #f1f1f1;
}

.p {
    line-height: 1.5;
}
.cntext {
    text-align: center;
}
.backgroundcolor {
    background-color: #806e58;
}
/********Top************/
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.main {
    margin-left: 200px; /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {
.sidenav {
    padding-top: 15px;
}

.sidenav a {
    font-size: 18px;
}
}
/**********End**********/
.indentspace {
    margin-left: 130px;
}
.jambocentercolor {
        color: #2d3507;
    text-align: center;
}
.jambotextsize {
    font-size: 25px;
}
.homeindentmore {
    margin-left: 200px;
}
