* { 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body { 
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    color: #777777;
    background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/concrete_seamless.png");
    font-size: 18px;
}
a { 
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
nav {
    background: #fff;
    text-align: center;
}
header, section {margin-bottom: 20px;
    background: #fff;
}
header {
    border-color: #ccc
}
.sectionName {
    font-family: georgia;
    font-size: 30px;
    font-weight: 700;
    color: #4aaaa5;
    margin: 20px;
}
.bar {
    height: 1px;
    background: #ccc;
    margin: 20px;
}
.image {
    margin: 10px;
    float: left;
}
.pic {
    float: left;
    margin: 10px;
}
p {
    margin-left: 10px;
}
.content {
    background: #fff;
}
.formGroup {
    padding: 20px;
    font-size: 14px;
    color: #777777;
    text-align: left;
}
.yourName, .mail, .message, .msg {
    width: 100%;
    color: inherit;
    margin-left: 0px;
}
.msg {
    height: 150px;
}
.btn {
    height: 40px;
    width: 80px;
    line-height: 2;
    font-size: 1rem;
    text-align: center;
    color: #eee;
    background-color: #4aaaa5;
    border-color: #cccccc;
}
.gallery {
    background-color: #fff;
    margin-bottom: 50px;
}
.bars {
    background: #777777;
    position: absolute;
    float: left;
    height: 40px;
    width: 256px;
    top: 150px;
    color: #eee; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 40px;
    text-align: center;
}
.pictures {
    float: left;
    position: relative;
    padding: 10px;
    margin: 10px;
    right: -20px;
}
.name, .links {
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin-left: -15px;
    margin-right: -15px;
}
.name {
    background: #4aaaa5;
    font-size: 30px;
    font-family: Georgia;
    color: white;
    font-weight: 700;
}
li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 .2em;
}
li:last-child { 
    border: 0; 
} 
footer {
    height: 75px;
    font-size: 12px;
}
.topBar {
    margin-left: -15px;
    margin-right: -15px;
    height: 10px;
    background: #4aaaa5;
}
.bottomBar {
    height: 65px;
    background: #777;
    text-align: center;
    color: #eee;
    line-height: 65px;
    margin-left: -15px;
    margin-right: -15px;
}
    
    