/* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
       margin-bottom: 0; 
	  /* background-image:  radial-gradient(SeaShell 10%, MediumTurquoise 25%, greenyellow 60%);*/
	   background-image: linear-gradient(to bottom right, Aquamarine , Azure);
    }
	body{
		background-color:Cornsilk;
		
	}
	@keyframes bg {
	  from {color: blue;}
	  to {color: black;}
	}
	.bg-text{
		font-family:fantasy;
		text-decoration: underline;
		animation-name: bg;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	.menu-left>.active>a, .btn-warning.active{
		color: #fff;
		background-color: BlueViolet !important;
		border-left: 7px solid blue !important;
		border-right: 7px solid blue !important;
		
	}
	

}
	.menu-left {
		list-style-type: none;
		
	}
	.menu-left a{
		white-space: normal;	
		text-transform: uppercase;
	}
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
		background-color:BurlyWood;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: auto;}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: Khaki;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
	
	#text p{
		text-indent:15px;
		font-size:20px;
	}
	ul{
		list-style-type:circle; padding-left: 0;
	}
	h1, h2{
		text-align:center;
	}