/* Do not change this sheet. This is for demo purposes later in the development stages

*/
@media only screen and (max-width: 780px) {

	h1,h2,h3,h4 {
		font-size: 24px !important;
	}
	
	li, strong, ul, ol, blockquote, a {
		font-size: inherit !important;
	}	
	
	p {
		font-size: 18px !important;
		line-height: 26px;
	}	

html, body {	
height:  auto;
vertical-align: top;
margin:  0;
border:  0px solid black;
font-size:  18px;
text-align: center;
}

html {
width:  100%;
padding:  0;
}

body {
width: 100%;
}

.background {
display: block;
width: auto;
min-width: 100% !important;
max-width: 300% !important;
position: fixed;
left: -50%;
margin-right: 50%;
z-index: 1;
}

div {
width: 98%;
	margin-left:auto;
	margin-right:auto;
vertical-align: middle;
position: relative;
z-index: 10;
}

#header, button {
width:  100%;
display: block;
z-index: 10;
position: relative;
}

#header #page #halfblock #halfblock * {
height: 20px;
font-size: 1em;
}

img {
height: auto;
margin-left: auto;
margin-right: auto;
max-width: 100% !important;
} 


#nav, .notmobile {
display: none !important;
}

.inline {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}

#logo {
    width: 70%;
    border: inherit;
    margin:  0 auto 0 auto;
padding: 2% 0;
background: transparent !important;
}

#logo h1 {
color: black;
}

#logo img {
    width: 80%;
    height: auto;
}

.phoneicon {
width: 10%;
}

.call {
padding-bottom: 6%;
display: block;
}

#menu-selector {
    height: 50px;
    text-align: right;
    color: white;
    font-size: 20px;
    background: transparent;
    position: absolute;
    padding: 1%;
margin-bottom: 20px;
display: block;
width: 50% !important;
border:  none;
top: 0;
right: 0;
}

#menu-selector img {
    height: 30px;
    width: auto;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
margin: 0 1% 20px 0;
vertical-align: top;
}

#menu-selector span {
    color: white;
    font-size: 1em;
    padding: 2% 1%;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
vertical-align: top;
}

#halfblock a  {
text-align: left !important;
}

#mobilenav {
    height: 40px;
    overflow:  hidden;
    width: 100%;
    border: inherit;
    padding: 5px 0 4% 0;
    vertical-align: bottom;
    text-align: center;
list-style:none;
}

#mobilenav ul {
margin: 0;
padding: 0;
}

#mobilenav ul li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 5px;
text-align: center;
display: block;
background: #0e6741;
}

#mobilenav ul li a {
    width: auto;
    height: auto;
    padding: 10px 20px;
    text-align: right;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    color:  white;
text-decoration: none;
}

#drop li a, .children li a  {
background: gray !important;
display: block;
margin: 0;
text-align: center !important;
font-size: 1.5em !important;
}
	
	#footer * {
		color: white;
	}	
	
	#footer img {
		padding-top: 20px;
	}


.inline {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}

#gallery {
    width: 100%;
    height: 50vh;
    z-index: 1;
}    
	
	#gallery img{
		height:50vh;
		object-fit:cover;
		width:100%;
	}

	#gallery #fullblock{
		position:absolute;
		z-index:2;
		bottom:20%;
		left:1%;
	}
	
#fleetlist {
position: absolute;
bottom:  3%;
left: 0;
background: white;
height: 7%;
padding: 2%;
width: 102% !important;
overflow: hidden;
}

#tsplayer {
width:100%; height: 400px; margin-top: -15%; margin-bottom: -5%; position: relative; z-index: 3; overflow:  hidden;
}  

#main, #footer {
width: 98%;
height: auto;
padding: 1%;
}

#imagearray img {
width: auto;
height: 70px;
margin: 0 !important;
}

#footerblock {
width: 49% !important;
padding: 2% 0;
}

	#twothirdsblock ul{
		text-align:left;
	}
	
	#gallery span{
		font-size:1.3rem;
	}

	#gallery hr{
	 border: 0.25rem solid var(--yellow);
	}
	
	#header #sidewrapper{
	display:none;
	}

	#mobilenav li{
		list-style:none;
		padding:2% 0;
	}

	    #fullblock.accreditations img {
	        height: 130px;
	        width: auto !important;
	        text-align: center;
	        padding: 2%;
	}

	.serviceblock #quarterblock img{
		height:30vh;
		object-fit:cover;
	}
}

/* ------------------- tablet version ---------------------------------- */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 780px) and (max-width: 1000px) {

.background {
display: block;
width: 100%;
height: auto;
position: fixed;
z-index: 1;
}

#logo {
    width: 40%;
    border: inherit;
    margin: 1% 0;
}

#logo a {
width: 100%;
height: 100%;
margin: 5% 0;
}

#logo a img {
width: 90%;
height: auto;
}
	
.notmobile {
display: none !important;
}

.phoneicon {
width: 10%;
}

#navwrapper {
    width: 100%;
    border: inherit;
    padding: 5px 0;
    text-align: right;
}

#social {
width: 99%;
height: auto;
border: inherit;
padding: 5px 0;
}

#social a {
width: 3%;
height: auto;
}

#social a img {
width: 100%;
height: auto;
}

#contactdetails {
width: 99%;
border: inherit;
height: auto;
padding: 5px 0;
}

#contactdetails a {
width: auto;
height: auto;
}


#nav {
    width: 99%;
    border: inherit;
    padding: 5px 0;
    text-align: right;
}

#nav li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 5px;
}

#nav li a {
    width: auto;
    height: auto;
    padding: 10px 5px;
    font-family: Arial, hevetica, sans-serif;
    font-size: 16px;
    text-align:  right;
}
	
#gallery {
    width: 100%;
    height: 80vh;
    z-index: 1;
	position:relative;
}    
	
	#gallery img{
		height:80vh;
		object-fit:cover;
		width:100%;
	}

	#gallery #fullblock{
		position:absolute;
		z-index:2;
		bottom:20%;
		left:1%;
	}
	
	#twothirdsblock ul{
		text-align:left;
	}
	

	#gallery hr{
	 border: 0.25rem solid var(--yellow);
	}
	
	#header #sidewrapper{
	display:none;
	}

	#mobilenav li{
		list-style:none;
		padding:2% 0;
	}
	
	#mobilenav {
    height: 40px;
    overflow:  hidden;
    width: 100%;
    border: inherit;
    padding: 5px 0 4% 0;
    vertical-align: bottom;
    text-align: center;
list-style:none;

}

#mobilenav ul {
margin: 0;
padding: 0;
}

#mobilenav ul li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 5px;
text-align: center;
display: block;
	color:white;
}



#menu-selector {
    height: 50px;
    text-align: right;
    color: white;
    font-size: 20px;
    background: transparent;
    position: absolute;
    padding: 1%;
margin-bottom: 20px;
display: block;
width: 50% !important;
border:  none;
top: 5%;
right: 0;
}

#menu-selector img {
    height: 30px;
    width: auto;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
margin: 0 1% 20px 0;
vertical-align: top;
}

#menu-selector span {
    color: white;
    font-size: 1em;
    padding: 1% 1%;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
vertical-align: top;
}
	
	#sixthblock{
		display:block;
	}
	
	#twothirdsblock{
		width:100% !important;
	}
	

 #fullblock.accreditations img {
	        height: 130px;
	        width: auto !important;
	        text-align: center;
	        padding: 2%;
	    }
	
	body{
		margin:auto;
	}
	
	.inline{
		display:inline-block;
	}
	
	.serviceblock #quarterblock {
		overflow:hidden;
	}
	
	#mobilenav li:nth-of-type(1){
		padding-top:4%;
	}
	
	
	.serviceblock #quarterblock img{
		height:11vh;
		object-fit:cover;
	}
	
	.serviceblock #quarterblock h2{
		font-size:inherit !important;
	}
	} /* end media mobile screen */