h1, h2, h3, h4, h5, h6 {
    /* font-family: inherit; */
    font-family: Palatino, serif;
    font-weight: 500;
    text-rendering: optimizelegibility
    margin: 10px;
    padding: 10px;
}

h1, h2 {
    color: #45607b;
}

h3, h4, h5, h6 {
    background-color: #45607b;
    color: white;
}

.carousel-caption {
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

/*
.navbar {
	position: relative;
	z-index: 1000;
}

.dropdown-menu {
	z-index: 25000 !important;
}

@media only screen and (max-width : 979px) {
.dropdown-menu li:hover .dropdown-menu {
	position:static;
}
*/
