/* Custom Styles */
.script {
    font-family: "LouiseWalker script";
}

h1.script {
    font-size: 80px;
}

h2.script {
    font-size: 60px;
}

h3.script {
    font-size: 50px;
}

h4.script {
    font-size: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "LouiseWalker serif";
    font-weight: 400;
}

button, a.btn, .form-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.small {
    font-size: 70%;
}