/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* julius-sans-one-regular - latin */
@font-face {
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: url('../files/font/julius-sans-one-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Julius Sans One'),
       url('../files/font/julius-sans-one-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../files/font/julius-sans-one-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../files/font/julius-sans-one-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../files/font/julius-sans-one-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../files/font/julius-sans-one-v9-latin-regular.svg#JuliusSansOne') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../files/font/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'),
       url('../files/font/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../files/font/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../files/font/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../files/font/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../files/font/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Open Sans';
}

.btn-primary, .btn-primary:hover {
    background-color: #367AA0;
    border-color: #367AA0;
}

.progress-bar {
    background-color: #367AA0;
}

.navbar-default {
    background-color: #000000;
}

#survey-nav {
    background-color: #D1C900;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans';
    color: rgb(49, 128, 171);
}

.text-info, .text-info:hover {
    color: #d44848;
}

.bg-primary {
    background-color: #d44848;
}

.text-danger {
  color: #ffffff;
}

.text-info, .text-info:hover {
  color: #ffffff;
}

.survey-description, .survey-description:hover {
    color: rgb(68, 68, 68);
}

.ls-answers.tr, .ls-answers.th {
        color: #317eac;
}

.bg-primary {
    color: #fff;
}

.superhero label::after{background-color: #4c9be8;}

.flatly label::after{background-color:#2c3e50;}
}