﻿.margen {
    margin-left: 10%;
    margin-bottom: 0;
}

section#contact .section-heading {
    color: #653459;
}

::selection {
    text-shadow: none;
    background: #653459;
}

section#contact {
    background-color: #ffffff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #000000;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background-color: #653459;
}

a {
    color: #ffffff;
}

footer {
    background-color: #653459;
    color: #ffffff;
    text-align: center;
}

.mycl {
    width: 25%;
    float: left;
}