@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
}
nav {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    text-align: center;
}
ul  {
    padding-left: 0px;
}
li   {
    display: inline;
}
a     {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    background-color: #00b3fe;
    color: #ffffff;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.95rem;
}

header {
    padding-bottom: 10px;
    min-height: 240px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    font-size: 1.8rem;
    background-color: #333333;
    background-image: url(images/agency-background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
header h1 {
    margin-bottom: 0px;
}
header + main {
    padding-bottom: 20px;
}
main section:first-child    {
    background-color: #bfc9d3;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
    font-weight: normal;
    padding: 20px;
    margin-bottom: 20px;
}
section + section > div > div       {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    text-align: center;
}
section > div, main section:nth-child(2) > div,main section:last-child > div {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    display: flex;
    flex-wrap: wrap;
}

.logo      {
    width: 25%;
}
section + section > div > div > img   {
    width: 100%;
    height: auto;
}
main section:last-child {
    margin-top: 30px;
    margin-bottom: 20px;
}

.web       {
    width: 50%;
}

main section h2  {
    text-align: center;
}
main+footer   {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
    text-align: center;
    background-color: #384452;
    background-image: url(images/web-design.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 85%;
}
