diff --git a/PequenoCotolengo/css/about.css b/PequenoCotolengo/css/about.css
index 38fc44e..be50c86 100644
--- a/PequenoCotolengo/css/about.css
+++ b/PequenoCotolengo/css/about.css
@@ -40,4 +40,4 @@
.aboutpage-text p {
font-size: 1em;
-}
\ No newline at end of file
+}
diff --git a/PequenoCotolengo/css/footer.css b/PequenoCotolengo/css/footer.css
index d70aefd..279bf45 100644
--- a/PequenoCotolengo/css/footer.css
+++ b/PequenoCotolengo/css/footer.css
@@ -1,10 +1,12 @@
.footer-cotolengo {
- background-color: #E09F3E;
+
min-height: 13vh;
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 10vh;
+ background: #FFFFFF;
+
}
#footer-icons {
@@ -14,6 +16,7 @@
align-items: center;
}
+
#footer-icons a {
margin: 2vh;
font-size: 1.3em;
@@ -50,4 +53,5 @@
#business-text {
text-align: center;
-}
\ No newline at end of file
+}
+
diff --git a/PequenoCotolengo/css/header.css b/PequenoCotolengo/css/header.css
index 33b7030..0bafdad 100644
--- a/PequenoCotolengo/css/header.css
+++ b/PequenoCotolengo/css/header.css
@@ -1,34 +1,57 @@
-.header-bar {
+header{
+ display: flex ;
+ min-height: 70px;
+ background: #FFFFFF;
+ box-shadow: 0px 10px 0px #E09F3E;
+ box-sizing: border-box;
+ border-radius:8px;
+ justify-content: space-between;
+}
+
+.img-logo{
+ height: 60px;
+ margin-right: 10px;
+}
+
+.name-logo{
+ font-weight: bolder;
+ color: #9E2A2B;
+ font-family: 'Heebo'S
+}
+
+.head-logo{
display: flex;
- flex-direction: row;
- justify-content: flex-start;
- border-bottom: 2px solid #9E2A2B;
+}
+
+.header-cotolengo{
+ display: flex;
+ align-items: center;
}
.header-bar a {
font-size: 1em;
font-weight: bolder;
color: #9E2A2B;
+ font-family: 'Heebo';
+ display: flex;
}
.header-bar a:visited {
color: #9E2A2B;
}
-#header-cotolengo {
- margin: 1vh;
- padding: 1vh;
- max-width: 50vh;
-}
-
#header-links {
+
display: flex;
- margin: 1vh;
padding: 1vh;
max-width: 50vh;
- margin-left: auto;
list-style: none;
flex-direction: row;
+ margin-right: 52px;
+}
+
+#header-links :hover{
+ color: #E09F3E;
}
#header-links-1 {
@@ -41,4 +64,4 @@
#header-links-3 {
margin-right: 10px;
-}
\ No newline at end of file
+}
diff --git a/PequenoCotolengo/form.html b/PequenoCotolengo/form.html
index 89a1ed7..5f98fac 100644
--- a/PequenoCotolengo/form.html
+++ b/PequenoCotolengo/form.html
@@ -17,19 +17,23 @@
-
+
+
+

+
+
+
+
+