﻿
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

@media screen and (max-width: 320px) {
  /* comes into effect for screens less than or equal to 320 pixels
  #somethingorother {
    width: 120px ;
  }
}*/


    ========================================================  */

/*======================================
    GENERAL STYLES
  =======================================*/

/*=======================================
 * phone screen CSS
=======================================*/
/* https://www.thesitewizard.com/css/mobile-friendly-responsive-design.shtml
 * https://www.thesitewizard.com/css/mobile-friendly-one-column-layout.shtml
 * https://www.thesitewizard.com/css/hide-images-on-mobile-website.shtml
*/

/* comes into effect for screens less than or equal to 600 pixels
@media (min-width: 800px) and (max-width: 1000px) {

  img id="shopFront" {
    display:none !important;
  }
  img id="shopImg" {
    display:none;
  }
  img id="aseImg" {
    display:none;
  }
  img id="fleetSvcImg" {
    display:none;
  }
  img id="fleetCustImg" {
    display:none;
  }
  img id="ccImg" {
    display:none;
  }

}
/*========== END PHONE SCREEN  ==========*/


body {
font-family: 'Montserrat', sans-serif;
font-size:16px;
line-height:35px;
}

 .carousel-caption {
    top: 50px;
}
section {
    padding-top:20px ;
    padding-bottom:20px;
}

h1 {
    font-weight:900;
}

.pad-btm {
    padding-bottom:50px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img {
  vertical-align: middle;
}

/*======================================
    NAV STYLES
  =======================================*/

#nav{
	position: fixed;
	top: 60%;
    margin-left:92%;
}

#nav li{
/* chas bumped w/h to 30 These are the only 'hard' margins*/
	display: block;
    margin: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
	box-shadow: 0px 0px 3px 2px rgb(255, 255, 255);
}

#nav li:hover{
	background-color:#fff;
}

#nav a{
    color:transparent;
	text-indent: -999em;
/*  chas - added*/
    display:block;
}

.navWt{
    color:#FFF;
}
/*======================================
    SECTION COLOR PALETTE
========================================
  --Backgrounds--
donco awning green: 376f5c
Home, About secs: 376F5C
Fleet, Auto secs: 4B967D
Fleet cust, Contact secs: 46635A

ASE BLUE: #559cdb

Green Complimentaries:
2E3331, 12B07B, 0E875F
12B07B, 095E42
06402D, 0D8059, 09573D, 053324

*/

/*======================================
    ASSTD SECTION STYLES
  =======================================*/
.introTxt {
    color:#FFF;
    width:100% \9;
    margin-bottom: 20px;
}

/*======================================
    HOME SECTION STYLES
  =======================================*/
#home-sec {
    background-color:#376f5c;
    line-height:30px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  margin: auto;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

#home-banner {
  display: block;
  margin: auto;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}


/*======================================
   ABOUT SECTION STYLES
  =======================================*/

#about-sec {
    color:#1A1A1A;
    background-color:#376f5c;

}

.aseRow {
  display: flex;
  justify-content: center;
  margin-top:5%;
  margin-bottom: 5%;
  width: 100%;
}

/* respon chg NEED TO GET SOME SPACE BETWEEN THEM!*/
.shopImg {
  align-self: flex-start;
  margin-left: 10% auto;
  padding-left: 5%;
  width: 33%;
  height:auto;
}

.aseImg {
  align-self: flex-start;
  margin: 0 auto;
}

/* babyblue:5aabe0, ,silver-gray: 9696BD*/
/*======================================
   FLEET SVC SECTION STYLES
  =======================================*/
#fleet-svc-sec {
    border-top:1px solid #fff;
    color:#1A1A1A;
    background-color:#4B967D;
    width: 100%;
}

.fleetSvcRow {
  display: flex;
  width: 100%;
  text-align: left;
/*  justify-content: center;
  border: 1px solid #000;*/
}

.fleetSvcImgRow {
  display: inline-block;
  margin: 0 auto 0 auto;

  text-align: left;
  width: 80%;
  overflow: hidden;
}

/*.fleetSvcTxtRow {
  display: inline-block;
  height: 40px;
  background: red;
}*/

.fleetSvcTxtRow {
  display: flex;
  align-items: center;
  height: 60px;
  width: 56%;
  /*background: #328469;*/
}

.fleetSvcTxt {
    margin-top: 20px;
    margin: 20px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: "Monaco";
    font-size: 30px;
    font-weight: 400; line-height: 26px;
    font-style: normal; font-variant: normal;
    color: white;
}
/* Hoefler Text */
.fleetSvcImg {
/*  align-self: flex-start;*/
  margin: 20px ;
  display: inline-block;
}
.ccRow {
  display: flex;
  justify-content: left;
}

.ccImg {
  align-self: flex-start;
  margin-right: 5%;
  /* was 150px, this seems to be identical*/
}

/*======================================
   FLEET SVC CUST SECTION STYLES
  =======================================*/
#fleet-svc-cust-sec {
    border-top:1px solid #fff;
    color:#1A1A1A;
    background-color:#46635A;
}

.fleetCustImg {
  align-self: flex-start;
  margin: 0 auto;
}

.sunkenImg {
    align-self: flex-start;
    border: 20px black;
}


/*======================================
   AUTO SVC SECTION STYLES
  =======================================*/
#auto-svc-sec {
    border-top:1px solid #fff;
    color:#1A1A1A;
    background-color:#4B967D;
}

.autoSvcRow {
  display: flex;
  width: 70%;
  justify-content: center;
  border: 1px solid #FF0000;
}

.autoSvcImg {
  align-self: flex-start;
  margin: 0 auto;
  border: 1px solid #000;
}
/*======================================
   CONTACT SECTION STYLES
  =======================================*/

#contact-sec {
    border-top:1px solid #fff;
    color:#fff;
    background-color:#46635A;
}

/*======================================
   FOOTER SECTION STYLES
  =======================================*/
#footer-sec {
    border-top:1px solid #fff;
    padding:10px 50px 10px 50px;
    text-align:right;
    background-color: #376f5c;
}
