
body{
	font-family: 'Heebo', sans-serif;
    background: white;
}

.homeimage{
		background-image: url("http://www.my-community.co.il/Graphics/Modules/questionnaire/background.png");
		height: 80vh;
		background-color: #002342;
		/*padding: 1%;*/
		}
h2{
	font-size: 24px;
	font-weight: 700;
	color: #3f566b;
	text-align: center;
	font-family: 'Heebo', sans-serif;
	}

h3{
	font-size: 22px;
	font-weight: 100;
	color: #3f566b;
	display: inline-block;
    padding-right: 15px;
	}		

h4{
	font-size: 18px;
	font-weight:700;
	color: white;
	text-align: center;
	padding-top: 6px;
	}

h5{
	font-size: 18px;
	color: white;
	text-align: center;
	font-weight:100;
	padding-bottom: 12px;
	}

button{
	height: 44px;
	background-color: #13b1d6;
	color: white;
	border: none;
	font-size: 18px;
	font-weight:600;	
	}

hr{
        border-color: rgb(19, 177, 214);
    margin-top: 0px;
    margin-bottom: -10px;
}

.divimage{
	border-radius: 50%;
	display: inline-block;
	width: 90px;
	height: 90px;
	position:relative;
	}

.onclick{
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	}


		
.navbar-brand>img {
	padding: 10px;	
    width: 150px;
}
.navbar-brand {
    float: right;
    height: inherit;
    padding: 0;
}

.navmain{
		background-color: #001e6c;
		height: 55px;
		}
		
.barquestions{
		border: 1px solid rgba(24, 66, 140, 0.33);
		}
.divcolors{
		width: 11.111%;
		height: 10px;
		float: right;
		}
		
input{
	width: 100%;
	height: 44px;
	border: 1px solid #13b1d6;
	}
	
label{
	padding-top: 25px;
    font-size: 17px;
    color: #3f566b;
	}


		