|
|
@@ -107,8 +107,8 @@ section .description p { |
|
|
|
#home .description { |
|
|
|
overflow-x: hidden; |
|
|
|
} |
|
|
|
#home .description p, |
|
|
|
#home .description button { |
|
|
|
#home .description button, |
|
|
|
#home .description p { |
|
|
|
position: relative; |
|
|
|
left: 0; |
|
|
|
opacity: 1; |
|
|
@@ -134,9 +134,9 @@ section .description p { |
|
|
|
#home .description button { |
|
|
|
transition-delay: 1000ms; |
|
|
|
} |
|
|
|
#home .description.hide button, |
|
|
|
#home .description.hide h3, |
|
|
|
#home .description.hide p, |
|
|
|
#home .description.hide button { |
|
|
|
#home .description.hide p { |
|
|
|
left: 10%; |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
@@ -152,8 +152,7 @@ section .description p { |
|
|
|
@media screen and (max-width: 1024px) { |
|
|
|
#home button { |
|
|
|
display: block; |
|
|
|
margin: 0 auto; |
|
|
|
margin-bottom: 40px; |
|
|
|
margin: 0 auto 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
#home button .fas { |
|
|
@@ -167,19 +166,19 @@ section .description p { |
|
|
|
left: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
#home, |
|
|
|
#about { |
|
|
|
#about, |
|
|
|
#home { |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
@media screen and (max-width: 1024px) { |
|
|
|
#home, |
|
|
|
#about { |
|
|
|
#about, |
|
|
|
#home { |
|
|
|
padding-top: 100px; |
|
|
|
} |
|
|
|
} |
|
|
|
@media screen and (max-width: 1024px) { |
|
|
|
#home h3, |
|
|
|
#about h3 { |
|
|
|
#about h3, |
|
|
|
#home h3 { |
|
|
|
position: absolute; |
|
|
|
top: 35px; |
|
|
|
left: 50%; |
|
|
@@ -397,8 +396,8 @@ section .description p { |
|
|
|
height: 140px; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
#branches .owl-branches .owl-item-branches .description .person-name, |
|
|
|
#branches .owl-branches .owl-item-branches .description .person-info { |
|
|
|
#branches .owl-branches .owl-item-branches .description .person-info, |
|
|
|
#branches .owl-branches .owl-item-branches .description .person-name { |
|
|
|
font-size: 14px; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
@@ -590,8 +589,8 @@ section .description p { |
|
|
|
font-weight: bold; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
#contact .inner-container .description-container li address, |
|
|
|
#contact .inner-container .description-container li .contact-content { |
|
|
|
#contact .inner-container .description-container li .contact-content, |
|
|
|
#contact .inner-container .description-container li address { |
|
|
|
width: 70%; |
|
|
|
} |
|
|
|
#contact .inner-container .description-container li .contact-content { |
|
|
@@ -654,13 +653,14 @@ section .description p { |
|
|
|
color: white; |
|
|
|
text-decoration: underline; |
|
|
|
font-size: 14px; |
|
|
|
margin: 0 0 10px 0; |
|
|
|
margin: 0 0 10px; |
|
|
|
} |
|
|
|
.toast ul li.highlight { |
|
|
|
animation: glow 1.5s infinite linear; |
|
|
|
font-weight: 600; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes glow { |
|
|
|
0% { |
|
|
|
color: white; |
|
|
|