nav {
	z-index: 10;
}

.bars_icon{
	max-width: 5%;
    position: fixed;
    right: 10px;
    top: 25px;
}

.menu_selected{
	margin: 0;
    font-size: 1.5vw;
    border: 1px solid white;
    border-radius: 5px;
}

.dh_icon {
	margin: 7px 0 7px 0;
    background-color: white;
    max-width: 15vw;
    border: 2px solid white;
    border-radius: 10px
}
.mainText, .prepareText {
	text-align: justify;
}
.btnCheckMain {
	font-size: 3vw;
    height: 2.3vw;
	border: 1px solid #676262;
	border-radius: 10px;
	float: right;
	width: 28%;
	white-space: normal;
	padding: 0;
	height: 100%;
}

.txtRegContainer { 
	background-color: #ffc926;
	width: 70%;
	height: 100%;
	margin-right: 1%;
	display: inline-block;
	border: 1.5px solid #676262;
	border-radius: 10px;
	float: left;
}

#txtRegNumber {
	background-color: #ffffff00;
	border: none;
	font-size: 3.5vw;
	width: 100%;
	text-align: center;
	font-family: UKNumberPlate;
}

.txtRegContainerSmall { 
	background-color: #ffc926;
	width: 100%;
	height: 100%;
	margin: 4vw 0 2vw 0;
	display: inline-block;
	border: 1.5px solid black;
	border-radius: 5px;
	float: left;
}

#txtRegNumberSmall {
	background-color: #ffc926;
	border: none;
	font-size: 5vw;
	width: 100%;
	text-align: center;
	font-family: UKNumberPlate;
}

.btnCheckMainSmall {
	font-size: 4vw;
	padding: 1.5vw 0 1.5vw 0;
	border: 1px solid black;
	border-radius: 5px;
	float: right;
	width: 100%;
	white-space: normal;
}

/*@font-face {
font-family: "UKNumberPlate";
src: url("../fonts/UKNumberPlate.ttf");
}	*/

@font-face {
    font-family: 'UKNumberPlate';
    src: /*url('../fonts/uknumberplate-webfont.woff2') format('woff2'),*/
         url('../fonts/uknumberplate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

img {
	margin: 0;
}

.quote-text {
	font-weight: bold;
    font-style: italic;
    font-size: 0.9vw;
	margin-bottom: 5px;
}

.quote-stars {
	max-width:50%;
	margin-bottom: 10px;
}

.col-container {
  display:flex;
  width: 100%;
}

.col
{
  width: 50%;
  display: table-cell;
}

.text-box-container
{
	border: 10px solid #ededed;
	height:100%;
	display: table;
	width: 100%;
}

.text-box
{
	border:1px solid black;
	text-align: center;
	height:100%;
	text-align: center;
	display: table-cell;
	width: 100%;
	line-height: 1.1;
	vertical-align: middle;
}

.img-box-container {
    border: 10px solid #ededed;
}

.img-box {
	border:1px solid black;
}

.footer-box {
	border:1px solid black;
}

.headingText{
  	line-height: 1.1;
}
@media only screen and (max-width: 600px) {
  .col { 
    display: block;
    width: 100%;
  }
  .quote-text {
	font-size: 2.5vw;
  }

}

@media only screen and (max-width: 800px) {
	.heading h1{
		font-size: 5vw;
		margin-top:0;
	}
	.fixed_header{
		background-color:#ffffff;
		padding-top: 13vw;
		padding-bottom: 3vw;
		position:fixed;
		left: 0;
	}
	.fixed_header_main {
		padding-top: 11vw;
		padding-bottom: 3vw;
		position:fixed;
		left: 0;
		background-color: #ededed;
	}

	.bullet_points{
		 margin-top:50vw;
	}

	.drop-menu {
		position: fixed;
		width: 100%;
		top: 10vw;
		z-index: 10;
	}
	.homeTable{
		font-size: 3.6vw!important;
	}
	.mainText p{
		font-size: 3.6vw!important;
	}
	h1 {
		font-size: 3.6vw;
		margin-bottom: 0;
	}

	.btnCheckMain{
		font-size: 5vw;
	}
	#txtRegNumber{
		    font-size: 7.5vw;
		    height:100%;
	}
	.txtRegContainer{
		height:14vw;
	}
	.prepareText p {
		font-size: 3vw!important;
	}
	h2 {
		font-size: 3vw!important;
	}
	.homeTableContainer{
		padding:0!important;
	}
  .headingText span{
  	display:block;
  	font-size:8vw!important;
  }
  .full-menu {
	display: none;
  }
  .col-container {
	display: none;
  }
  .col-sm {
	display:inline!important;
  }
.quote-text {
	font-size: 3.5vw;
  }
  .quote-container {
	display: inline-block;
	width:99.9999%;
  }
	.social_media {
		display: none!important;
	}
	.dh-main {
		max-width: 95%!important;
		padding:0;
	}
	
	.social_media.social_footer {
		display: block!important;
		width: 9vw;
		margin-left: auto;
		margin-right: auto;
	}
		.social_media.social_footer p i {
		font-size: 5vw !important;
	}
}
	.homeTable {
		margin: 10px auto 10px auto;
		text-align: left;
		font-size: 1.9vw;
	}
@media only screen and (min-width: 801px) {
	.fixed_header div {
	    max-width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.btnCheckMain {
		font-size: 2.5vw;
	}
	.regControls {
	    width: 80%!important;
	    margin-left: auto;
	    margin-right: auto;
	}
	.bullet_points{
	    margin-top: 16vw;
	}
	.fixed_header_main {
	    padding-top: 5vw;
	    padding-bottom: 0.5vw;
	    position: fixed;
	    left: 15%;
	    width: 70%;
		background-color: #ededed;
	}
	.fixed_header{
		background-color: #ffffff;
	    padding-top: 5vw;
	    padding-bottom: 2vw;
	    position: fixed;
	    left: 0;
	    width: 100%;
	}
	.heading, .heading h1 {
		text-align: center;
		margin: 0;
	}
	h1 {
		font-size: 1.9vw;
    	margin-bottom: 0;
	}

	h2 {
		font-size: 1.8vw;
	}

	.drop-menu {
	    width: fit-content;
    	float: right;
/*		display: none!important;
*/	}

	.prepareText p{
		font-size:1.5vw;
	}
	.mainText p{
		font-size:1.5vw!important;
	}

}
.col-sm {
	display:none;
}
  

nav a {
	padding:0;
}

.txt-box-header {
	font-family:sfPro;
	font-size: 2.5vw;
	font-weight:600;
}

.txt-box-subheader {
	font-family: sfPro;
	font-size: 1.8vw;
	font-weight: 500;
}

.txt-box-txt {
	font-family: sfPro;
    font-size: 1.3vw;
}

.dropdown-content {
  display: none;
  text-align: left;
  position: absolute;
  background-color: #333333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown-content a {
	font-family: sfPro;
	font-size: 1.3vw;
}
.dropdown:hover .dropdown-content {
  display: block;
}

