@font-face {
    font-family: Neuton;
    src: url(fonts/neuton/Neuton-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-Regular.ttf);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Montserrat, Arial, sans-serif; /*todo */
    padding-top: 0;
    overflow-x: hidden;
}

*:active, *:focus {
    outline: none !important;
}

code,
kbd,
pre,
samp {
    font-weight: 300;
}

h1, h2, h3, h4 {
    color: #9F1416;
    font-weight: normal;
}

    a.inverted, h1.inverted, h2.inverted, h3.inverted, h4.inverted {
        color: #FFF;
    }

a {
    color: #0464CC;
}

p {
    margin: 0 0 30px;
}

.form-horizontal .control-label {
    text-align: left;
}


.container > h2:first-child {
    margin-top: 50px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title a {
        display: block;
        padding: 10px 15px;
        margin: -10px -15px;
    }


    .form-control {
        margin-bottom: 10px;
    }

.btn {
    margin: 20px 0;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 9px;
    border: none;
    background-color: #9E7374;
    color: white;
}


    .btn:hover,
    .btn:active,
    .btn:focus {
        background-color: #9F1416;
        box-shadow: 0 -3px 0 #680001 inset;
    }



/*#endregion Buttons */
