body,html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}

#header {
    height: 191px;
    width: 100%!important;
    margin: 0 auto;
}

#slider {
    height: 600px;
    width: 100%;
    margin-top: -638px;
}

#content {
    margin: 0 0 0 6px;
    font-family: 'Cousine', ;
    font-size: 22px;
}

#logo {
    width: 98%!important;
    height: auto;
    float: left;
}

.da-slide h2{
	color: #fff;
	font-size: 26px!important;
	width: 60%;
    height: auto!important;
	top: 60px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
}
.da-slide p{
	width: 45%;
	top: 155px;
	color: #fff;
	font-size: 14px!important;
	line-height: 26px;
	height: auto!important;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}

table {
    max-width: 100%!important;
    display: block;
}

.logoimg {
    width: 100%!important;
    height: auto; 
}

.albumimage,.indeximg {
    width: 100%!important;
    height: auto;
}

#menuicon {
    position: relative;
    z-index: 20;
    height: 40px;
    width: 60px;
    border: solid 2px black;
    margin: 0 0 20px 0;
    background: url("../images/menu-alt-512.png") no-repeat;
    cursor: pointer;
}

#menu_wrapper {
    height: 300px;
    width: 100%;
    background: none;
    display: none;
}

#menu {
    width: 100%;
    height: 30px;
    margin: 0 auto;
}

#menu li {
    list-style-type: none;
    height: 40px;
    text-align: center;
    line-height: 44px;
}

#menu li a {
    text-decoration: none;
    color: #000;
    font-family: 'Bangers', cursive;
    font-size: 26px;
    padding: 2px 26px;
}

#menu li a:hover, #menu li a.current {
    color: #f7a752;
}

#bovag-logo {
    position: relative;
    z-index: 10;
    height: 30px;
    width: 130px;
    float: left;
    margin: 16px 0 0 0;
}

.inputfield {
    height: 34px;
    width: 100%;
    padding: 3px 6px;
}

.textfield {
    height: 200px;
    width:  100%;
    padding: 3px 6px;
}

#send_button {
    height: 40px;
    width: 100%;
}

#footer_txt {
    margin: 0 6px;
}

.icons {
    width: 98%!important;
    height: auto;
}



