body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.image-container {
    width: 1290px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 40px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container:nth-child(1) {
    background-image: url('images/background1.jpg');
	height: 645px;
}

.image-container:nth-child(2) {
    background-image: url('images/background2.jpg');
	height: 645px;
}

.image-container:nth-child(3) {
    background-image: url('images/background3.jpg');
	height: 475px;
}

.image-container:nth-child(4) {
    background-image: url('images/background4.jpg');
	height: 575px;
}

.logo {
    position: absolute;
    top: 10px;
    left: 59px;
    width: 250px;
    height: auto;
}

.container-1 {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr .25fr auto;
    height: 100%;
}

.container-2 {
    display: grid;
    grid-template-columns: .1fr 1fr 1fr 1fr .1fr;
    height: 100%;
    column-gap: 15px;
}

.container-3 {
    display: grid;
    grid-template-columns: .1fr 2fr 1fr .1fr;
    height: 100%;
    column-gap: 15px;
}

.container-4 {
    display: grid;
    grid-template-rows: .5fr 1fr .25fr auto .25fr .75fr;
    height: 100%;
}

.text-container-header {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.text-container-2col {
    max-width: 100%;
    margin: 0 10%;
    columns: 2;
    column-gap: 50px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}

.text-container-3col {
    column-gap: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 10px;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.icon-img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
    align-self: center;
}

#design-services {
	background: url("images/design-services.jpg");
	border-radius: 10px;
    margin: 40px 0;
	border: 10px solid white;
}

.icon-header {
    font-family: 'Cutive-Regular', sans-serif;
    font-size: 30px;
    color: black;
    margin-top: 5px;
}

.text-header {
    font-family: 'Cutive-Regular', sans-serif;
    font-size: 60px;
    color: white;
    margin: 0;
}

.text-2col {
    font-family: 'Cutive-Regular', sans-serif;
    font-size: 13px;
    color: white;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0;
}

.text-3col {
    font-family: 'Cutive-Regular', sans-serif;
    font-size: 12px;
    color: #333;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0;
}

.copyright {
    font-family: 'Cutive-Regular', sans-serif;
    font-size: 10px;
    color: #333;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
	width: 1290px;
}

@font-face {
    font-family: 'Cutive-Regular';
    src: url('fonts/Cutive-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
