New contact region

This commit is contained in:
2020-03-14 18:35:09 +01:00
parent 48db47b5ee
commit 72501a208c
2 changed files with 45 additions and 21 deletions

View File

@ -11,7 +11,7 @@ You probably already know that, otherwise you can visit him here "https://fosc.s
/*That's all, thank you.*/
/*NECESSARY FONTS*/
/*FONTS*/
/**********************************************************************************/
@font-face {
@ -90,7 +90,7 @@ a {
}
.brand a, .brand a:visited {
color: #ffffff;
color: white;
text-decoration: none;
}
@ -122,15 +122,15 @@ nav ul li a, nav ul li a:visited {
display: block;
padding: 0 20px;
line-height: 100px;
background: #000;
color: #ffffff;
background: black;
color: white;
text-decoration: none;
text-transform: uppercase;
}
nav ul li a:hover, nav ul li a:visited:hover {
background: purple !important;
color: #ffffff;
color: white;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
@ -383,6 +383,7 @@ nav ul li ul li a {
padding: 50px 0px;
background-color: #222;
}
.services {
background-color: #222;
padding: 60px 0px 100px 0px;
@ -402,7 +403,7 @@ nav ul li ul li a {
margin: 0px 300px;
font-size: 16px;
text-align: center;
color: #888;
color: lightgray;
}
.tabla {
@ -442,14 +443,24 @@ nav ul li ul li a {
/*5 SECTION, MEMBERS*/
/**********************************************************************************/
.members {
/* background-image: url(img/flp-dark.jpg); */
background-position: bottom;
padding-top: 150px;
padding-bottom: 150px;
background-repeat: no-repeat;
background-size: auto;
background-size: cover;
background-attachment: fixed;
}
.members h1 {
text-align: center;
font-size: 60px;
font-family: nixiefont;
/* text-transform: uppercase; */
color: white;
margin-bottom: 60px;
}
.shape {
display: flex;
}
@ -501,7 +512,10 @@ nav ul li ul li a {
#map {
height: 300px;
width: 700px;
width: 80%;
display: block;
margin-left: auto;
margin-right: auto
}
/*FINALLY, FOOTER*/