﻿body {
    background-image: none;
    background-color: #013622!important;
}
header {
    background-color: #013622;
}
.header-col-1 {display:flex;justify-content:center}
.menu nav a {
    color: #fff
}
.menu nav .drop-down a::after {
    background: url(../images/arrow1.png) no-repeat;
    width: 11px;
    height: 6px;
}

.page-heading-wrap h1, .contact-main-wrap h2 {
    color: #013622
}

header.scroll {
    background-color: #013622;
}

footer {
    margin-top: 0px;
}
.button {
    background-color: green;
    color: #fff;
}
.modal h2, .other-link a {
    color: #013622;
}

.header-ico.user-profile {
    background-color: #dff4fa;
}