@charset "utf-8";
nav {
    background-color: #384452;
    padding-top: 20px;
    padding-bottom: 10px;
}
nav ul {
    list-style-type: none;
    padding-top: 0px;
    display: flex;
    justify-content: center;
}
nav ul a {
    color: #ffffff;
    font-weight: bold;
    background-color: #00b3fe;
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-decoration: none;
}
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 .container {
    display: flex;
    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;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
.portfolio img {
    width: 100%;
    height: auto;
}
.testimonials {
    background-color: #bfc9d3;
    padding-top: 10px;
    padding-bottom: 20px;
    font-style: italic;
	line-height: 1.5;
    min-width: 280px;
}
.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%;
}
