- Rifatto Committ (era errato quello prima , avevo mischiato quello di brigitte...)

- Corretto Tragitto 6/7 Nave Sognatore...
This commit is contained in:
Paolo Arena
2020-07-15 23:07:07 +02:00
parent d9d32a74af
commit a4814b07de
129 changed files with 15125 additions and 8895 deletions

View File

@@ -15,6 +15,30 @@ p {
//text-shadow: .125rem .125rem .25rem $grayshadow;
}
.logo{
margin-left: auto;
margin-right: auto;
max-height: 200px;
max-width: 200px;
@media (max-width: 718px) {
max-height: 100px;
max-width: 100px;
}
}
.data_start{
margin-left: auto;
margin-right: auto;
max-height: 150px;
max-width: 250px;
@media (max-width: 718px) {
max-height: 90px;
max-width: 180px;
}
}
h4 {
font-size: 1.25rem;
}
@@ -27,8 +51,8 @@ h4 {
}
.landing_background {
background: #000 url(../../statics/images/background.jpg) no-repeat 50% fixed;
background-size: cover
background: #000 url(../../statics/images/foto1.jpg) no-repeat 100% fixed;
background-size: contain !important;
}
.landing > section {
@@ -61,7 +85,7 @@ h4 {
min-width: 350px;
}
&__comeassociarsi{
&__comeassociarsi {
min-width: 350px;
}
}
@@ -74,6 +98,15 @@ h4 {
font-size: 1rem;
}
.subtitle_small {
font-weight: 600;
text-align: center;
letter-spacing: 0.125rem;
text-transform: uppercase;
font-size: 1rem;
margin: 0px;
}
.landing > section.padding {
padding: 5.62rem 1rem;
}
@@ -90,10 +123,13 @@ h4 {
.landing > section > div {
position: relative;
max-width: 1240px;
width: 100%
}
.maxwidth1200 {
max-width: 1200px;
}
.landing__toolbar {
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
background: linear-gradient(180deg, #000, transparent);
@@ -107,11 +143,11 @@ h4 {
}
.landing__hero {
min-height: 70vh
min-height: 20vh
}
.landing__header {
height: 18vh
height: 0vh
}
.landing__arrow {
@@ -125,8 +161,8 @@ h4 {
}
.landing__logo {
width: 9.40rem;
height: 9.40rem;
width: 4.40rem;
height: 4.40rem;
margin-top: 1.315rem;
//-webkit-animation: logo-rotate 240s linear infinite;
//animation: logo-rotate 240s linear infinite
@@ -211,7 +247,6 @@ body.mobile .landing:before {
z-index: -1;
//background: #000 url(../../statics/images/cover.jpg) 50%;
background-size: cover
}
/*
@@ -249,16 +284,12 @@ body.mobile .landing:before {
text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow;
}
.shadow-max {
//color: white;
text-shadow: .25rem .25rem .5rem $grayshadow;
}
.text-h1 {
font-size: 6rem;
font-weight: 300;
line-height: 6rem;
.text-h1, h1 {
font-size: 3rem;
font-weight: bold;
line-height: 3rem;
letter-spacing: -.01562em;
margin-bottom: 8px !important;
}
.text-h2 {
@@ -272,7 +303,7 @@ body.mobile .landing:before {
font-weight: 700;
}
.text-vers{
.text-vers {
font-size: 0.75rem;
font-weight: 400;
line-height: 1.75rem;
@@ -280,22 +311,21 @@ body.mobile .landing:before {
text-shadow: .25rem .25rem .5rem $grayshadow;
}
//
//.homep-cover-img-1 {
// background: #000 url(../../statics/images/foto1.jpg) no-repeat 50% fixed;
// //transition: background-image 1s ease-in-out;
//}
//
//.homep-cover-img-2 {
// background: #000 url(../../statics/images/foto2.jpg) no-repeat 50% fixed;
// //transition: background-image 1s ease-in-out;
//}
//
//.homep-cover-img-3 {
// background: #000 url(../../statics/images/foto3.jpg) no-repeat 50% fixed;
// //transition: background-image 1s ease-in-out;
//}
//
.homep-cover-img-1 {
background: #000 url(../../statics/images/foto1.jpg) no-repeat 50% fixed;
//transition: background-image 1s ease-in-out;
}
.homep-cover-img-2 {
background: #000 url(../../statics/images/foto2.jpg) no-repeat 50% fixed;
//transition: background-image 1s ease-in-out;
}
.homep-cover-img-3 {
background: #000 url(../../statics/images/foto3.jpg) no-repeat 50% fixed;
//transition: background-image 1s ease-in-out;
}
.homep-cover-img.hide-filter:before {
opacity: 0
}
@@ -326,7 +356,7 @@ body.mobile .landing:before {
}
.clgutter {
margin-top: 1.25rem;
margin-top: 0.25rem;
padding: .62rem;
}
@@ -337,25 +367,23 @@ body.mobile .landing:before {
background-repeat: no-repeat !important;
}
@media (max-width: 718px) {
// PER VERSIONE MOBILE
.landing__hero {
min-height: 50vh;
text-align: center
}
.landing__header {
height: 7vh
height: 10vh
}
.clgutter {
margin-top: 0;
padding: 0;
}
.landing__hero .text-h1 {
font-size: 3rem;
line-height: 3.05rem;
margin-bottom: 1.5rem
.landing__hero .text-h1, h1 {
font-size: 2rem;
line-height: 2.05rem;
margin-bottom: 1.25rem
}
.landing > section.padding {
@@ -370,6 +398,14 @@ body.mobile .landing:before {
.landing > section.padding_gallery {
padding-top: 3.125rem;
padding-bottom: 5.625rem;
max-width: 800px;
}
.landing > section.padding_gallery > div {
padding-top: 3.125rem;
padding-bottom: 5.625rem;
}
.landing__features h4, .landing__features h6 {
@@ -388,6 +424,9 @@ body.mobile .landing:before {
.landing__hero-content {
padding-bottom: 11.25rem;
}
.landing__hero2-content {
padding-bottom: 7.25rem;
}
.landing__hero-btns {
-webkit-box-pack: center;
-ms-flex-pack: center;
@@ -401,13 +440,13 @@ body.mobile .landing:before {
.text-subtitle1 {
font-size: 1.25rem;
}
.text-vers{
.text-vers {
font-size: 0.6rem;
}
.carousel_img_3 {
//background-image: url(../../statics/images/cibo_sano.jpg);
background-size: 620px 620px !important;
background-size: 500px 500px !important;
background-position: 50% top !important;
background-repeat: no-repeat !important;
}
@@ -421,6 +460,12 @@ body.mobile .landing:before {
background-color: rgba(0, 0, 0, .3);
}
.sfondo-grigio {
padding: 1rem;
color: $textcol;
background-color: rgba(0, 0, 0, .35);
}
.mycontacts {
color: gray;
letter-spacing: 0.078rem;
@@ -438,9 +483,25 @@ body.mobile .landing:before {
letter-spacing: 0.093rem;
}
.text-intro {
font-family: "Lucida Calligraphy", serif;
font-size: 1rem !important;
letter-spacing: 0.1rem;
line-height: 1.5;
.q-carousel__slide{
padding: 8px !important;
}
.step-text{
font-size: 1.15rem;
font-weight: 500;
}
.mlvalue {
margin: 5px 5px;
font-weight: bold;
font-size: 1rem;
}
.q-carousel__slide{
// background-size: auto;
background-size: contain !important;
background-repeat: no-repeat;
background-position: 50%;
}