/* Remove the navbar's default margin-bottom and rounded borders */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    .navbar-default {
      background-color: white;
      background-image: none;
      background-repeat: no-repeat;
    }
    .navbar-default li a {
      color: black !important;
      background-color: white !important;
    }

    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
      width: 100%;
      
    }

    .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
    }  

    .roundimg-div {
      align-items: center;
      display: flex;
    }

    .roundimg-text {
      margin: 0px 20px;
    }

    .roundimg {
      border-radius: 50%;
      height: 130px;
      width: 130px !important;
    }

    .roundimg-caption {	
	margin: 0px 20px;
    }

    .mybox {
      box-shadow: 0px 0px 10px 5px #acacac
    }
    .mybox p {
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 20px; 
    }
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none;
    }
  }	

.scroll{
    width:200px;
    height:200px;
    overflow:auto;
}