* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: rgb(37, 37, 37);
    color:white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a {
    color: white;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.AGF-header-background {
    background: url(../images/SUZUKI02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper {
    padding: 1.5em;
    max-width: 1200PX;
    margin: auto;
}

h1 {
    color: white;
}

h3 {
    text-align: center;
    position: relative;
}



header {
    display: flex;
    justify-content: space-between;

}

.service {
    background-color: black;
    position: relative;
    font-size: 12px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.about {
    position: relative;
    font-size: 12px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.contact {
    position: relative;
    text-align: center;
}

.example-container {
    position: relative;
    text-align: center;
    font-size: 12px;
}


  /* Slideshow container */
  .slideshow-container {
    display: block;  
    max-width: 85%;
    position:relative;
    margin: auto;
    width: auto;
    text-align: center;
}
  
  /* Hide the images by default */
  .mySlides {
    display: none;
}
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3.0s;
    animation-name: fade;
    animation-duration: 3.0s;
    align-items: center;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

   @media screen and (max-width:600px) { 
      nav {
          display: block;
      }
  } 

.page-bottom {
    position: relative;
    margin: auto;
    text-align: center;
} 

.fbicon {
    width: 20px;
}

.sale {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    display: block;
    font-size: 40px;
    color: yellow;
    text-align: center;
    vertical-align: middle;
}

.paint {
    position: relative;
    text-align: center;
    font-size: 10px;
}
