/*
Theme Name: Landing - Child
Version: 99.1
Description: A child theme of WDA
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
    box-sizing: border-box;
}

.container {
    max-width: 1200px !important;
    padding: 0px 15px;
    width: 100%;
}

html a.btn {
    color: #fff !important;
    background: var(--aColor);
    text-transform: uppercase;
    box-shadow: 0px 0px 0px !important;
    padding: 10px 25px !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.slider-holder h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slider-holder .lp-content p {
    font-size: 22px;
    line-height: 1.2;
    display: block;
}

header.mc #logo {
    margin: 0px;
}

header.mc #logo a {
    display: block;
}

header.mc p {
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
}

header.mc {
    float: none;
    padding: 15px 0px;
}

section.banner-section img {
    display: block;
}

section.banner-section svg {
    bottom: -1px;
    height: auto;
    width: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    fill: #fff;
}

section.banner-section {
    position: relative;
}

section.banner-section svg * {
    fill: inherit;
}

.slider-holder {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 80px;
}

#page {
    padding: 0px;
}
