﻿@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* Drive-Alive bootstrap 4 custom start */


/* H1 and H2 format for heading */

#dap_Heading_Main h1 {
		font-size: 26px !important;
		text-align: right !important;
}

#dap_Heading_Main h2 {
		font-size: 20px !important;		
		text-align: right !important;		
}

/* content */
#dap_Content {
	background-image: url("https://www.drive-alive.co.uk/images/home/bootstrap/v4/da-home-cover-v4-1.jpg"); 
	background-size: cover;
}


/* booking.com widget */
.da-booking-widget {
	padding: 4px;
	border: 1px blue solid;
}

.nav-item {
	font-weight:bold !important;
} 

/* aferry eurotunnel */
.ferry-engine {
  display: block;
  height: 430px;
  position: relative;
  width: 100%;
}
              
#afiframe {
  position: absolute;
  width: 100%;
  left: 0;
	height: 100%; 
}


@media (max-width: 575px) {
	/* route planner */	
	#btnRoute, #btnResetMap, #btnReset {
		width: calc(100% - 16px) !important;
		float:none !important;	
	}
}

body > * {
  background-size: cover; }

.opaque-overlay {
  overflow: hidden;
  position: relative; }
  .opaque-overlay > *:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    background: rgba(52, 58, 64, 0.25); }

.gradient-overlay {
  overflow: hidden;
  position: relative; }
  .gradient-overlay > *:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    background: linear-gradient(to bottom right, #007bff 20%, transparent 80%); }

.bg-secondary {
    background-color: #004EA3 !important; 
}    

@media (max-width: 384px) {
	#Top_Of_Fuel_Prices table td, #Top_Of_Fuel_Prices table th {
		padding: 0px !important;
	}
}	

/* Drive-Alive bootstrap 4 custom end */
