body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    color: #333;
    background: #696968 url('img/page_bkg.jpg') repeat-x;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
}

p {
    font-weight: 300;
}

em {
    font-weight: bold;
}

fieldset {
    flex-direction: column;
}

.flexi-space {
    display: flex;
    justify-content: space-between;
}

.row {
    justify-content: flex-end;
}

.control-group {
    margin: 3px;
}

.col-md-10 {
    background: #e7e7d2;
    border: 2px solid #e7e7d2;
    border-radius: 25px;
}

.font-normal {
    font-weight: 400;
}

.font-semi-bold {
    font-weight: 600;
    color: #333;
}

.font-bold {
    font-weight: 700;
}

.starter-template {
    margin-top: 125px;
}

.starter-template .content {
    margin-left: 10px;
}

.starter-template .content h1 {
    margin-top: 10px;
    font-size: 60px;
}

.starter-template .content .smaller {
    font-size: 40px;
    color: #92b938;
}

.starter-template .content .lead {
    font-size: 25px;
    color: #92b938;
}

.starter-template .content .font-normal {
    color: #000000;
}

.starter-template-links {
    float: right;
    right: 0;
    margin-top: 25px;
    font-size: 14px;
}

.starter-template-links ul {
    display: block;
    padding: 0;
    margin: 0;
}

.starter-template-links ul li {
    list-style: none;
    display: inline;
    /* margin: 0 10px; */
}

.starter-template-links ul li:first-child {
    margin-left: 0;
}

.starter-template-links ul li:last-child {
    margin-right: 0;
}

.starter-template-links .current-version {
    color: #92b938;
    font-weight: 400;
}

.starter-template-links a {
    color: #ffffff;
}

.starter-template-links a:hover {
    text-decoration: underline;
}

.starter-template-links .icon-muted {
    color: #92b938;
    margin-right: 5px;
}

.starter-template-links li:hover .icon-muted {
    color: #ffffff;
}

.starter-template .copyright {
    margin-top: 10px;
    font-size: .8em;
    color: #92b938;
    text-transform: capitalize;
    float: right;
    right: 0;
}

.deformset-item {
    list-style: none;
}

.answer-link {
    margin-left: 25px;
}

@media (max-width: 1199px) {
    .starter-template .content h1 {
        font-size: 45px;
    }

    .starter-template .content .smaller {
        font-size: 30px;
    }

    .starter-template .content .lead {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .starter-template {
        margin-top: 0;
    }

    .starter-template .logo {
        margin: 40px auto;
    }

    .starter-template .content {
        margin-left: 0;
        text-align: left;
    }

    .starter-template .content h1 {
        margin-bottom: 20px;
    }

    .starter-template-links {
        float: none;
        text-align: center;
        margin-top: 60px;
    }

    .starter-template .copyright {
        float: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .starter-template .content .smaller {
        font-size: 25px;
        display: block;
    }

    .starter-template .content .lead {
        font-size: 16px;
    }

    .starter-template-links {
        margin-top: 40px;
    }

    .starter-template-links ul li {
        display: block;
        margin: 0;
    }

    .starter-template-links .icon-muted {
        display: none;
    }

    .starter-template .copyright {
        margin-top: 20px;
    }
}
