@charset "UTF-8";
nav {
    background-color: #242534;
    padding-top: 20px;
    padding-bottom: 10px;
}
.container ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
ul li a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background-color: #27B895;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
header {
    background-image: url(images/agency-background-dark.jpg);
    background-position: center -160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
    color: #FFFFFF;
}
header a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.portfolio div .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.portfolio .container div {
}
.portfolio-one .portfolio-two .portfolio-three .portfolio-four .portfolio-five   {
    width: 32px;
    border: 1px solid #09DEBD;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
section .portfolio img  {
    width: 100%;
    height: auto;
}
section .testimonials {
    background-color: #04D1C9;
    padding-top: 10px;
    padding-bottom: 20px;
    font-style: italic;
    line-height: 1.5;
    min-height: 280px;
}
.testimonials img {
    float: left;
    width: 150px;
    height: auto;
    margin-right: 36px;
}
footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #242534;
    color: #FFFFFF;
    background-image: url(images/web-design.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 85px;
}
