@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
	font-family: 'Open Sans', sans-serif;
	
}

h1 {
	color: white;
	font-size: 3.6rem;
	line-height: 0.9;
	font-weight: 800;
}



a:hover {
	color: white;
}

p {
	color: rgb(222,222,222);
	line-height: 1.6;
}
.myButton {
	background-color:white;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:17px;
	border: ;
	display: inline-block;
	cursor:pointer;
	color:rgba(28,105,213,1.00);
	font-family:arial;
	font-size:14px;
	padding:1.7px 5px;
	text-decoration:none;
	text-shadow:;
}

.myButton:hover {
	background-color:#00BBFF;
}
.myButton:active {
	position:relative;
	top:1px;
}
.badge-success {
	background-color:b;
	font-weight: 800;}

.badge-success2 {
	background-color:darkorange;
		color:white;
	font-weight: 800;
}
.badge-incomplete {
	background-color:grey;
	color:white;
	font-weight: 800;
}
.badge-secondary {
	
	font-weight: 600;
}


 /*block*/

.container {
	min-height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
 /*cases*/
