@sfinnegan: As I told you, you just need to add the CSS that you want to change. So, looking at your changes. I have come up with the Custom CSS that you can replace. Please replace your Current CSS with the following CSS in the”Appearance => Customize => Additional CSS”:
body {
font: 16px/1.8 'Century Gothic', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Century Gothic', sans-serif;
color: #1e6a97;
font-weight: 600;
line-height: 2.1;
}
a {
color: #89813d;
}
a:hover,
a:focus,
a:active {
color: #89813d;
}
.site-banner {
background-color: #1e6a97;
opacity: 0.96;
}
.main-navigation {
background-color: #1e6a97;
}
.main-navigation ul ul a {
background-color: #1c5f86;
border-bottom: 2px solid #1f6a96;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
color: #cfa205;
}
.create-menu a:hover,
.create-menu a:focus {
color: #89813d;
}
.site-title {
font-size: 80px;
font-family: 'Century Gothic', sans-serif;
font-weight: 400;
}
.site-title a {
color: #d6d2c4;
}
.site-title a:hover,
.site-title a:focus {
color: #d6d2c4;
}
.site-description {
color: #d6d2c4;
font-size: 50px;
font-family: 'Allura', sans-serif;
font-weight: 400;
letter-spacing: 0.05em;
text-transform: none;
}
.social-menu {
background-color: #89813d;
}
.social-menu ul a {
border: 3px solid #d6d2c4;
color: #d6d2c4;
}
.social-menu ul a:hover,
.social-menu ul a:focus {
border-color: #1e6a97;
color: #1e6a97;
}
.site-info {
background-color: #1E6A97;
opacity: 0.96;
color: #d6d2c4;
}
@media screen and (max-width: 960px) {
.site-title {
font-size: xx-large; /* Plays nicely in all browsers */
}
.site-description {
font-size: medium; /* Plays nicely in all browsers */
}
.create-menu ul {
background-color: #1c5f86;
}
.dropdown-toggle {
border-left: 2px solid #1f6a96;
}
.main-navigation a, .main-navigation ul ul li a {
background-color: #1c5f86;
border-bottom: 2px solid #1f6a96;
}
}
Regards,
Sakin