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

body {
    background-color: #d9dcd6;
    background-image: url(../images/IMG_2049.jpeg)) ;
}

/* Header Styles */
header {
    padding: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #28617e;
    color: #ffffff;
}

header h1 {
    display: inline-block;
    font-size: 48px;
    color: #d6f4f7;
}

header nav {
    padding-top: 15px;
    margin-right: 20px;
    float: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

header nav ul {
    list-style-type: none;
}

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

/* Text Styles */
a {
    color: #d6f4f7;
    text-decoration: none;
}

p {
    font-size: 16px;
}

/* Hero Background image */ 
.hero {
    height: 800px;
    width: 100%;
    margin-bottom: 25px;
    background-image: url("../images/digital-marketing-meeting.jpg");
    background-size: cover;
    background-position: center;
}

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

/* Section Style */
section {
    display: inline-flexbox;
    flex-wrap: wrap;
    flex-flow: wrap;
    width: 700px;
    align-items: center;
    background-color: #7caaac;
    color: white;
}
section {
    margin-bottom: 20px;
    padding: 50px;
    height: 300px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #7caaac;
    color: #ffffff;
}

section img {
    max-height: 200px;
}

section h1 {
    margin-bottom: 20px;
    font-size: 36px;
}

/* Footer Style */
footer {
    padding: 30px;
    clear: both;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    background-color: #7caaac;
}