.bg{
	background-image:url(../../images/cp1.jpg);
/* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
	
/* TOPNAV */
.topnavx {
  overflow: hidden;
  background-color: #333;
  #color:#fff;
}

.topnavy {
	height 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
  background-color: #333;
  #color:#fff;
    overflow-x: hidden;
    padding: 8px 0;
}
.topnav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.main {
    margin-left: 270px; /* Same width as the sidebar + left position in px */
    padding: 0px 10px;
	max-width:800px;
}
.topnav a {
  float: none;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  #background-color: #4CAF50;
    background-color:#60a917;
  color: white;
}

.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; height: auto; width: auto; top:auto; left: auto; overflow:hidden; padding-top:0px;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .main.responsive {margin-left: 0px; padding-left: 0px;}
