@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

body {
	background: #40E0D0;
}

/*/ start count stats /*/ 

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 2vw; /* margin-top: 100px; */
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #ea5e20;
  padding-bottom: 0.5em;
  /* org= color: #008080; */
  font-size: 60px;
}

/*/ end count stats /*/