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

.lightest-back{
    background-color: #bdd1f8;
    background-image: none !important;
}
.light-back{
    background-color: #bdd1f8;
}
.back{
    background-color: #CAEE66 !important;
}
.dark-back{
    background-color: #4784c9 !important;
}
.darkest-back{
    background-color: #4784c9 !important;
}

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

.lightest-text{
    color: #bdd1f8;
}
.light-text{
    color: #bdd1f8;
}
.text{
    color: #CAEE66;
}
.dark-text, a{
    color: #4784c9;
}
.darkest-text{
    color: #4784c9;
}

.border{
    border: solid 3px #CAEE66 !important;
}
.dark-border{
    border: solid 3px #4784c9 !important;
}

.light-highlight, nav div a:hover{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 1%, #bdd1f8 35%);
}
.highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 1%, #bdd1f8 35%);
}
.dark-highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 1%, #4784c9 35%);
}
.darkest-highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 1%, #4784c9 35%);
}