#xlogo, .svg-fill{
    fill: #47b3c9;
}
.icon-svg{
	width: 2em;
}

.lightest-back{
    background-color: rgb(179,238,242);
    background-image: none !important;
}
.light-back{
    background-color: rgb(179,238,242);
}
.back{
    background-color: rgb(71,179,201) !important;
}
.dark-back{
    background-color: rgb(71,179,201) !important;
    background-image: none !important;
}
.darkest-back{
    background-color: #47b3c9 !important;
}

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


.lightest-text{
    color: rgb(179,238,242);
}
.light-text{
    color: rgb(179,238,242);
}
.text{
    color: rgb(71,179,201);
}
.dark-text, a{
    color: rgb(33,113,128);
}
.darkest-text{
    color: rgb(33,113,128);
}

.border{
    border: solid 3px rgb(71,179,201) !important;
}
.dark-border{
    border: solid 3px rgb(33,113,128) !important;
}

.light-highlight, nav div a:hover{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, rgb(179,238,242) 35%) !important;
}
.highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, rgb(71,179,201) 35%);
}
.dark-highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, rgb(33,113,128) 35%);
}
.darkest-highlight{
    display: inline;
    background-image: linear-gradient(rgba(0,0,0,0.001) 60%, rgb(33,113,128) 35%);
}