/* VARIABLES */
:root {
--clr-gradient: radial-gradient(circle, rgba(239,158,6,1) 78%, rgba(225,25,3,1) 100%);
--clr-gradient-2: linear-gradient(90deg, rgba(62,7,2,1) 0%, rgba(100,20,14,1) 20%, rgba(151,22,9,1) 33%, rgba(169,18,1,1) 45%, rgba(174,19,2,1) 50%, rgba(169,18,1,1) 55%, rgba(151,22,9,1) 63%, rgba(105,20,14,1) 80%, rgba(62,7,2,1) 100%);
--clr-red: #e11903;
--clr-dark-red: #64140e;
--clr-yellow: #ef9e06;
--clr-tan: #dfc5a4;
}
/* GENERAL */
body {
background: var(--clr-gradient);
}
/* NAVIGATION - a:link */
.Navigation-Link a:link, .nav-link a:link, .Dropdown-Link a:link, .Dropdown-Link-2 a:link, .resources-text-block {
color: rgba(0, 0, 0, 1);
}
/* NAVIGATION - a:visited */
.Navigation-Link a:visited, .nav-link a:visited, .Dropdown-Link a:visited, .Dropdown-Link-2 a:visited {
color: rgba(0, 0, 0, .97);
}
/* NAVIGATION - a:hover */
.Navigation-Link a:hover, .nav-link a:hover, .Dropdown-Link a:hover, .Dropdown-Link-2 a:hover {
color: rgba(0, 0, 0, 1);
background-color: transparent;
text-decoration: underline 2px var(--clr-red);
}
.resources-text-block:hover {
text-decoration: underline 2px var(--clr-red);
}
.icon:hover {
color: var(--clr-red);
}
/* NAVIGATION - a:active */
.Navigation-Link a:active, .nav-link a:active, .Dropdown-Link a:active, .Dropdown-Link-2 a:active {
/*color: rgba(0, 0, 0, 1);*/
color: var(--clr-dark-red);
}
/* 'LEARN MORE' BUTTON */
.button-learn-more:hover {
background: var(--clr-gradient-2);
color: var(--clr-tan);
outline: thin solid var(--clr-tan);
}
/* FOOTER - SOCIALS */
.Instagram:hover {
background: var(--clr-gradient-2);
color: var(--clr-tan);
outline: thin solid var(--clr-tan);
}