body {
margin: 0;
display: flex;
flex-direction: column;
justify-content: left;
}

.header {
display: flex;
flex: 1;
}

.left {
flex: 1 1 300px;
text-align: right;
max-width: 300px;
}

.logo img {
margin-top: 70px;  
margin-right: 30px;
}

.icon-container {
display: flex;
justify-content: flex-end;
margin-top: 20px;
}

.icon {
width: 30px;
height: 30px;
margin-right: 30px;
}

.menu {
margin-top: 70px;
margin-bottom: 50px;
list-style: none;
text-align: right;
flex-direction: column;
line-height: 1.25;
}

.menu ul {
list-style-type: none;
}

.menu li {
margin-left: 0px;
margin-right: 30px;
text-decoration: none;
flex-direction: column;
}

.menu li a {
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #6b7266;
text-align: right;
}

.contact_text {
margin-bottom: 0px;
}

.contact_text h2 {
font-family: 'Open Sans', sans-serif;
font-size: 55px;
margin-top: 30px;
margin-bottom: -10px;
color: #6b7266;
}

.contact_text p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #6b7266;
width: 900px;
margin-bottom: 40px;
}

.right {
max-width: 900px;
}

.right img {
width: 900px;
display: inline-flex;
}

.social-links a, 
.social-links span {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #6b7266;
text-decoration: none;
margin: 5px 50px 40px 0;
padding-bottom: 30px;
}

.social-links {
text-align: left;
margin-top: 28px;
margin-bottom: 28px;
}

/* CONTACT BUTTON */
.contact-button {
display: inline-block;
padding: 14px 28px;
background-color: #ffde00;
color: #000;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 16px;
border-radius: 3px;
transition: 0.2s ease;
margin-top: 10px;
}

.contact-button:hover {
background-color: #000;
color: #ffde00;
}

/* COPY EMAIL BUTTON */
.copy-button {
margin-left: 10px;
padding: 6px 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
border: 1px solid rgba(0,0,0,0.25);
background: transparent;
cursor: pointer;
border-radius: 3px;
font-size: 13px;
}

.copy-button:hover {
background: rgba(0,0,0,0.06);
}

/* MESSAGE BOX */
.message-box {
background-color: #f2f2f2;
border: 0px;
margin-top: 30px;
margin-bottom: 20px;
padding: 20px;
}