@charset "utf-8";

/* CSS Document */
h1,h2,h3,h4{
    font-family: "Open Sans", "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    margin-bottom: 1em;}



.outline-v2 {
    border: none;
    -webkit-box-shadow: 0px 0px 20px #ddd;
    box-shadow: 0px 0px 20px #ddd;
    border-radius: 5px;
    padding: 1em 2.9em;
    margin: 1em 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    background-color: #FFF;
    min-height: 460px;
}

.featurette {
    padding: 6em 0;
}
