123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .section {
- padding: 80px 0;
- }
- .section-title {
- margin-bottom: 70px;
- h2 {
- text-transform: uppercase;
- font-size: 28px;
- font-weight: 600;
- }
- p {
- color: #666;
- }
- }
- amp-accordion {
- .question {
- padding:15px;
- font-weight: 600;
- }
- .fa-angle-down {
- font-size: 24px;
- padding-right: 10px;
- }
- div {
- padding:15px;
- }
- div {
- .start {
- padding-top: 20px;
- }
- }
- }
- .title-size {
- font-size: 1.1rem;
- padding-bottom: 5px;
- }
- .brand-color {
- color: #78AD42;
- }
- .faq {
- position: fixed;
- bottom: 100px;
- right: 15px;
- }
- .reservation {
- position: fixed;
- bottom: 25px;
- right: 15px;
- }
- .title-link {
- a {
- color: #4D4D4D;
- &:hover {
- color: #78AD42;
- text-decoration:none;
- }
- }
- }
- .btn-light {
- color: #000;
- background-color: #fff;
- border-color: #f8f9fa;
- border-radius: 20px;
- }
- .btn-outline-white {
- color: #fff;
- border-color: #fff;
- border-radius: 20px;
- }
- .btn-outline-white:hover {
- color: #fff;
- background-color: #212529;
- border-color: #fff;
- }
|