Index: arms/index/assets/css/style.css =================================================================== diff -u -r7800653b34210e19b7e2a5d8445e925a75959a83 -r6ef65126a9b022f4053730b38acc5bceb983dd2d --- arms/index/assets/css/style.css (.../style.css) (revision 7800653b34210e19b7e2a5d8445e925a75959a83) +++ arms/index/assets/css/style.css (.../style.css) (revision 6ef65126a9b022f4053730b38acc5bceb983dd2d) @@ -15,7 +15,7 @@ } a { - color: #0563bb; + color: #2477ff; text-decoration: none; } @@ -43,7 +43,7 @@ right: 15px; bottom: 15px; z-index: 996; - background: #0563bb; + background: #2477ff; width: 40px; height: 40px; border-radius: 50px; @@ -85,7 +85,7 @@ position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); - border: 6px solid #0563bb; + border: 6px solid #2477ff; border-top-color: #fff; border-bottom-color: #fff; border-radius: 50%; @@ -109,7 +109,7 @@ --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { - transition-delay: 0 !important; + transition-delay: 0s !important; } } @@ -189,7 +189,7 @@ .nav-menu a span, .nav-menu a:focus span { padding: 0 5px 0 7px; - color: #45505b; + color: #2477ff; } @media (min-width: 992px) { @@ -210,7 +210,7 @@ .nav-menu .active:focus, .nav-menu li:hover > a { color: #fff; - background: #0563bb; + background: #2477ff; } .nav-menu a:hover span, @@ -264,7 +264,7 @@ .mobile-nav-active .mobile-nav-toggle { color: #fff; - background-color: #0563bb; + background-color: #2477ff; } /*-------------------------------------------------------------- @@ -358,7 +358,7 @@ display: block; width: 40px; height: 3px; - background: #0563bb; + background: #2477ff; bottom: 0; left: calc(50% - 20px); } @@ -522,13 +522,17 @@ /*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/ +.contact .row { + margin-top: 300px; +} + .contact .info { width: 100%; } .contact .info i { font-size: 20px; - color: #0563bb; + color: #2477ff; float: left; width: 44px; height: 44px; @@ -561,7 +565,7 @@ .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i { - background: #0563bb; + background: #2477ff; color: #fff; } @@ -635,9 +639,10 @@ } .contact .php-email-form button[type="submit"] { - background: #0563bb; + background: #2477ff; border: 0; padding: 10px 35px; + font-size: 14px; color: #fff; transition: 0.4s; border-radius: 50px; @@ -661,8 +666,7 @@ # Footer --------------------------------------------------------------*/ #footer { - background: #f7f8f9; - color: #45505b; + color: #fff; font-size: 14px; text-align: center; padding: 30px 0; @@ -691,7 +695,7 @@ #footer .social-links a { font-size: 18px; display: inline-block; - background: #0563bb; + background: #2477ff; color: #fff; line-height: 1; padding: 8px 0; @@ -728,7 +732,8 @@ } .landing-container .row, - .home .row { + .home .row, + .contact .row { margin-top: 15px; }