*{  
  font-family:"Segoe UI Light";
  box-sizing:border-box;
  padding:0;
  margin:0;
}
h1{
  text-align: center;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  display: grid;
  width: 100%;
min-height: 100%;
  grid-template-areas: "sideContainer     main      .";
  grid-template-rows: 1fr;

  grid-template-columns: 325px minmax(750px, 1fr) minmax(325px, auto);
}
.header{
  grid-area: header;

  display: grid;
  width: 100%;
  grid-template-areas: " logoLink  link ";
  grid-template-rows: 70px;

  grid-template-columns: 50% 50%;
}


.header > .logoLink{
  grid-area: logoLink;
  text-align: center;
  margin:  7px;  
}
.header > .link{
  grid-area: link;
  text-align: center;
  margin: 20px;
  font-size: 16pt;
}


.page > .sideContainer {
  grid-area: sideContainer;
}

.page > .main {
  grid-area: main;
  min-height: 100%;
}

.hero {
    background: url('/../Images/car-shop.jpg') no-repeat center center/cover;
    color: rgb(5, 4, 4);
    text-align: center;
    padding: 100px 20px;
}

.hero h1 {
    font-size: 2.5em;
}

.cta-button {
    display: inline-block;
    background: rgb(26,177,136);
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.feature-grid {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.feature {
    text-align: center;
    width: 30%;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}

section {
    padding: 50px;
    text-align: center;
}

@media (max-width: 768px) {
    .feature-grid {
        flex-direction: column;
        align-items: center;
    }
    .feature {
        width: 80%;
        margin-bottom: 20px;
    }
}









.footer {
  text-align: center;
  background:#666;
  color: white;
  font-size: 10pt;
  padding: 15px;
}

.shopDiv{
  height: 840px;
  overflow: auto; 
}

.smallShopDivGrid{
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-areas: "shopPicture shopName shopPhone"
                       "shopPicture shopSlogan shopAddress"
                       "shopPicture gStars shopWebsite"
                       "shopPicture gHours inputButton";
  grid-template-rows: 25% 25% 25% 25%;
  grid-template-columns: 300px minmax(220px, 1fr) minmax(200px, 1fr);
  text-align: center;
  font-size: 12pt;
}
.smallShopDivGrid .shopPicture{
  grid-area: shopPicture;
  background-color: white;
}
.smallShopDivGrid .shopPicture img{
  height: 100%;
  width: 100%;
}
.smallShopDivGrid .shopName{
  font-weight: bold;
  grid-area: shopName;
  font-size: 20pt;
}
.smallShopDivGrid .shopSlogan{
  grid-area: shopSlogan;
  font-size: 16pt;
}
.smallShopDivGrid .shopPhone{
  grid-area: shopPhone;
  font-size: 20pt;
}
.smallShopDivGrid .shopAddress{
  grid-area: shopAddress;
  font-size: 16pt;
}
.smallShopDivGrid .shopWebsite{
  grid-area: shopWebsite;
  font-size: 16pt;
}
.smallShopDivGrid .inputButton{
  grid-area: inputButton;
}


.bigShopDiv input[type="submit"] {
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
  color: rgb(85,26,139);
  cursor: pointer;
  float:right;
  margin:20px;
  font-size: 18px;
}
.bigShopDiv button[type="submit"] {
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
  color: rgb(85,26,139);
  cursor: pointer;
  float:left;
  margin:20px;
  font-size: 18px;
}


 #sideBar{
  float:left;
  width:310px;
  height:100%;
  overflow:hidden;
  background: rgb(42,57,67);	
  margin-left: -245px;
  transition:0.5s all;	
}
#sideBar:hover{
  margin-left:0px;	
}
#sideBar ul{
  margin: 0;
  padding:0;
}
#sideBar ul li{
  list-style:none;	
}
#sideBar ul li a{
  text-decoration:none;
  font-family:"Segoe UI Light";	
  color:white;
  height:65px;
  width:100%;
  font-size:24px;
  line-height:60px;
  text-align:left;
  padding-left:25px;	
  display:block;
}
#sideBar ul li img{
  height:40px;
  width:40px;
  float:right;
  margin:10px;
  padding-right:10px;
}
#sideBar ul li a:hover{
  background:rgb(65,87,102);
}
.smallShopDiv {
  margin-top: 30px;
  width: 100%;
  height: 225px;
  font-size: 18pt;
  border: solid black;  
  padding: 10px; 
  background-color: rgb(235, 235, 235);
}
.noShopCenter{
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bigShopDiv{ 
  margin-top: 30px;
  width: 100%;
  height: 600px;
  font-size: 14pt;
  border: solid black;  
  background-color: rgb(235, 235, 235);
}
.bigShopDivGrid{
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-areas: "infoForm shopImage"
                       "infoForm shopImage";
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  text-align: center;
  font-size: 12pt;
}
.bigShopDivGrid .infoForm{
  grid-area: infoForm;
}
.bigShopDivGrid .shopImage{
  grid-area: shopImage;
  width:100%;
  height:60%;
}
.bigShopDivGrid .shopImage img{
  width:100%;
  height:100%;
  background: url(http://goo.gl/vyAs27) no-repeat; 
  background-position: center;
}
.uploadDiv .shopImage{
  background-color: white;
  grid-area: shopImage;
  width:250px;
  height:250px;
}
.uploadDiv .shopImage img{
  width:100%;
  height:100%;
  background: url(http://goo.gl/vyAs27) no-repeat; 
  background-position: center;
}
.smallShopDivGrid .shopPicture img{
  width:100%;
  height:100%;
  background-color: white;
  background: url(http://goo.gl/vyAs27) no-repeat; 
  background-position: center;
}


/* Style tab links */
.tablink {
  background-color: rgb(192, 190, 190);

  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 50%;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  background-color: rgb(235, 235, 235);
  display: none;
  padding: 100px 20px;
  height: 100%;
}












.form {
  background:rgba(19, 35, 47, 0.9); 
  padding: 40px;
  max-width:600px;
  margin:40px auto;
  border-radius:4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
#signinForm .tab-group {
  height:53; 
  width:520;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
#signinForm .tab-group:after {
  content: "";
  display: table;
  clear: both;
}
#signinForm .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
#signinForm .tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
#signinForm .tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}
#signinForm .tab-content > div:last-child {
  display: none;
}
#signinForm span {
    color: #1ab188;
    font-weight: bold;
}
#signinForm div.info {
    color: pink;
    display: box;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 15px;
    border: 1px solid red;
    background: #66131c;
}
#signinForm label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  font-size: 22px;
}
#signinForm input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
#signinForm input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}
#signinForm textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}
#signinForm .field-wrap {
  position: relative;
  margin-bottom: 40px;
}
#signinForm .top-row:after {
  content: "";
  display: table;
  clear: both;
}
#signinForm .top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
#signinForm .top-row > div:last-child {
  margin: 0;
}
#signinForm .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1ab188;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
#signinForm .button:hover, .button:focus {
  background: #179b77;
}
#signinForm .button-block {
  display: block;
  width: 100%;
}
#signinForm .forgot {
		font-family: 'Titillium Web', sans-serif;
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: right;
}

#signinForm h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
  font-family: 'Titillium Web', sans-serif;
}
#signinForm h2 {
	  font-family: 'Titillium Web', sans-serif;
    text-align: center;
    color: white;
    font-weight: 500;
    margin: 0;
}
#signinForm h3{
	color:white;
	font-size:16px;
	padding-top:10px;
	font-family: 'Titillium Web', sans-serif;
}
#signinForm a{
		transition:0.5s all;
  text-decoration: none;
  color: #1ab188;
}
#signinForm a:hover {
  color: #179b77;
}




.floating-label
{
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
     z-index: 1500;
}

/* Hide the browser-specific focus styles */
.floating-label-field
{
    color: rgb(0, 0, 0); 
    border-width: 0;
    z-index: 2000;
}
.floating-label-field:focus
{
    outline: 0;
    box-shadow: 0;
}
.floating-label-field::placeholder
{
    color: rgb(0, 0, 0);
}

/* Make the label and field look identical on every browser */
.floating-label,
.floating-label-field
{
    font: inherit;
    line-height: 1; 

    display: block;

    width: 50%;
}

.floating-label-field,
.floating-label-wrap
{
    position: relative;
}

/* Input Style #1 */
.floating-label-field--s1
{
    transition: border-color .25s ease-in-out;

    color: rgb(0, 0, 0); 
    border-bottom: 3px solid rgba(0, 0, 0, 0.459);
    background-color:rgba(117, 115, 115, 0.082);;
}
.floating-label-field--s1 + .floating-label
{
    transition: transform .25s, opacity .25s ease-in-out;
    transform-origin: 0 0;

    opacity: 0.75;
}
.floating-label-field--s1:focus,
.floating-label-field--s1:not(:placeholder-shown)
{
    border-color: rgb(26, 177, 136);
}
.floating-label-field--s1:focus + .floating-label,
.floating-label-field--s1:not(:placeholder-shown) + .floating-label
{
  color: rgb(26, 177, 136);
    transform: translate(.25em, -30%) scale(.8);

    opacity: .75;
}
.floating-label-field--s1:valid:not(:placeholder-shown)
{
  border-color: rgb(26, 177, 136);
}
.floating-label-field--s1:invalid
{
    border-color: rgb(26, 177, 136);
}

/* Input Style #2 */
.floating-label-field--s2
{
    transition: background-color .25s ease-in-out; 

    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
}
.floating-label-field--s2 + .floating-label
{
    visibility: hidden;

    transition: transform .25s, visibility .5s, opacity .5s ease-in-out; 

    opacity: 0;
}
.floating-label-field--s2:focus + .floating-label,
.floating-label-field--s2:not(:placeholder-shown) + .floating-label
{
    visibility: visible;

    transform: translateY(-80%); 

    opacity: .5;
}
.floating-label-field--s2:valid:not(:placeholder-shown)
{
    border-color: #adefc8; 
    background-color: #adefc8;
}
.floating-label-field--s2:invalid
{
    border-color: #ffe0e3; 
    background-color: #ffe0e3;
}

.floating-label-field--s3
{
    padding: 1.5em; 

    transition: border-color .25s ease-in-out;

    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-color: transparent;
}
.floating-label-field--s3 + .floating-label
{
    position: absolute;
    top: .75em;
    left: .75em;

    display: inline-block;

    width: auto;
    margin: 0;
    padding: .75em;

    transition: transform .25s, opacity .25s, padding .25s ease-in-out;
    transform-origin: 0 0;

    color: rgba(255, 255, 255, .5);
}
.floating-label-field--s3:focus,
.floating-label-field--s3:not(:placeholder-shown)
{
    border-color: rgba(255, 255, 255, .1);
}
.floating-label-field--s3:focus + .floating-label,
.floating-label-field--s3:not(:placeholder-shown) + .floating-label
{
    z-index: 2500;

    padding: .75em;

    transform: translate(0, -2em) scale(.9);

    color: rgba(255, 255, 255, .25); 
    background-color: #2c3e50;
}

/* Common Styles */
/* Identical inputs on all browsers */
.floating-label-field--s1:not(textarea),
.floating-label-field--s2:not(textarea),
.floating-label-field--s3:not(textarea)
{
    max-height: 4em;
}

.floating-label-field--s1,
.floating-label-field--s1 + .floating-label,
.floating-label-field--s2,
.floating-label-field--s2 + .floating-label
{
    padding: 1.5em;
}

.floating-label-field--s1 + .floating-label,
.floating-label-field--s2 + .floating-label
{
    z-index: 1500;
}

.floating-label-field--s1::placeholder,
.floating-label-field--s3::placeholder
{
    color: transparent;
}
