

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

.huge-text {
	font-size:46px;
	line-height:1;
}

.large-text {
	font-size:26px;
}

.medium-text {
	font-size:22px;
}

.right-border {
	border-right: #283891 6px solid;
	padding-right:20px;
	
}

.smalltext {
	font-size:80%;
}

.blue-regular {
	color:#0f6df6;
	line-height:1.3;
}


.pink-regular {
	color:#E81269;
}

.highlighter {
	display: inline-block;
	padding:5px;
	background: #FAF374;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}




