@charset "UTF-8";
body {
margin: auto;
text-align: center;
backface-visibility: hidden;
}


ul  {
  list-style-type: none;
  padding: 20px;
  background-color: #70d8a84d;
  overflow: hidden;

}

li {
  background-color: #dcf2edb3;
  max-width: 100%;
  max-height: 20%;

}

li a {
  display: block;
  color: black;
  padding: 20px;
}

li a:hover {

  background-color: white;
}

video {
  border-width: 30px;
  border-radius: 10%;
  border-color: white;
	visibility: visible;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

h1 {
  margin: auto;
  width: 70%;
  color:green;
  background-color:white;
  padding-top: 5px;
  padding-bottom: 5px;
}

h2 {
  color:wheat;
  text-align: center;
  background-color: #275f27;
}
.quotebar {
  background-color: powderblue;
  width: 260px;
  margin: 0 auto;
  border-radius: 50%;
  padding:5px;
}
.quotebar:hover{
  background-color: purple;
  -webkit-transition-duration:1s;
  -moz-transition-duration:1s;
  -o-transition-duration:1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
}

.about {
  width: 70%;
  margin: auto;
  background-image: linear-gradient(#aee38d, #9ed27d9e);
  color:black;
  overflow-wrap: break-word;
  padding-bottom: 10px;
}

.amap {
  padding: 5px;
}

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

.errmages {

  padding-top: 10px;
  padding-bottom: 5px;
  overflow:hidden;
}

footer {
  background-color: white;
  text-align: center;
}
.navtwo {
  width: 70%;
  margin: auto;
}
.mowing{
    max-width:100%;
    height:auto;
}
@media only screen and (max-width: 400px){
.container{
    
  z-index: -1;
       display: block;
       position: fixed;
       top: 0%;
       left: 0%;
       height: 100%;
       width: 100%;
       -webkit-background-size: cover;
        -moz-background-size: cover;
         -o-background-size: cover;
       background-image: url("media/small-yard.png");
       background-attachment: fixed;
       background-repeat: no-repeat;
       overflow:auto;
  grid-column:1;
  }
}
@media only screen and (min-width: 401px){
.container{
    
  z-index: -1;
       display: block;
       position: fixed;
       top: 0%;
       left: 0%;
       height: 100%;
       width: 100%;
       -webkit-background-size: cover;
        -moz-background-size: cover;
         -o-background-size: cover;
       background-image: url("media/yard.png");
       background-attachment: fixed;
       background-repeat: no-repeat;
       overflow:auto;
  grid-column:1;
  }
}
