#xlogo, .svg-fill{
    fill: #8ec952 !important;
}
.icon-svg{
	width: 2em;
}

.lightest-back{
    background-color: #daf8bd;
    background-image: none !important;
}
.light-back{
    background-color: #daf8bd;
}
.back{
    background-color: #CAEE66 !important;
}
.dark-back{
    background-color: #8ec952 !important;
    background-image: none !important;
}
.darkest-back{
    background-color: #528024 !important;
}

.half-back{
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, #528024 25%);
}


.lightest-text{
    color: #daf8bd;
}
.light-text{
    color: #BAD1FD;
}
.text{
    color: #CAEE66;
}
.dark-text, a{
    color: #8ec952;
}
.darkest-text{
    color: #528024;
}

input::placeholder, input::-webkit-input-placeholder, textarea::placeholder, textarea::-webkit-input-placeholder{
        color: #528024 !important;
}

.border{
    border: solid 3px #CAEE66 !important;
}
.dark-border{
    border: solid 3px #8ec952 !important;
}

.light-highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, #daf8bd 35%);
}
.highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, #CAEE66 35%);
}
.dark-highlight, nav div a:hover{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, #8ec952 35%);
}
.darkest-highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, #528024 35%);
}