
body *{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: candara;
}

.navbar .navbar-brand {
	margin-left: 3%; 
	margin-right: 35%;
}

.navbar .navbar-brand img {
    height: 150px; 
	width: 150px;
}

.navbar {
	border-bottom: 1px solid lightgrey;
	height: 15vh;
	width: 100%;
}

.footer-links i {
	font-size: 40px;
}


.row-one {
	padding: 0;
	height: 30vh;
	position: relative;
	justify-content: center;
	background: url(images/bgg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.row-one .overlay {
	height: 30vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.5);
	-webkit-background-color: rgba(0,0,0,0.5);
	-moz-background-color: rgba(0,0,0,0.5);
	-ms-background-color: rgba(0,0,0,0.5);
	-o-background-color: rgba(0,0,0,0.5);
	
}


.row-two {
	padding: 2%;
}

.row-two .header {
	padding: 3%;
	text-align: center;
}

.row-two .header span {
	font-weight: bolder;
	color: #009688;
}

.row-two .box {
	padding: 2%;
}

.row-two .fleet-box {
	height: 70vh;
	color: grey;
}

.row-two .fleet-box h6 {
	text-align: center;
	color: black;
}

.row-two img {
	height: 30vh;
	width: 100%;
}

.row-two .fleet-box .icons i {
	margin: 1%;
	text-align: center;
}

.row-two .fleet-box .icons i span {
	font-size: 14px;
}

.row-two .fleet-box .tab1 {
	float: left;
	width: 45%;
	font-size: 14px;
}

.row-two .fleet-box .tab1 i {
	font-size: 14px;
}

.row-two .fleet-box .tab2 {
	float: left;
	width: 55%;
	font-size: 14px;
}

.row-two .fleet-box .tab2 i {
	font-size: 14px;
}

.row-two .fleet-box .text-box {
	height: 40vh;
	background: #f5f5f5;
	padding: 5%;
}

.row-two .fleet-box .text-box .price {
	float: left;
	font-weight: bold;
	color: rgb(218, 28, 54);
}

.row-two .fleet-box .text-box a {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 6%;
	padding-right: 6%;
	float: right;;
}

.fleet-box:hover a {
	background-color: #E72B45;
	color: #fff;
}














/*FOOTER LINKS*/
.footer-links {
	padding: 5%;
	background: #292526;
	color: lightgrey;
}

.footer-links .box1 img {
	height: 30vh;
	width: 90%;	
}

.footer-links .box1 .text-box {
   margin-top: 20%;
}

.footer-links .box2 .text-box .head {
   font-weight: bold;
   color: #fff;
}

.footer-links .box2 .text-box a {
   text-decoration: none;
   color: white;
}


.footer-links .box3 .text-box .head {
   font-weight: bold;
   color: #fff;
}

.footer-links .box3 .text-box a {
   text-decoration: none;
   color: white;
}

.footer-links .box4 .text-box .head {
   font-weight: bold;
   color: #fff;
}

.footer-links .box4 .text-box a {
   text-decoration: none;
   color: white;
}




/*FOOTER*/
.footer {
	background: #0e0d0d;
	color: lightgrey;
	padding: 2%;
	text-align: center;
}




@media (max-width: 500px) {

.navbar {
	border-bottom: none;
}

.navbar .navbar-brand {
	margin-left: 0;
	margin-right: 0;
	height: 10vh;
}

.navbar .navbar-brand img {
    margin-top: -25%;
}


.navbar .navbar-nav .nav-item {
	background-color: rgba(0,0,0,0.5);
	padding-left: 2%;
}

.nav-item i {
	display: none;
}

  	.row-one {
		height: 80vh;
	}

	.row-one .overlay {
	height: 80vh;
	background-color: rgba(0,0,0,0.5);
    } 

    .footer-links .box1 {
    	display: none;
    }

    .footer-links .box2 {
    	width: 50%;
    	float: left;
    	text-align: center;
    }

    .footer-links .box3 {
    	width: 50%;
    	float: left;
    	text-align: center;
    }

    .footer-links .box4 {
    	padding-top: 10%;
     text-align: center;
    }

}


