* {

	margin:0px;
	padding: 0px;
}

h1 {

	font: bold 30px Tahoma;
}
h2 {

	font: bold 20px Tahoma;
}

header, nav, section, article, aside, footer{
	display:block;
}
body{
	display:-webkit-box;
	-webkit-box-pack:center;
}

#big_wrapper{
	max-width:100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-flex:1;

}

#top_header{
    background-color: white;
}

#top_menu{

	background: #11487c;
    opacity: 0.9;
	color: white;
	text-align: center;
}

#top_menu li, a:link, a:visited{

	display:inline-block;
	list-style: none;
	padding:10px;
	margin-left: 10px;
	font: bold 16px Tahoma;
	color: white;
	text-decoration: none;
}

#top_menu li> a:hover{
background: #0083ff;
}

#main_section{
    background-image: url("../pics/bck.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	-webkit-box-flex:1;
	text-align: center;
}

#the_footer{

	text-align: center;
	padding: 20px;
	border-top: 2px solid white;
	background: black;
	opacity: 0.9;
	color:white;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 20px;
}

#phonenav{
	display: none;
}

.dropbtn {
    background-color: #11487c;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #11487c;
    min-width: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}