@font-face {
    font-family: 'latipsfont';
    src: url('../font/TruenoLt.otf');
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

.header .navbar-brand {
    height: 130px;
    padding: 0;
}

.header .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

* {
    margin: 0;
}

.custom-navbar {
    position: relative;
    min-height: 130px;
    margin-bottom: 5px;
    background-color: #000000;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    /* the bottom margin is the negative value of the footer's height */
}

html,
body {
    font-family: 'latipsfont';
    height: 100%;
    background: black url('../img/black-corner-bg-drk-grd.jpg') top left no-repeat fixed;
    background-size: contain;
    color: white;
}

@media screen and (max-width: 548px) {
    html,
    body {
        background-position: top left;
    }
}

.list-benefits {
    font-size: 1.3em;
}

.list-benefits li {
    padding-bottom: 5px;
}

@media screen and (max-width: 350px) {
    .list-benefits {
        font-size: 1.1em;
    }
    h1 {
        font-size: 2em;
    }
}

.push {
    height: 60px;
    /* .push must be the same height as .footer */
}

.footer {
    height: 60px;
    /* .push must be the same height as .footer */
    background-color: #666;
    border-top: solid 2px #000;
}

.footer .text-muted {
    color: white;
    font-size: 1.2em;
    margin: 20px 0 0 30px;
}

#feedbackForm {
    font-size: 15px;
}

.input-group-addon {
    padding: 7px 16px;
    border: solid 1px black;
}

@media screen and (max-width: 770px) {
    /*
    .header .navbar-brand {
        height: 130px;
        padding: 0;
        text-align: center;
    }

    .left {}
*/
    .right {
        width: 95%;
        margin: 30px;
        color: white;
    }
    /*
    .right input,
    .right textarea,
    .right select {
        border: solid 10px red;
        background-color: #ffffff;
        text-decoration-color: black;
        For IE8 and earlier
    }
*/
}

.right input,
.right textarea,
.right select {
    border: solid 1px black;
    text-decoration-color: black;
}
