diff --git a/css/custom.css b/css/custom.css index cb2233c..2ff580a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -8,6 +8,12 @@ } .logo{ height: 45px; + margin-left: +} + +.hyperColor{ + color: white !important; + cursor: pointer !important; } .main-heading{ height: 70px; @@ -461,19 +467,18 @@ stroke-dashoffset:0 } #footer { - background-image: url('/images/footer_design.png'); - background-repeat: inherit; - background-size: 1274px 223px; - position: bottom; - width: 100%; - height: auto; - padding: 151px 3px 66px 83px; + background-image: url(/images/footer_design.png); + background-repeat: inherit; + position: bottom; + width: 100%; + height: auto; + padding: 97px 3px 66px 83px; } .footer { bottom: 0px; - background-color: #42b549; + background-color: #76b34f !important; width: 100%; color:rgba(255, 255, 255, 0.77); } @@ -982,7 +987,17 @@ input.hidden { color: rgb(66, 181, 73); font-size: 30px !important; } - +.right-side-links{ + margin-top: 12px; +} +.right-side-links a{ + width: auto; + display: inline; +} +.right-side-links a:first-child{ + border-right: 1px solid #fff; + padding-right: 4px; +} @media (max-width: 768px){ .cards-content{ @@ -1011,4 +1026,24 @@ input.hidden { .thumbnail > img, .thumbnail a > img{ width: 50%; } + .right-side-links a{ + display: block; + width: 100%; + } + .right-side-links a:first-child{ + border-right: 0 solid #fff; + padding-right: 0; + } + .right-side-links{ + margin-top: 0; + } + + .modal-footers { + padding: 19px 20px 20px; + margin-top: 15px; + text-align: center !important; + margin-bottom: 4px; + } } + + diff --git a/pages/home.html b/pages/home.html index 7900c5b..41fa9b9 100644 --- a/pages/home.html +++ b/pages/home.html @@ -1,8 +1,17 @@