

body {
    background-color: #06081f;
}

.header {
    padding: 15px;
    font-family: 'Times New Roman', Times, serif;
    background-color: #6ac5fe;
    border: 5px solid #daf0ff;
    color: #ffffff;
}

.header h1 {
    display: inline;
    font-size: 50px;
    text-align: center;
}

.header h1 .seo {
    color: #d9dcd6;
}

.header div {
    padding-top: 5px;
    margin-right: 1px;
    float: inline-start;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;

}

.header div ul {
    list-style-type: square;
}

.header div ul li {
    display: inline-block;
    margin-left: 25px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.mainimage {
    height: 500px;
    width: 100%;
    border: 5px solid #daf0ff;
    box-shadow: 5px 7px #6ac5fe;
    margin-bottom: 30px;
    margin-top: 30px;
    background-image: url("images/digital-marketing-meeting.jpg");
    background-size: cover;
    background-position: center;
}
.float-left {
    float: left;
    margin-right: 30px;
}

.float-right {
    float: right;
    margin-left: 30px;
}

.content {
    width: 75%;
    display: contents;
    margin-left: 20px;
}

h2 {
    font-style: italic;
    margin-bottom: 35;
}

.search-engine-optimization {
    padding: 15px;
    height: 200px;
    margin-bottom: 25px;
    font-family: 'Times New Roman', Times, serif;
    background-color: #8fd3fe;
    border: 5px solid #daf0ff;
    color:#090822;
    font-size: 20;
}


.search-engine-optimization img {
    max-height: 195px;
    display: block;
    position: left;
    margin-top: 3px;

}
.online-reputation-management {
    padding: 15px;
    height: 200px;
    margin-bottom: 25px;
    font-family: 'Times New Roman', Times, serif;
    background-color: #8fd3fe;
    border: 5px solid #daf0ff;
    color:#090822;
    font-size: 20;
}

.online-reputation-management img {
    max-height: 195px;
    display: block;
    position: left;
    margin-top: 3px;  
}

.social-media-marketing {
    padding: 15px;
    height: 200px;
    margin-bottom: 25px;
    font-family: 'Times New Roman', Times, serif;
    background-color: #8fd3fe;
    border: 5px solid #daf0ff;
    color:#090822;
    font-size: 20;
}

.social-media-marketing img {
    max-height: 195px;
    display: block;
    position: left;
    margin-top: 3px; 
}



.lead {
    background-color: #8fd3fe;
    border: 5px solid white;
    box-shadow: 5px 7px #49ade2;
    width: 25.2cm;
    height: 120px;
    margin-bottom: 35px;
    padding: 15px;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18;
    
}

.brand {
    background-color: #8fd3fe;
    border: 5px solid white;
    box-shadow: 5px 7px #49ade2;
    width: 26cm;
    height: 120px;
    margin-bottom: 45px;
    padding-bottom: 20;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18;

}

.cost {
    background-color: #8fd3fe;
    border: 5px solid white;
    box-shadow: 5px 7px #49ade2;
    width: 26cm;
    height: 120px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18;
    margin-bottom: 50px;
    margin-top: 0px;
}

h3 {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.lead img {
    display:block;
    max-width: 150px;
  position:relative;bottom: 15px;left: -15px;
}

.brand img {
    display: block;
    margin: 10px auto;
    max-width: 150px;
    position:relative;bottom: 20px;
}

.cost img {
    display: block;
    margin: 10px auto;
    max-width: 150px;
    position:relative;bottom: 25px;
}

.footer {
    width: 38cm;
    height: 100px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border: 5px solid #89CFF0;
    box-shadow: 5px 7px #49ade2;
    background-color: #06081f;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    color: white;
}

