/* CSS Document */


h1 {color: #0B9446; font-family: KlinicSlab}
h2 {color: #0B9446; font-family: KlinicSlab}
p  {color: #D8C6B8; font-family: KlinicSlab; font-size: 160%;
}


/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: #5e1211;
        overflow: hidden;
    position: fixed;
    bottom: 150px;
    width: 50%;
    height:50px;
    opacity: 0.9;
}
/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 30px;
   }

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #D8C6B8;
    color: #0B9446;
}

/* Add a green background color to the active link */
.navbar a.active {
    background-color: #4CAF50;
    color: white;
}

.hours {
    background-color: #0B9446;
  width: 50%;
    height:70px;
    opacity: 0.9;
	
    color: white; 
    text-align: center;
    padding:  05px 0px ;
    text-decoration: none;
        overflow: hidden;
    position:absolute;
    bottom: 0px;
    right: 25%
  
}


.container {
    position: relative; 
    max-width: cover; /* Maximum width */
    margin: 0 auto; /* Center it */
}

.container .content {
    position: absolute; /* Position the background text */
   top: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.8); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 90%; /* Full width */
    padding: 20px; /* Some padding */
}

/* Container holding the image and the text */
.container {
    position: center;
}

