body {
    font-size: 16px;
}
#page {
    min-height: 48%;
    margin-bottom: 8px;
}

.contact-icon {
    display: inline-block;
    color: #F26E5D;
}
h2.title {
    margin-bottom: 20px;
    text-align: center;
}

aside.email {
    margin-right: -5px;
}

header {
    margin-bottom: 15px;
}
.menubar .menu-wrap {
    margin-right: 15px;
}
.menubar .menu-wrap > li > a {
    font-size: 20px;
}
.menubar .menu-wrap > li > a:hover {
    color: #6ba7f5d3;
}
.footer-section {
    padding-top: 50px;
    padding-bottom: 10px;
}
.copyright-text {
    color: #fefefe;
    text-align: center;

}

.product {
    clear: both;
}
.product ul li {
    list-style: none;
}
img.product-image {
    width: 200px;
    height: 200px;
    display: inline-block;
}

.bg-pic {
    background: url(../sea3.jpeg);
    height: 200px;
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #fafafa;
    vertical-align: middle;
    line-height: 200px;
    font-weight: bold;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 600px) {
    .bg-pic {
        display: none;
    }
  }

.left { 
    float: left;
    width: 492px; 
}
.right { float: right; }

.clear { clear: both; }

.contact-form label {
    display: block;
    margin-top: 10px;
}
.contact-form input[type="submit"] {
    margin-top: 10px !important;
}

#post-section {
    text-align: justify;
    text-indent: 30px;
    
}