diff --git a/css/agency.css b/css/agency.css index 4067534..edbddfa 100644 --- a/css/agency.css +++ b/css/agency.css @@ -16,15 +16,15 @@ p { } a { - color: #fed136; + color: #d32323; } a:hover { - color: #fec503; + color: #d32323; } .text-primary { - color: #fed136 !important; + color: #d32323 !important; } h1, @@ -67,12 +67,14 @@ h6 { } ::-moz-selection { - background: #fed136; + background: #d32323; + color: black; text-shadow: none; } ::selection { - background: #fed136; + background: #d32323; + color: black; text-shadow: none; } @@ -101,15 +103,15 @@ img::-moz-selection { } .btn-primary { - background-color: #fed136; - border-color: #fed136; + background-color: #d32323; + border-color: #d32323; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { - background-color: #fec810 !important; - border-color: #fec810 !important; + background-color: #d32323 !important; + border-color: #fec811 !important; color: white; } @@ -129,14 +131,14 @@ img::-moz-selection { text-transform: uppercase; color: white; border: 0; - background-color: #fed136; + background-color: #d32323; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } #mainNav .navbar-brand { - color: #fed136; + color: #d32323; font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; @@ -146,7 +148,7 @@ img::-moz-selection { #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { - color: #fec503; + color: #d32323; } #mainNav .navbar-nav .nav-item .nav-link { @@ -162,7 +164,7 @@ img::-moz-selection { #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { - color: #fed136; + color: #d32323; } @media (min-width: 992px) { @@ -500,7 +502,7 @@ header.masthead .intro-text .intro-heading { color: white; border: 7px solid #e9ecef; border-radius: 100%; - background-color: #fed136; + background-color: #d32323; } .timeline > li .timeline-image h4 { @@ -671,7 +673,7 @@ section#contact .form-group textarea.form-control { } section#contact .form-control:focus { - border-color: #fed136; + border-color: #d32323; box-shadow: none; } @@ -751,5 +753,5 @@ ul.social-buttons li a { ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { - background-color: #fed136; + background-color: #d32323; }