:root {
    --primary: #0d9488;
    --primary-dark: #0f766e;
    --primary-light: #14b8a6;
    --accent: #0891b2;
    --dark: #1e293b;
    --darker: #0f172a;
    --light: #f8fafc;
    --text-light: #f1f5f9;
    --text-muted: #94a3b8;
    --overlay: rgba(15, 23, 42, 0.8);
    --card-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    --card-shadow-hover: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}

body {
    height: auto;
    min-height: 100vh;
}

.navbar-brand>img {
    margin: auto 0 auto 15px !important;
    padding: auto;
}

.navbar-header { margin-left: 0 !important; }
.navbar-left { margin-left: 38.7px; }
.navbar-right { margin-right: 21px; }

.bg-dark {
    border: none;
}

.bg-dark .navbar-collapse { border: none; }

.navbar > .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

#menu-toggle {
    z-index: 801;
    position: fixed;
    top: 0;
    right: .5%;
}

.toggle { margin: 0; }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 320px;
    height: 100%;
    margin-right: -320px;
    overflow-y: auto;
    background: var(--dark);
    transition: all 0.4s ease-in-out 0s;
}

#sidebar-wrapper.active {
    right: 320px;
    width: 320px;
}

.sidebar-nav {
    position: absolute;
    top: 8.2%;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-size: 110%;
    font-weight: 800;
    text-transform: uppercase;
    outline: none;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    transition: width .4s ease-in-out;
}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before { background-color: #1a1a1a; }
.sidebar-nav li:nth-child(3):before { background-color: #ec1b5a; }
.sidebar-nav li:nth-child(4):before { background-color: #79aefe; }
.sidebar-nav li:nth-child(5):before { background-color: #314190; }
.sidebar-nav li:nth-child(6):before { background-color: #279636; }
.sidebar-nav li:nth-child(7):before { background-color: #7d5d81; }
.sidebar-nav li:nth-child(8):before { background-color: #ead24c; }
.sidebar-nav li:nth-child(9):before { background-color: #2d2366; }
.sidebar-nav li:nth-child(10):before { background-color: #35acdf; }

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    transition: width .4s ease-in-out;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 44px;
    font-size: 18px;
    line-height: 1.43;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: var(--dark);
    box-shadow: none;
}

#to-top {
    position: fixed;
    right: 20px;
    bottom: 85px;
    z-index: 799;
}

.btn-inverse {
    background-color: var(--dark);
    border-color: #080808;
    color: #9d9d9d;
}

.panel {
    border-radius: 0;
    margin-top: 0;
}

.accordion-toggle {
    z-index: 801;
    position: fixed;
    top: 0;
    left: .5%;
}

.accordion-toggle:hover,
.accordion-toggle:focus { cursor: pointer; }

.accordion label { color: #fff; }
.accordion input { border-radius: 0; }

.panel-heading,
.panel-heading:hover,
.panel-heading:focus,
.panel-heading.focus,
.panel-heading:active,
.panel-heading.active {
    cursor: pointer;
    background-color: #c9302c;
    border-color: #ac2925;
    outline: none;
}

.accordion-toggle {
    text-align: center;
    width: 2.7%;
    min-width: 50px;
}

.accordion-toggle span:after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    color: white;
    text-align: right;
    float: right;
    vertical-align: middle;
    margin-top: 0;
    font-weight: 700;
    font-size: 120%;
    text-decoration: none;
}

.collapsed span:after { content: "\f077"; }

.contact-panel {
    border-radius: 0;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

@media(min-width: 768px) {
    .contact-panel { width: 50%; }
}

.social {
    z-index: 801;
    position: fixed;
    top: 10%;
    left: .5%;
    padding: 0;
    margin: 0;
    font-size: 100%;
    width: 2.7%;
}

.social ul {
    background: var(--dark);
}

.social ul li {
    list-style: none outside none;
    display: block;
    background: var(--dark);
    padding: 0;
    margin: 0;
}

.social i {
    width: 100%;
    min-width: 50px;
    height: 100%;
    min-height: 50px;
    color: #FFF;
    background-color: var(--dark);
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
    border: 1px solid #4060A5;
}

.social .fa-instagram:hover {
    background: #E1306C;
    border: 1px solid #E1306C;
}

.social .fa-whatsapp:hover {
    background: #25D366;
    border: 1px solid #25D366;
}

#social-collapse:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: none;
    position: relative;
    color: white;
}

#social-collapse.collapsed:after { content: "\f067"; }

ol.linenums { counter-reset: linenumber; }
ol.linenums li { list-style-type: none; counter-increment: linenumber; }
ol.linenums li:before {
    content: counter(linenumber);
    float: left;
    margin-left: -4em;
    text-align: right;
    width: 3em;
}

.mt { margin-top: 2%; }

.nav-btn {
    display: block;
    top: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.contact-panel {
    border-radius: 0;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.flex-column>li>a {
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}

.flex-column>li>a:focus,
.flex-column>li>a:hover { text-decoration: none; background-color: var(--dark); }

.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}

.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
    float: none;
}

.container-form .nav-tabs.nav-justified>li>a,
.container-form .nav-tabs.nav-justified>li>a:hover,
.container-form .nav-tabs.nav-justified>li>a:focus {
    background: #333333;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 6% 3%;
    line-height: 1.5;
    font-weight: 600;
    font-size: 100%;
    outline: 0 none;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}

.fade-carousel .carousel-inner {
    height: 100%;
}

.fade-carousel .carousel-inner .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fade-carousel .carousel-inner .carousel-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.fade-carousel .carousel-indicators {
    margin-bottom: 20px;
}

.fade-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: var(--primary);
    border: 2px solid rgba(255,255,255,0.6);
    opacity: 0.6;
}

.fade-carousel .carousel-indicators button.active {
    width: 14px;
    height: 14px;
    background-color: var(--primary);
    border-color: #fff;
    opacity: 1;
}

.fade-carousel.carousel-fade .carousel-inner .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.fade-carousel.carousel-fade .carousel-inner .carousel-item.active {
    opacity: 1;
}

.fade-carousel.carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
.fade-carousel.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.fade-carousel.carousel-fade .carousel-inner .active.carousel-item-start,
.fade-carousel.carousel-fade .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

.fade-carousel.carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
.fade-carousel.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.fade-carousel.carousel-fade .carousel-inner .active.carousel-item-start,
.fade-carousel.carousel-fade .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .carousel-item .hero {
    opacity: 0;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .carousel-item.active .hero {
    opacity: 1;
}

@media only screen and (min-width: 200px) and (max-width: 700px) {
    .hero h1 { font-size: 2em; }
    .hero h3 { font-size: 1em; }
}

.btn.btn-lg { padding: 10px 40px; }

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: var(--primary);
    border-color: var(--primary);
    outline: none;
    margin: 20px auto;
}

@media only screen and (min-width: 200px) and (max-width: 700px) {
    .btn.btn-lg { padding: 8px 30px; }
    .btn.btn-hero,
    .btn.btn-hero:hover,
    .btn.btn-hero:focus {
        color: #f5f5f5;
        background-color: var(--primary);
        border-color: var(--primary);
        outline: none;
        margin: 20px auto;
    }
}

.about9 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 700px) {
    .about9 {
        position: relative;
        padding-top: 50px;
        padding-bottom: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.about9 h2 {
    font-family: 'Roboto Slab', sans-serif;
    color: #ffffff !important;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about9 p {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2;
}

@media only screen and (max-width: 700px) {
    .about9 h2 {
        font-family: 'Roboto Slab', sans-serif;
        color: #ffffff !important;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about9 p {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        line-height: 2;
    }
}

.number {
    background-image: url(../pics/about.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
    .number {
        background-image: url(../pics/about11.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.opaline {
    background-color: rgba(13, 148, 136, 0.75);
    padding: 3em 1em;
}

.about9 img {
    border-radius: 1000px !important;
    margin-top: 100px;
    border: 3px solid;
    padding: 3px;
    color: rgba(13, 148, 136, 0.66) !important;
}

@media only screen and (max-width: 700px) {
    .about9 img {
        border-radius: 1000px !important;
        margin-top: 30px;
        margin-bottom: 30px;
        border: 3px solid;
        padding: 3px;
        color: rgba(13, 148, 136, 0.66) !important;
    }
}

.about9 h5 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #555;
    line-height: 1.4;
    position: relative;
}

.office1 .para {
    background: url(../pics/chair.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.office1 .overlayy {
    background-color: var(--overlay);
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
}

.icon-feature-horizontal .icon {
    padding-right: 10px;
    padding-top: 15px;
}

.icon-feature-horizontal .icon i {
    font-size: 30px;
    border: 1px solid;
    padding: 12px;
    border-radius: 4px;
    color: var(--primary) !important;
}

.office1 .icon-feature-horizontal {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.office1 .content h4 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.office1 .content p {
    font-size: 15px;
    font-weight: 400;
    color: white;
    padding-left: 55px;
    text-align: left;
    line-height: 25px;
}

.service h1 {
    font-family: 'Roboto Slab', sans-serif;
    margin-top: 50px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.service h4 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 50px;
}

#services { padding-top: 25px; }

.services {
    background: url(../pics/smile.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.services .ovelay5 {
    background-color: var(--overlay);
    background-size: cover;
}

.services .card {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.services .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.4);
}

.services .feat { padding-top: 50px; }

.services .feat p {
    line-height: 2em;
    padding-top: 10px;
}

.contact {
    background: url(../pics/Call.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
    .contact {
        background: url(../pics/Call1.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 30px;
        margin-bottom: 80px;
    }
}

.contact .field {
    background-color: var(--overlay);
    color: var(--text-light);
    min-height: 500px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.contact p { margin-bottom: 40px; }

.contact textarea { height: 108px; }

.contact input[type="text"],
.contact textarea {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact input[type="text"]:focus,
.contact textarea:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
    color: #fff;
}

.contact input[type="text"]::placeholder,
.contact textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.spinner-overlay {
    display: none;
    text-align: center;
    padding: 15px;
}

.spinner-overlay.active {
    display: block;
}

.spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.site-footer {
    background: var(--darker);
    color: var(--text-light);
    padding-top: 60px;
}

.site-footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.site-footer h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--primary);
}

.site-footer .text-muted {
    color: var(--text-muted) !important;
    font-size: 14px;
    line-height: 1.7;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: var(--text-light);
    margin-right: 8px;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.footer-contact li,
.footer-hours li {
    padding: 6px 0;
    font-size: 14px;
    color: var(--text-muted);
}

.footer-contact li i {
    width: 22px;
    color: var(--primary);
    margin-right: 8px;
}

.footer-hours li span {
    display: inline-block;
    width: 90px;
    color: var(--text-light);
    font-weight: 600;
}

.footer-bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
    font-size: 14px;
    color: var(--text-muted);
}

.footer-bottom span {
    color: var(--primary-light);
}

@media only screen and (max-width: 700px) {
    .site-footer { padding-top: 40px; }
    .site-footer h5 { margin-top: 30px; }
    .footer-hours li span { width: 80px; }
}

.mainimage {
    background-image: url(../pics/zmile.jpg);
    background-position: center;
    width: 100%;
    height: 250px;
}

@media only screen and (max-width: 700px) {
    .mainimage {
        background-image: url(../pics/zmile2.jpg);
        background-position: center;
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .hero h1 { font-size: 3em; }
    .hero h3 { font-size: 1.2em; }
    .social { display: none; }
    #menu-toggle { right: 2%; }
    .navbar-header { margin-left: 0 !important; }
    .navbar-left { margin-left: 0; }
    .contact .field { min-height: auto; padding: 30px 15px; }
    .about9 img { margin-top: 30px; margin-bottom: 30px; max-width: 200px; }
    .opaline { padding: 15px; }
    .icon-feature-horizontal { width: 100%; }
    .navbar > .container-fluid { padding-left: 15px; padding-right: 50px; }
    .map-section iframe { height: 300px !important; }
    .accordion-toggle { left: 0; min-width: 36px; }
    #menu-toggle { right: 0; min-width: 36px; }
    .navbar-brand { font-size: 14px; }
}

@media only screen and (max-width: 700px) {
    .hero h1 { font-size: 1.8em; }
    .hero h3 { font-size: 0.9em; }
    .btn.btn-lg { padding: 6px 20px; }
    .service h1 { font-size: 24px; margin-top: 30px !important; }
    .office1 .overlayy { padding: 30px 0; }
    .services .card { margin: 10px auto; max-width: 350px; }
    .services .card img { width: 100%; }
    .map-section h1 { font-size: 24px; }
    .map-section iframe { height: 280px !important; }
    .gallery-section h1 { font-size: 24px; }
    .gallery-item img { height: 160px; }
    .testimonials-section h1 { font-size: 24px; }
}

.gallery-section {
    padding: 60px 0;
    background: var(--light);
}

.gallery-section h1 {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-size: 36px;
    margin-bottom: 10px;
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-item img {
    transition: transform 0.3s;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

#galleryModal .modal-body {
    background: transparent;
}

#galleryModal .modal-dialog {
    max-width: 800px;
}

.testimonials-section {
    padding: 60px 0;
    background: var(--darker);
}

.testimonials-section h1 {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-size: 36px;
    margin-bottom: 10px;
}

.testimonial-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.testimonial-card .stars {
    color: #f59e0b;
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-text {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-card h6 {
    color: var(--text-light);
    font-weight: 700;
    margin: 0;
}

.fade-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.map-section {
    padding: 40px 0;
}

.map-section h1 {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-size: 36px;
    margin-bottom: 10px;
}

.map-section iframe {
    border-radius: 8px;
    max-width: 100%;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .hero h1 { font-size: 1.3em; }
    .fade-carousel { height: 70vh; }
    .fade-carousel .carousel-inner { height: 100%; }
    .fade-carousel .carousel-inner .carousel-item { height: 70vh; }
    #to-top { right: 10px; bottom: 75px; padding: 6px 15px; }
    .social { width: auto; left: 0; top: auto; bottom: 80px; }
    .social ul li { display: inline-block; }
    .social i { min-width: 44px; min-height: 44px; font-size: 18px; padding-top: 10px; }
}
