/******************************************************************************
* Title: styling.css
* Author: Hunter Schoonver ~ Web Designer ~ hunter@skoonie.com
* 
* Purpose:
* 
* This cascading stylesheet provides styling for the index/home page, which is
* why it is in the root folder.
*
* Example usage:
* 		<link rel="stylesheet" href="styling.css">
*
*/


/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* GENERAL -- styling and classes that can be used in multiple sections */

body {
	background-attachment: fixed;
    background-color: transparent !important;
	background-position: left; 
	background-repeat: no-repeat;
    font-size: 0;
}

.section {
	position: relative;
}

.sectionBookmark {
	position: absolute; 
	top: 1px;
}

.table {
	width: 100%; 
	height: 100%; 
	display: table;
	vertical-align: bottom;
    padding: 0;
}

.tableCell {
	width: 100%; 
	height: 100%; 
	display: table-cell; 
}

@media (max-width: 900px) {
    
    body,html {
        background-position: -900px -300px; 
    }
    
}

/* end of GENERAL */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* LANDING SECTION -- Styling for the landing section */

#findYoursNowLink {
    cursor: pointer;
    float: right; 
    margin: 0 20px 0 0;
}

#findYoursNowLink a {
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 1px #8080ff solid; 
    border-left: 1px #8080ff solid;
    color: #8080ff;
    display: block;
    cursor: pointer;
    padding-left: 150px;
    padding-right: 10px;
    text-decoration: none;
    transition: all 250ms linear;
}
#findYoursNowLink a:hover {
    border: 1px solid transparent;
    border-top: 1px #fff solid; 
    border-right: 1px #fff solid; 
    transition: all 250ms linear;
}

#landingSectionBackgroundOverlay {
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.6); 
	position: relative;
	text-align: center; 
}

#landingSection .table {
    padding: 0 0 100px 0;
    vertical-align: bottom;
}

#landingSection .tableCell {
    vertical-align: bottom;
}

#landingSection {
	width: 100%; 
	height: 100%;
    display: inline-block;
	overflow: hidden;
}

#subTitles {
    width: 100%; 
    display: inline-block;
}

#shawnMontoya {
	color: #8080ff;
	display: inline-block;
    font-family: Helvetica, Arial;
	font-weight: bold; 
	font-size: 150px; 
	margin: 0;
    overflow: hidden;
	padding: 5px 12px 7px;
	text-align: center;
    text-shadow: 1px 1px 2px #000;
    white-space: nowrap;
}

#qualityMessage {
    float: left; 
    margin: 0 0 0 20px;
}

.textSmall {
    color: #8080ff;
	font-size: 30px;
    font-weight: 900;
    text-align: left;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: 0 0 1px #000;
}

/* Styling for when narrower than 550px */
@media (max-width: 400px) {
    
    #findYoursNowLink a {
        font-size: 20px;
        text-shadow: 0 0 1px #000;
    }
    
    #shawnMontoya {
        text-shadow: 0 0 1px #000;
    }
    
}

/* Styling for when narrower than 900px */
@media (max-width: 900px) {
	
    #findYoursNowLink {
        width: 100%;
        display: inline-block;
        margin: 0;
        text-align: center;
    }
    
    #findYoursNowLink a {
        width: 100%;
        max-width: 500px;
        border: 2px solid #8080ff;
        color: #8080ff;
        cursor: pointer;
        display: inline-block;
        margin: 0;
        padding: 5px 12px 7px 5px;
        padding-left: 0px !important;
        text-decoration: none;
        transition: all 250ms linear;
    }
    #findYoursNowLink a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        border: 2px solid #fff;
        text-shadow: none;
        transition: all 250ms linear;
    }
    
	#shawnMontoya {
        margin: 0 auto;
        position: absolute;
        top: 20px;
    }
    
    #landingSection .table {
        width: 100%; 
        height: 100%; 
        display: table;
        vertical-align: bottom;
        padding: 0 0 20px 0;
    }
    
    #qualityMessage {
        display: none;
    }
	
}

/* Styling for when narrower than 1050px */
@media (max-width: 1050px) {
	
	#findYoursNowLink a {
       padding-left: 50px;
    }
	
}

/* end of LANDING SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* MENU SECTION -- Styling for the menu section */

#menu {
    width: 90%;
    border-bottom: 1px #8080ff solid;
    border-top: 1px #8080ff solid;
    color: #8080ff; 
    display: inline-block;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 50px 0 50px 0;
}
#menu:hover {
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
}


#menu li {
	border-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
    margin: 0 40px 0 40px;
	text-align: center;
}

#menu li a {
	color: #8080ff;
    display: block;
	padding: 10px;
    text-align: center;
    text-decoration: none;
	transition: background-color, border-color 0.35s ease;
	
}
#menu li a:hover {
	color: #fff;
}

#menuSection {
    width: 100%; 
    height: 100%; 
    display: inline-block;
    position: relative;
}

#menuSectionBackgroundOverlay {
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.6); 
    display: inline-block;
	text-align: center; 
}

#menuSection .table {
    padding: 0;
    vertical-align: middle;
}

#menuSection .tableCell {
    padding: 0;
    vertical-align: middle;
}

/* Styling for when narrower than 690px */
@media (max-width: 690px) {
    
    #menu {
        padding: 30px 0;
    }
    
	#menu li {
        width: 100%;
    }
    
    #menuSection {
        height: auto;
    }
    
    #menuSection .table {
        padding: 125px 0;
        vertical-align: middle;
    }
    
    #menuSectionBackgroundOverlay {
        height: auto;
    }
	
}

/* Styling for when narrower than 690px */
@media (max-width: 690px) {
	
    #menu li a {
        padding: 10px 7px 10px 7px;
    }
    
	#menu li {
        font-size: 30px;
        margin: 0 8px 0 8px;
    }
	
}

/* Styling for when wider than 690px and narrower than 840px */
@media (min-width: 691px) and (max-width: 840px) {
	
	#menu li {
        font-size: 30px;
    }
	
}

/* Styling for when wider than 690px and narrower than 1050px */
@media (min-width: 691px) and (max-width: 1050px) {
	
	#menu li {
        margin: 0 15px 0 15px;
    }
	
}

/* end of MENU SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* SHAWN THE CAR GUY SECTION -- Styling for the Shawn the car guy section */

#shawnTheCarGuySection {
    width: 100%; 
    background-color: rgb(246, 246, 246);
    border-top: 2px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    color: rgb(125, 125, 125);
    display: inline-block;
    padding: 100px 0px;
    vertical-align: middle;
}

#shawnImage {
    width: 45%; 
    display: inline-block;
    margin: 0;
    padding: 0 3%;
    text-align: right;
    vertical-align: top;
}

#shawnTheCarGuyTitle {
    width: 49%;
    color: #7c5194; 
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    margin: 0;
    overflow: hidden;
    padding: 0 3%;
    text-align: left;
    vertical-align: top;
}

#shawnTheCarGuyTitle #divContainer {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

#shawnTheCarGuyTitle #main {
    width: 100%; 
    color: #8080ff;  
    font-size: 100px; 
    line-height: 80px; 
    margin: 0; 
    padding 0; 
    text-shadow: 1px 1px 2px #fff;
}

#shawnTheCarGuyTitle #sub {
    width: 100%; 
    color: rgb(76, 76, 76); 
    font-size: 35px; 
    line-height: 45px; 
    margin: 0; 
    padding 0; 
    text-align: right;
}

/* Styling for when narrower than 550px */
@media (max-width: 550px) {
    
    #shawnTheCarGuySection {
        padding: 75px 0px;
    }
    
}

/* Styling for when narrower than 700px */
@media (max-width: 700px) {
    
    #shawnImage {
        width: 100%;
        padding: 0px 25px !important;
        text-align: center;
    }
    #shawnTheCarGuyTitle {
        width: 100%;
        margin: 50px 0 0 0;
        text-align: center;
    }
    
    #shawnTheCarGuyTitle #main {
        font-size: 85px;
        line-height: 70px; 
    }
    
    #shawnTheCarGuyTitle #sub {
        font-size: 20px;
        line-height: 30px; 
    }
    
}

/* end of SHAWN THE CAR GUY SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* FIND US SECTION -- Styling for the find us section */

#findUsSection {
    width: 100%;
    background-color: #fff;
    border-top: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    display: inline-block;
    padding: 100px 0px;
    vertical-align: middle;
}

#findUsSection #left {
    width: 38%;
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    margin: 0;
    padding: 50px 3%;
    text-align: right;
    vertical-align: top;
}

#findUsTitle {
    color: rgb(76, 76, 76); 
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    font-size: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

#mapImage {
    width: 100%;
    max-width: 700px;
    height: 450px;
    background-image: url(images/map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: rgb(25, 25, 25) 0px 0px 2px 0px;
    display: inline-block;
    transition: all 100ms linear;
}
#mapImage:hover {
    box-shadow: none;
    transition: all 100ms linear;
}

#mapImageContainer {
    width: 60%; 
    max-width: 700px;
    min-width: 550px;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 50px;
    text-align: center;
    vertical-align: top;
}

.getDirectionsButton {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: right;
}

.getDirectionsButton a {
    border: 2px solid #f66355;
    color: #f66355;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 250ms linear;
}
.getDirectionsButton a:hover {
    background-color: #f66355;
    color: #fff;
    transition: all 250ms linear;
}

.getDirectionsButtonNarrow {
    display: none;
    visibility: none;
}

/* Styling for when narrower than 375px */
@media (max-width: 375px) {
    
    #findUsTitle {
        font-size: 55px !important;
    }
    
}

/* Styling for when narrower than 550px */
@media (max-width: 550px) {
    
    #findUsSection {
        padding: 75px 0px;
    }
    
}

/* Styling for when narrower than 900px */
@media (max-width: 900px) {
    
    #findUsTitle {
        font-size: 70px;
    }
    
    #mapImage {
        height: 350px;
    }
    
}

/* Styling for when narrower than 1100px */
@media (max-width: 1100px) {
    
    #findUsSection #left {
        width: 100%;
        padding: 0px 40px;
        text-align: center;
    }
    
    #mapImageContainer {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 50px 0 0 0;
        padding: 0px 40px;
    }
    
    .getDirectionsButtonNarrow {
        display: inline-block;
        margin: 50px 0 0 0;
        padding: 0px 40px;
        text-align: center;
        visibility: visible;
    }
    
    .getDirectionsButtonWide {
        display: none;
        visibility: hidden;
    }
    
}

/* end of FIND US SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* SEARCH FORM SECTION -- Styling for the search form section */

#searchFormDiv {
    width: 49%; 
    color: rgb(76, 76, 76); 
    display: inline-block;
    font-size: 60px; 
    margin: 0;
    padding: 70px 3%;
    text-align: right;
    vertical-align: top;
}

#searchFormSection {
    width: 100%; 
    background-color: rgb(246, 246, 246);
    border-top: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    color: rgb(125, 125, 125);
    display: inline-block;
    padding: 100px 0px;
    vertical-align: top;
}

#searchFormSection .table {
    vertical-align: middle;
}

#searchFormSection .tableCell {
    vertical-align: middle;
}

#text {
    color: rgb(85, 85, 85); 
    font-size: 20px;
}

#title {
    color: rgb(76, 76, 76); 
    font-size: 50px;
    margin-top: 0;
    padding-top: 0;
}

#wordsDiv {
    width: 49%;
    max-width: 600px;
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    margin: 0;
    padding: 50px 3%; 
    text-align: left;
    vertical-align: top;
}

#wordsDivNarrow {
    display: none;
    visibility: none;
}

.searchBar {
    width: 100%;
    max-width: 500px;
    margin: 50px 0 0 0;
    padding: 20px;
}

.searchButton {
    width: 100%;
    max-width: 500px;
    margin: 20px 0 0 0;
}

.selectMake {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

/* Styling for when narrower than 550px */
@media (max-width: 550px) {
    
    #searchFormDiv {
        margin: 25px 0 0 0 !important;
        padding: 0 25px !important;
    }
    
    #searchFormSection {
        padding: 75px 0px;
    }
    
    #text {
        font-size: 18px;
    }
    
    #title {
        font-size: 40px;
    }
    
    #wordsDivNarrow {
        padding: 0px 25px !important
    }
    
}

/* Styling for when narrower than 1045px */
@media (max-width: 1045px) {
    
    #searchFormDiv {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0 75px;
        text-align: left;
    }
    
    #wordsDiv {
        display: none;
        visibility: none;
    }
    
    #wordsDivNarrow {
        width: 100%;
        display: inline-block;
        font-family: "Open Sans", sans-serif; 
        margin: 0;
        padding: 0px 40px; 
        text-align: left;
        vertical-align: top;
    }
    
}

/* end of SEARCH FORM SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* SELL CAR SECTION -- Styling for the sell car section */

#sellCarFindOutMoreButton {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

#sellCarFindOutMoreButton a {
    border: 2px solid #00CC00;
    color: #00CC00;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 250ms linear;
}
#sellCarFindOutMoreButton a:hover {
    background-color: #00CC00;
    color: #fff;
    transition: all 250ms linear;
}

#sellCarSection {
    width: 100%; 
    background-color: #fff;
    border-top: 1px #d9d9d9 solid;
    display: inline-block;
    padding: 100px 0px;
    text-align: left;
    vertical-align: top;
}

#sellCarTitle {
    width: 49%;
    color: rgb(76, 76, 76); 
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    font-size: 100px;
    margin: 0;
    padding: 50px 3%;
    text-align: right;
    vertical-align: top;
}

#sellCarTitle div {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#sellCarWordsDiv {
    width: 49%;
    max-width: 600px;
    display: inline-block;
    font-family: "Open Sans", sans-serif; 
    margin: 0;
    padding: 75px 3%; 
    text-align: left;
    vertical-align: top;
}

/* Styling for when narrower than 550px */
@media (max-width: 550px) {
    
    #sellCarSection {
        padding: 75px 0px;
    }
    
    #sellCarTitle {
        font-size: 50px !important;
    }
    
    #sellCarWordsDiv {
        padding: 0px 25px !important
    }
    
}

/* Styling for when narrower than 900px */
@media (max-width: 900px) {
    
    #sellCarTitle {
        width: 100%;
        font-size: 70px;
        padding: 0px 40px;
        text-align: left;
    }
    
    #sellCarTitleLineBreak {
        display: none;
        visibility: none;
    }
    
    #sellCarWordsDiv {
        width: 100%;
        max-width: 100%;
        margin: 50px 0 0 0;
        padding: 0px 40px;
    }
    
}

/* end of SELL CAR SECTION */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */