/* New Top Nav - Violet BG Color */

/*.navbar-inner {
    background:transparent;
}*/

/*#breadcrumbTopNav, #navbarNavDropdown {
	background-color: #947e9e;
}*/
#topNavVioletBG {
    color: white;
    background:transparent;
}
#topNavVioletBG ul li a {
    color: white;
        background-color: #775a83;
}

ul.dropdown-menu {
    background-color: #000!important;
}

.dropdown-item {
	color: #000;
}

/*.navbar-light .navbar-nav .nav-link {
     color: white; 
     background-color: #65516f;
}*/
@media screen and (max-width: 600px) {
#headertext {
    position: relative!important;
    top: -101px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  #surgeryTypes {
    display: inline block;
    margin: 0 auto;
    position: relative;
    top: -95px;}

     #surgeryTypes div {

     }

  }

  @media screen and (max-width: 600px) {

    #surgeryTypes {
    position: relative;
    top: -95px;

  }

  }

  #surgeryTypes {
    position: relative;
    top: -95px;
  }
  
}


