.well {
	color: #ED1C24;
	padding: 0px;
	/*border-style: solid;
	border-width: thick;
	border-color: #C6B54D;
	background-image: url(../images/webad2.svg);
	background-repeat: no-repeat;
	max-width:100%; 
	height:auto;*/
}
.navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
	padding-top: 20px;
	color: #ED1C24;
	
	height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #c2a34f;
      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;} 
    }
.modal-content{
	color:red;
}


