
@charset "utf-8";
/* CSS Document */
 /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 8px;
    font-size: 12px;
    cursor: pointer;
    border: 10px;
width:100px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* dropdown-content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: blue;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-menu {
    width: 100% !important;
    height: 100px !important;
    padding: 0;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 



.carousel-control.right, .carousel-control.left {
  background-image:none;
}
    
.a { text-decoration: none;
}

.responsive {
    display: block;
    max-width: 100%;
	padding: 5px;
	border: black;}

.caption {
	text-decoration: none; }
	
	h1 { color: #a6430a; font-family: Lobster; font-size: 2em; font-weight: bold; text-align: center; text-decoration: none; }


h3 { color: #FFFFF; margin: 0em 0em .5em 1em; font-family: Script; font-size: 2em; font-weight: bold;  }

h2 { color: green; margin: 1em 1em .5em 1em; font-family: serif; font-size: 2em; font-weight: bold; text-align: center;  }


h4 { text-align: center; }


</style>

/* CSS Document */

