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