/*  */
* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-family: sans-serif;
}

header {
    background-color: black;
    padding: 10px;
    text-align: center;

}

header a {
    color: white;
    text-decoration: none;
    padding-left: 20px;
}

.call-to-action {

    background-image: url("images/ronald.jpg");
    background-size: cover;
    color: white;
    text-align: center;
    height: 500px;
    padding-top: 150px;
}

.call-to-action h1 {
    background-color: blue;
    font-weight: 900;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px;
    margin-top: 20px;
}

.call-to-action p {
    background-color: black;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px;
    margin-top: 20px;
}

.call-to-action button {
    padding: 10px 30px 10px 30px;
    background-color: white;
    border: ipx solid;
    margin-top: 25px;
}

.about-action {
    margin-top: 150px;
    text-align: center;
}

.about-action h1 {
    margin-bottom: 40px;
    font-weight: 900;

}

.about-action p {
    text-align: left;
    margin-left: 150px;
    margin-right: 150px;
    font-weight: 100;
    color: aqua;
}

.showcase {
    height: 500px;
    margin-top: 150px;
}

.showcase h1 {
    text-align: center;
    background-color: black;
    color: blue;
}

.column h1 {
    padding: 20px;

}

.showcase P {
    text-align: center;
    background-color: brown;
    color: white;
    font-weight: 900;
}

.row {
    background-color: aquamarine;
    height: 200px;
    display: flex;

}

.column {
    width: 500px;
    margin-left: 2px;
    background-color: black;
    color: white;

}
.column h2{
    padding: 20px;
    color: blue;
    font-size: xx-small;
    background-color: brown;
}

.column img {
    width: 100%;
}

.column button {
    background-color: white;
    border: ipx solid;
    padding: 5px 10px;
    margin-top: 15px;
}


.end-to-call-action {
    background-image: url("images/my\ boys.jpg");
    background-size: cover;
    color: white;
    text-align: center;
    height: 500px;
    margin-top: 100px;
}

.end-to-call-action p {
    background-color: black;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px;
    margin-top: 20px;
}

.end-to-call-action button {
    padding: 10px 30px 10px 30px;
    background-color: white;
    border: ipx solid white;
    margin-top: 25px;
}

footer {
    background-color: black;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}