diff --git a/css/contact.css b/css/contact.css index 683d442..91706b5 100644 --- a/css/contact.css +++ b/css/contact.css @@ -6,6 +6,32 @@ box-sizing: border-box; font-family: 'Poppins', sans-serif; } + +.navbar .navbar-brand { + margin-left: 20px; + font-weight: 900; + font-size: 26px; + color: var(--skin-color); + +} + +.nav { + margin-right: 2%; +} + +.nav li a { + color: black; + margin-right: 4em; + justify-content: space-between; + font-size: 14px; + font-style: normal; + font-weight: 400; + line-height: 35px; + text-decoration: none; +} +.nav li a:hover{ + color: var(--col-green-primary); +} .contact { position: relative; @@ -158,6 +184,18 @@ } +/* footer { + background: #fff; + font-size: 14px; + line-height: 2em; + bottom: 0; +} +footer p { + padding-top: 15px; + text-align: center; + font-size: 18px; +} */ + footer { background: #fff; font-size: 14px; @@ -169,7 +207,18 @@ footer p { text-align: center; font-size: 18px; } - +.icons { + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 20px; +} +.icons a i { + color: #000; +} +.fa { + margin-right: 2rem; +} .navigation{