* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* background color of the website */
body {
    background-color: #d9dcd6;
}

/* Horiseon page header style*/
.header {
    padding: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #2a607c;
    color: #ffffff;
}

/* h1 display and font size */
.header h1 {
    display: inline-block;
    font-size: 48px;
}

/* h1 'seo' color */
.header h1 .seo {
    color: #d9dcd6;
}

/* navigation links display */
nav {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 20px;
    list-style-type: none;
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    float: right;
}

/* navigation links style */
a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    margin-left: 25px;
}

/* all information font size */
p {
    font-size: 16px;
}

/* cover img */
.hero {
    height: 800px;
    width: 100%;
    margin-bottom: 25px;
    background-position: center;
    object-fit: cover; 
}

/* Main content section style */
.content {
    width: 75%;
    display: inline-block;
    margin-left: 20px;
}

/* .online-reputation-management
section img position */
.float-left {
    float: left;
    margin-right: 25px;
}

/* .search-engine-optimization
.social-media-marketing
section img position */
.float-right {
    float: right;
    margin-left: 25px;
}

/* Main section style */
.search-engine-optimization, .online-reputation-management, .social-media-marketing {
    margin-bottom: 20px;
    padding: 50px;
    height: 300px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #0072bb;
    color: #ffffff;
}

/* Main section img size */
section img {
    max-height: 200px;
}

/* Main section headers */
section h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

/* Website information located on the right side */
.benefits {
    margin-right: 20px;
    padding: 20px;
    clear: both;
    float: right;
    width: 20%;
    height: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #2589bd;
}

/* right side of website styles */
.benefit-lead, .benefit-brand, .benefit-cost {
    margin-bottom: 32px;
    color: #ffffff;
}

/* right side headers */
aside h3 {
    margin-bottom: 10px;
    text-align: center;
}

/* right side img locations */
aside img {
    display: block;
    margin: 10px auto;
    max-width: 150px;
}

/* footer location */
.footer {
    padding: 30px;
    clear: both;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

/* footer h2 font size */
.footer h2 {
    font-size: 20px;
} 
