html{
    scroll-behavior: smooth;
  }

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Neuton', serif;
    font-weight: 300;
    font-size: 18px;
    background-color: #f2f2f2;
    padding-top: 2em;
    color: #444444;
}


.content-wrapper {
    padding: 2em;
}

.uc {
    padding-left: 0;
}


h1, svg {
    margin-bottom: 2em;
    margin-top: 2em;
}


h1 {
    margin-right: 1em;
}


logo {
    font-family: 'Mooli', sans-serif;
    font-size: 18px;
    margin-top: 2em;
    margin-left: 0;
    margin-left: 2em;
}


.get-in-touch {
    background-color: #2A2A2A;
    border-radius: 25px;
    border: none;
    padding: 20px 40px;
    color: white;
    bottom: 1em !important;
    right: 1em !important;
    margin-right: 1rem;
    margin-bottom: 1rem;
    position: fixed;
    font-family: 'Mooli', sans-serif;
    font-size: 17px;

}


.footer-text {
    font-size: 18px;
    font-family: 'Mooli', sans-serif;
    margin-bottom: 5em;
    
}

.get-in-touch a, .get-in-touch a:hover {
    color: white;
    text-decoration: none;
}

ul.footer-links {
    list-style: none;
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 18px; 
    font-family: 'Mooli', sans-serif;
    border-top: 1px solid #ccc;
    padding-top: 2em;
}

ul.footer-links li {
    display: inline-block;
    margin-right: 0.5em;
}

.footer-links a {
    color: #444444;
}

.note {
    font-family: 'Permanent Marker', cursive;
}

.dark-config {
    background-color: #2A2A2A;
    color: #f2f2f2;
}

.dark-config h1 {
    text-align: right;
}

.dark-config p {
    font-size: 18px; 
    font-family: 'Mooli', sans-serif;
}

.dark-config .footer-links a {
    color: #f2f2f2;
}

.dark-config .get-in-touch {
    background-color: #f2f2f2;
}

.dark-config .get-in-touch a, .dark-config .get-in-touch a:hover {
    color: #444;
}

#why-wa {
    background:url("bg-why-wa.svg") top center no-repeat;
}

#why-wa h2 {
    color: white;
    padding-top: 3em;
    text-shadow: 0px 0px 33px #333;
}


.lcol {
    width: 55%;
}

.rcol {
    float: right;
    width: 45%;
}


.card { 
    background: white;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px -43px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px -43px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px -43px rgba(0,0,0,0.75);
}


/* fallback for IE */
/* .gradient-text {
    color: 444;
  } */
  /* gradient text for modern browsers */
  /* @supports (background-clip: text) {
    .gradient-text {
      background-image: linear-gradient(60deg, #E21143, #FFB03A);
      background-clip: text;
      color: transparent;
    }
  } */

  .clear {
    clear: both !important;
  }

.font-small {
    font-size: 24px !important;
}

.signature {
    font-size: 18px; 
    padding-top: 50px;
}


@media only screen and (min-width: 768px) {
    body {
        font-size: 36px;
        padding-top: 0;
    }

    .content-wrapper {
        padding: 3em 3em 1em 5em;
    }

    logo {
        position: fixed;
        left: 0;
        top: 0;
        margin-left: 2em;
    }

    .footer-text {
        font-size: 24px;
        margin-bottom: 0;
    }

    ul.footer-links {
        
        font-size: 24px;
    }

    .dark-config p {
        font-size: 24px;
        padding-right: 40%;
    }

    svg {
        margin-left: 3em;
    }

    .dark-config h1 {
        margin-right: 0;
        font-size: 136px;
        margin-top: 0;
        margin-bottom: 1em;
    }

    .video-floating-text {
        margin-right: 3em;
    }


    
}