

body {
	background:url('/dap/images/page_bg.png') repeat-x;
}

#header
{
	width: 1140px;
	height: 148px;
	background:url('/dap/images/dap-newhead.jpg') no-repeat;	
	background-size: cover;
}

@media (min-width: 1px) and (max-width: 1199px) {
 #header
	{
        background:url('/dap/images/dap-newhead-mobile1.png') no-repeat;
        width: 100%;
		height: 120px;
		display: block; 
    }
}

@media (min-width: 1px) and (max-width: 991px) {
 #header
	{
        background:url('/dap/images/dap-newhead-mobile2.png') no-repeat;
    }
}

@media (min-width: 1px) and (max-width: 767px) {
 #header
	{
        background:url('/dap/images/dap-newhead-mobile3.png') no-repeat;
    }
}

@media (min-width: 1px) and (max-width: 375px) {
 #header
	{
        background:url('/dap/images/dap-newhead-mobile4.png') no-repeat;
    }
}




	#button a, .card a {
		text-decoration: none;
		color: white;
		background: #05699B;
	}
	#button a:hover, .card a:hover {
		opacity: 0.5;
		color: white;
		border: #0275d8;
	}
