body {
    font-family: sans-serif;
}

.background {
    background-image: url('../img/1.jpg');
    width: 1300px;
    height: 550px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode:overlay;
    background-repeat: no-repeat;
    z-index: -1;
   
}

nav {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.top-link {
    color: white;
    border: 1px solid black;
    width: 20px;
    height: 50px;
    background: #91AE0E;
    text-decoration: none;
    position: relative;
    margin: 50px;
    padding: 10px 20px;
    
}

.top-link:hover {
    background: aqua;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.text-box {
    color: white;
    text-align: center;
    padding-top: 150px;
    
}

.text-box p:nth-child(1) {
    color: lightgray;
}

.text-box p {
    padding: 30px 0;
}

h2 {
    font-size: 30px;
}

.contact {
    background-color: #91AE0E;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.arrow {
    margin: 1px 5px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
}


/*Service page*/

.service {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
}

.small-box {
    width: 300px;
    height: 200px;
    margin: 20px 0;
}

.small-box h2 {
    color: white;
    text-transform: uppercase;
    padding: 80px 0 30px 30px;
}

.small-box p {
    color: green;
    padding-left: 30px;
}

#grow {
    background: url('../img/featured-image-3.jpg');
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode:overlay;
    background-repeat: no-repeat;
}

#plant {
    background: url('../img/featured-image-4.jpg');
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode:overlay;
    background-repeat: no-repeat;
}

#landscaping {
    background: url('../img/featured-image-5.jpg');
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode:overlay;
    background-repeat: no-repeat;
    width: 600px;
    height: 270px;
    padding: 150px 0 0 30px;
    margin: 20px;
}

h1 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    padding: 20px 0;
    color: green;
}

#landscaping p {
    color: white;
    padding-bottom: 30px;
}

.info {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    background: #3F3B34;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
}

.products {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 12px;
}

section,
aside {
    float: left;
}