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%;
}

i {
	font-size: 40px;
}


.row-one {
	padding: 0;
	height: 30vh;
	position: relative;
	justify-content: center;
	background: url(images/lexus.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-one h2 {
	color: white;
	font-weight: bold;
	margin-top: 3%;
}



.row-two {
	padding: 3%;
	background-color: #f0f1f2;
}

.row-two iframe {
	width: 100%;
	height: 80vh;
}









/*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: 70vh;
	}

	.row-one .overlay {
	height: 70vh;
	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;
    }

}


