@charset "utf-8";

/*font-family: 'Noticia Text', serif; (Headers titles)
font-family: 'Playfair Display', serif; (Paragraphs)*/


/*dodgerblue #1E90FF*/


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+20,2989d8+50,1e5799+80&0+0,0.8+15,1+19,1+81,0.8+85,0+100 */

header{
    margin-top: 0;
    
}

nav ul{
    text-align: center;
    font-size: 120%;
    padding: 10px;
    padding-right: 10px;
    list-style: none;
    word-spacing: 4px;
    
}


nav li{
    display: inline-block;
}

nav a{
    color: white;
    text-decoration: none;
}

nav a:hover{
    color: black;
    background-color: lightblue;
}

#front_sign img:hover{
    transform: rotate(30deg);
    transform: scale(1.2,1.2);
}

#front_vinyl img:hover{
    transform: rotate(30deg);
    transform: scale(1.2,1.2);
}

a.socialmedia1:hover img{
    opacity: 0.8;
    filter: invert(1);
    filter: grayscale(1);
}

a.socialmedia:hover img{
    opacity: 0.8;
    filter: invert(1);
    filter: grayscale(1);
}

.contactlink:hover{
    background-color: lightblue;
}

a.landlord:hover{
    background-color: lightblue;
}

body{
    background: -moz-linear-gradient(-45deg, rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%) fixed; /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%) fixed; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%) fixed; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0;
    margin-top: 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    
}

#container{
    width: 50%;
    margin: auto;
    background-color: #ededed;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
    text-align: center;
    overflow: hidden;
}

#container1{
    width: 70%;
    margin: auto;
    background-color: #ededed;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
    text-align: center;
    overflow: hidden;
}

.welcomeh1{
    font-size: 200%;
    /*margin-top: 1%;*/
    /*padding-top: 3%;*/
    border-bottom-style: ridge;
    border-bottom-color: black;
    border-top-style: ridge;
    border-top-color: black;
    border-width: 60%;
    background-color: yellow;
}

h2{
    font-size: 140%;
}

#welcomelogo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

#h2home{
    float:left;
    margin-left: 14%;
    margin-top: 10%;
    
}

#front_sign{
    text-align: center;
    margin-top: 4%;
}

.carwashimg{
    border-style: ridge;
    border-color: #1E90FF;
    border-radius: 20%;
}

#front_vinyl{
    text-align: center;
}

.vanvinylimg{
    border-style: ridge;
    border-color: #1E90FF;
    border-radius: 20%;
    margin-top: 2%;
}


table.blueTable {
  font-family: Tahoma, Geneva, sans-serif;
  border: 5px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 60%;
  text-align: center;
  border-collapse: collapse;
  margin: auto;
}
table.blueTable td, table.blueTable th {
  border: 2px solid #AAAAAA;
  padding: 3px 0px;
}
table.blueTable tbody td {
  font-size: 13px;
  font-weight: bold;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

.realestate{
    float: left;
    margin: 2%
}

#contactinfo{
    clear: both;
   overflow: hidden;
}

.landlord{
    margin: 3%;
    font-style: oblique;
}

h2{
    clear: both;
    overflow: hidden;
}

.promotext{
    margin-left: 20%;
    margin-right: 20%;
}

.slideshow{
    max-width: 80%;
    max-height: 60%;
    margin-left: 20%;
    margin-right: 20%;
    box-shadow:
}

.myslides{
    width: 100%;
    display: none;
}

#contactinfo{
    float: right;
    margin-top: 3%;
    margin-right: 15%;
    
}

#contactinfo1{
    float: right;
    margin-top: 3%;
    margin-right: 25%;
    margin-bottom: 2%;
    
}

#vinyllist{
    list-style: none;
}

.vinyltext{
    float: left;
    overflow: hidden;
    margin-top: 10%;
    margin-left: 20%;
}

.socialmedia1{
    float: right;
    margin-right: 25%;
    margin-top: 3%;
}

#contactinfo2{
    float: left;
    overflow: hidden;
    margin-left: 25%;
    
}

footer{
    overflow: hidden;
    clear: both;
}