12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .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;
- }
- .reservation-href {
- cursor: pointer;
- }
- .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;
- }
|