body{
    background-color: #f8f9fa;
}
html{
    background-color: #f8f9fa;
}

#header {
    background: #297A72;
    border-bottom: 1px solid #297A72;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;    
}

#header .logo img {
    max-height: 40px;
}

.main {
    padding-top: 100px !important;
}

h1,h2,h3,h4,h5{
    color: #4DB6AC;
}