/******************
    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

*/

/*adding fornt Merriweather*/
@import url('http://fonts.googleapis.com/css?family=Merriweather:400,700');
@import url('http://fonts.googleapis.com/css?family=Changa One:400,700');
@import url('http://fonts.googleapis.com/css?family=Nunito:400,700');

    /*change of colors*/
.question-title-container {
  background-color: #2d2d2d;
  color: white;

}

    /*smaller space between answers on radio question  */
.form-group {
    margin-bottom: 10px
}

    /* change of yes -no buttons colors */
    
div.yes-no .btn-primary {
    background-color: #FFF;
	color: #000000;
	line-height: 10px;
	border-width: 1px;
}
 
div.yes-no .btn-primary:hover {
	background-color: #F0F0F0;
	color: #000000;
}
 
div.yes-no .btn-primary:active,
div.yes-no .btn-primary.active {
	background-color: #2d2d2d;
	color: #FFFFFF;
	box-shadow: none;
}

/*changes of navi bar - color and size */

.top-container .progress {
    height: auto; /* temporarty, was 3-px */
    margin-bottom: 0;
    
}
.top-container .progress {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset; /* flatly remove box-shadow : readd one */
}

.progress .progress-bar {
    line-height:19px;
    background-color: #FD8824;
}
/*changes font of survey name */

}
.survey-name {
    font-family: "Changa One", Arial;
    font-weight: normal;
}

/*testing 
.ls-move-btn .ls-move-next-btn .ls-move-submit-btn .btn .btn-lg .btn-primary 
{
    background-color: #4CAF50;
}


.navbar-fixed-top  {
    height: 300px;
    width: auto;
}
.img-responsive {
  width: 300px;
  height: 300px;
}*/

body {
  font-family: Nunito, sans-serif;
}